Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *dhcpcd* to *10.0.3* has Succeeded.
Next steps:
- apply the patch: git am 0001-dhcpcd-upgrade-10.0.2-10.0.3.patch
- check the changes to upstream patches and summarize them in the commit
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list
Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.
Please review the attached files for further information and build/update
failures.
Any problem please file a bug at
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler
Regards,
The Upgrade Helper
-- >8 --
>From 33dae664cb108dc405845253d2e26491fe026b51 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sun, 15 Oct 2023 07:41:57 +0000
Subject: [PATCH] dhcpcd: upgrade 10.0.2 -> 10.0.3
---
.../{dhcpcd_10.0.2.bb => dhcpcd_10.0.3.bb} | 3 +-
...x-strlcpy-overflow-in-psp_ifname-239.patch | 33 -------------------
2 files changed, 1 insertion(+), 35 deletions(-)
rename meta/recipes-connectivity/dhcpcd/{dhcpcd_10.0.2.bb => dhcpcd_10.0.3.bb}
(94%)
delete mode 100644
meta/recipes-connectivity/dhcpcd/files/0001-privsep-fix-strlcpy-overflow-in-psp_ifname-239.patch
diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.2.bb
b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.3.bb
similarity index 94%
rename from meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.2.bb
rename to meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.3.bb
index 0966edd1b8..cc0fb382df 100644
--- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.2.bb
+++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.3.bb
@@ -15,10 +15,9 @@ SRC_URI =
"git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=ma
file://dhcpcd.service \
file://[email protected] \
file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch \
- file://0001-privsep-fix-strlcpy-overflow-in-psp_ifname-239.patch \
"
-SRCREV = "d2fbde99cf2d0072016af9dfe6a77032a5a9fc30"
+SRCREV = "45fb8fd8dd281d2228c7abaddff7877d27e67146"
S = "${WORKDIR}/git"
inherit pkgconfig autotools-brokensep systemd useradd
diff --git
a/meta/recipes-connectivity/dhcpcd/files/0001-privsep-fix-strlcpy-overflow-in-psp_ifname-239.patch
b/meta/recipes-connectivity/dhcpcd/files/0001-privsep-fix-strlcpy-overflow-in-psp_ifname-239.patch
deleted file mode 100644
index d4fb1737a6..0000000000
---
a/meta/recipes-connectivity/dhcpcd/files/0001-privsep-fix-strlcpy-overflow-in-psp_ifname-239.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 1bd8fc7d4b34f752a32709d277a897e5ad202d97 Mon Sep 17 00:00:00 2001
-From: Tobias Heider <[email protected]>
-Date: Tue, 15 Aug 2023 18:06:48 +0200
-Subject: [PATCH] privsep: fix strlcpy overflow in psp_ifname (#239)
-
-When running our Ubuntu tests with libc6 and strlcpy overflow checks
-enabled we found that the wrong size is passed to strlcpy resulting
-in a crash because of an overflow.
-
-Upstream-Status: Backport
-[https://github.com/NetworkConfiguration/dhcpcd/commit/1bd8fc7d4b34f752a32709d277a897e5ad202d97]
-
-Signed-off-by: Yi Zhao <[email protected]>
----
- src/privsep.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/privsep.c b/src/privsep.c
-index b11c0351..cfe54742 100644
---- a/src/privsep.c
-+++ b/src/privsep.c
-@@ -1200,7 +1200,7 @@ ps_newprocess(struct dhcpcd_ctx *ctx, struct ps_id *psid)
- #endif
-
- if (!(ctx->options & DHCPCD_MANAGER))
-- strlcpy(psp->psp_ifname, ctx->ifv[0], sizeof(psp->psp_name));
-+ strlcpy(psp->psp_ifname, ctx->ifv[0], sizeof(psp->psp_ifname));
- TAILQ_INSERT_TAIL(&ctx->ps_processes, psp, next);
- return psp;
- }
---
-2.25.1
-
--
2.39.2
packages/core2-32-poky-linux/dhcpcd/dhcpcd-dbg: RRECOMMENDS: added "libcrypto-dbg" packages/core2-32-poky-linux/dhcpcd/dhcpcd-dev: RRECOMMENDS: added "libcrypto-dev" packages/core2-32-poky-linux/dhcpcd/dhcpcd: RDEPENDS: added "libcrypto (['>= 3.1.3'])"
0001-dhcpcd-upgrade-10.0.2-10.0.3.patch
Description: Binary data
packages/core2-32-poky-linux/dhcpcd/dhcpcd-dbg: RRECOMMENDS: added "libcrypto-dbg" packages/core2-32-poky-linux/dhcpcd/dhcpcd-dbg: PV changed from "10.0.2" to "10.0.3" packages/core2-32-poky-linux/dhcpcd/dhcpcd-dbg: PKGSIZE changed from 1059108 to 1038644 (-2%) packages/core2-32-poky-linux/dhcpcd/dhcpcd-dbg: PKGV changed from 10.0.2 [default] to 10.0.3 [default] packages/core2-32-poky-linux/dhcpcd/dhcpcd-dev: RRECOMMENDS: added "libcrypto-dev" packages/core2-32-poky-linux/dhcpcd/dhcpcd-dev: PV changed from "10.0.2" to "10.0.3" packages/core2-32-poky-linux/dhcpcd/dhcpcd-dev: PKGV changed from 10.0.2 [default] to 10.0.3 [default] packages/core2-32-poky-linux/dhcpcd/dhcpcd-doc: PV changed from "10.0.2" to "10.0.3" packages/core2-32-poky-linux/dhcpcd/dhcpcd-doc: PKGSIZE changed from 64288 to 64522 (+0%) packages/core2-32-poky-linux/dhcpcd/dhcpcd-doc: PKGV changed from 10.0.2 [default] to 10.0.3 [default] packages/core2-32-poky-linux/dhcpcd/dhcpcd-locale: PV changed from "10.0.2" to "10.0.3" packages/core2-32-poky-linux/dhcpcd/dhcpcd-locale: PKGV changed from 10.0.2 [default] to 10.0.3 [default] packages/core2-32-poky-linux/dhcpcd/dhcpcd-src: FILELIST: directory renamed /usr/src/debug/dhcpcd/10.0.2-r0/compat -> /usr/src/debug/dhcpcd/10.0.3-r0/compat, directory renamed /usr/src/debug/dhcpcd/10.0.2-r0/src -> /usr/src/debug/dhcpcd/10.0.3-r0/src, directory renamed /usr/src/debug/dhcpcd/10.0.2-r0/src/dev -> /usr/src/debug/dhcpcd/10.0.3-r0/src/dev, removed "/usr/src/debug/dhcpcd/10.0.2-r0/compat/crypt/md5.h /usr/src/debug/dhcpcd/10.0.2-r0/compat/crypt/hmac.c /usr/src/debug/dhcpcd/10.0.2-r0/compat/crypt/md5.c /usr/src/debug/dhcpcd/10.0.2-r0/compat/crypt/hmac.h /usr/src/debug/dhcpcd/10.0.2-r0/compat/crypt/sha256.h /usr/src/debug/dhcpcd/10.0.2-r0/compat/crypt/sha256.c", added "/usr/src/debug/dhcpcd/10.0.3-r0/compat/crypt_openssl/sha256.c /usr/src/debug/dhcpcd/10.0.3-r0/compat/crypt_openssl/hmac.h /usr/src/debug/dhcpcd/10.0.3-r0/compat/crypt_openssl/hmac.c /usr/src/debug/dhcpcd/10.0.3-r0/compat/crypt_openssl/sha256.h" packages/core2-32-poky-linux/dhcpcd/dhcpcd-src: PV changed from "10.0.2" to "10.0.3" packages/core2-32-poky-linux/dhcpcd/dhcpcd-src: PKGSIZE changed from 1110811 to 1094606 (-1%) packages/core2-32-poky-linux/dhcpcd/dhcpcd-src: PKGV changed from 10.0.2 [default] to 10.0.3 [default] packages/core2-32-poky-linux/dhcpcd/dhcpcd-staticdev: PV changed from "10.0.2" to "10.0.3" packages/core2-32-poky-linux/dhcpcd/dhcpcd-staticdev: PKGV changed from 10.0.2 [default] to 10.0.3 [default] packages/core2-32-poky-linux/dhcpcd/dhcpcd: PV changed from "10.0.2" to "10.0.3" packages/core2-32-poky-linux/dhcpcd/dhcpcd: PKGSIZE changed from 481048 to 472712 (-2%) packages/core2-32-poky-linux/dhcpcd/dhcpcd: RDEPENDS: added "libcrypto (['>= 3.1.3'])" packages/core2-32-poky-linux/dhcpcd/dhcpcd: PKGV changed from 10.0.2 [default] to 10.0.3 [default] packages/core2-32-poky-linux/dhcpcd: SRC_URI changed from "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=master file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch file://0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch file://dhcpcd.service file://[email protected] file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch file://0001-privsep-fix-strlcpy-overflow-in-psp_ifname-239.patch" to "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=master file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch file://0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch file://dhcpcd.service file://[email protected] file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch" packages/core2-32-poky-linux/dhcpcd: PV changed from "10.0.2" to "10.0.3" packages/core2-32-poky-linux/dhcpcd: PKGV changed from 10.0.2 [default] to 10.0.3 [default]
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#189160): https://lists.openembedded.org/g/openembedded-core/message/189160 Mute This Topic: https://lists.openembedded.org/mt/101982758/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
