[OE-core] [kirkstone][PATCH] go: Fix issue in DNS resolver

2023-11-08 Thread Chaitanya Vadrevu
github.com/golang/go/commit/d52883f443e1d564b0300acdd382af1769bf0477 Signed-off-by: Chaitanya Vadrevu --- meta/recipes-devtools/go/go-1.17.13.inc | 1 + ...Fix-issue-with-DNS-not-being-updated.patch | 51 +++ 2 files changed, 52 insertions(+) create mode 100644 meta/recipe

[OE-core] [kirkstone][PATCH 5/5] binutils: Mark CVE-2022-47696 as patched

2023-10-13 Thread Chaitanya Vadrevu
Signed-off-by: Chaitanya Vadrevu --- .../binutils/binutils/0025-CVE-2023-25588.patch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/binutils/binutils/0025-CVE-2023-25588.patch b/meta/recipes-devtools/binutils/binutils/0025-CVE-2023-25588.patch index

[OE-core] [kirkstone][PATCH 4/5] binutils: Mark CVE-2022-47673 as patched

2023-10-13 Thread Chaitanya Vadrevu
Signed-off-by: Chaitanya Vadrevu --- .../binutils/binutils/0022-CVE-2023-25584-3.patch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/binutils/binutils/0022-CVE-2023-25584-3.patch b/meta/recipes-devtools/binutils/binutils/0022-CVE-2023-25584-3.patch

[OE-core] [kirkstone][PATCH 3/5] binutils: Fix CVE-2022-45703

2023-10-13 Thread Chaitanya Vadrevu
Upstream-Status: Backport following * https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=244e19c79111eed017ee38ab1d44fb2a6cd1b636 * https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=69bfd1759db41c8d369f9dcc98a135c5a5d97299 Signed-off-by: Chaitanya Vadrevu

[OE-core] [kirkstone][PATCH 2/5] binutils: Fix CVE-2022-47695

2023-10-13 Thread Chaitanya Vadrevu
Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=3d3af4ba39e892b1c544d667ca241846bc3df386] Signed-off-by: Chaitanya Vadrevu --- .../binutils/binutils-2.38.inc| 1 + .../binutils/0031-CVE-2022-47695.patch| 58

[OE-core] [kirkstone][PATCH 1/5] binutils: Fix CVE-2022-44840

2023-10-13 Thread Chaitanya Vadrevu
Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=28750e3b967da2207d51cbce9fc8be262817ee59] Signed-off-by: Chaitanya Vadrevu --- .../binutils/binutils-2.38.inc| 1 + .../binutils/0030-CVE-2022-44840.patch| 151

[OE-core] [hardknott][PATCH] pseudo: Fix handling of absolute links

2022-04-06 Thread Chaitanya Vadrevu
From: Alexandre Belloni Update to a version of pseudo which has a fix for absolute links, evaluating them from the chroot path. Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 33147b89bc3c9e9bdd53a942a5551d8a1d06130c) ---

Re: [OE-core] [PATCH] pseudo: Update to latest to fix link handling

2022-04-06 Thread Chaitanya Vadrevu
Ok, no problem. I'm glad it's already in master. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#164087): https://lists.openembedded.org/g/openembedded-core/message/164087 Mute This Topic: https://lists.openembedded.org/mt/90277234/21656 Group

[OE-core] [PATCH] pseudo: Update to latest to fix link handling

2022-04-05 Thread Chaitanya Vadrevu
Update to latest version of pseudo which includes a fix to handle absolute links correctly. This fixes ldconfig failures in OE builds when rootfs contains absolute links. Signed-off-by: Chaitanya Vadrevu --- meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH] pseudo_util: Fix handling of absolute links

2022-03-28 Thread Chaitanya Vadrevu
absolute links as stat64 calls failed and the symlinks were deemed dead. Signed-off-by: Chaitanya Vadrevu --- pseudo_util.c | 6 ++ test/test-chroot-symlink.c | 28 test/test-chroot-symlink.sh | 19 +++ 3 files changed, 49

Re: [OE-core] [hardknott][PATCH] python3-pyelftools: Depend on debugger, pprint

2022-01-10 Thread Chaitanya Vadrevu
separator for hardknott. Can the cherry-picked commit (66211fa) be reverted on hardknott and this patch applied instead? Thanks, Chaitanya From: Chaitanya Vadrevu Date: Thursday, December 16, 2021 at 6:10 PM To: openembedded-core@lists.openembedded.org Cc: Chaitanya Vadrevu Subject: [hardknott

[OE-core] [hardknott][PATCH] python3-pyelftools: Depend on debugger, pprint

2021-12-16 Thread Chaitanya Vadrevu
python3-pyelftools uses python3-debugger, python3-pprint. So add dependencies on these packages. Signed-off-by: Chaitanya Vadrevu --- meta/recipes-devtools/python/python3-pyelftools_0.27.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3

[OE-core] [PATCH v2] python3-pyelftools: Depend on debugger, pprint

2021-12-16 Thread Chaitanya Vadrevu
python3-pyelftools uses python3-debugger, python3-pprint. So add dependencies on these packages. Signed-off-by: Chaitanya Vadrevu --- meta/recipes-devtools/python/python3-pyelftools_0.27.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3

[OE-core] [PATCH] python3-pyelftools: Depend on debugger, pprint

2021-12-16 Thread Chaitanya Vadrevu
python3-pyelftools uses python3-debugger, python3-pprint. So add dependencies on these packages. Signed-off-by: Chaitanya Vadrevu --- meta/recipes-devtools/python/python3-pyelftools_0.27.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3