Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *dhcpcd* to *10.5.2* has Succeeded.
Next steps:
- apply the patch: git am 0001-dhcpcd-upgrade-10.5.0-10.5.2.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 1e999a70c29695e3658f905406c3d6abc744a622 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Tue, 18 Aug 2026 05:12:51 +0000
Subject: [PATCH] dhcpcd: upgrade 10.5.0 -> 10.5.2
7c50b51a Release dhcpcd-10.5.2
c8887d0d IPv6: Allocate the interface state before adding a static address
03091088 Fix build
2bb381e9 Release dhcpcd-10.5.1
b19746fd configure: Generate .clangd
23b6790d privsep: Fix capsicum support on the control socket
a14857d1 privsep: re-enable capsicum and pledge
50857dd2 hooks: Document that new_delegated_dhcp6_prefix contains addresses
f6dabfe2 control: Harden the socket the the fs level
97b50d2e Improve the IDE experience
9cd9d2df DHCP: script reason should be RELEASE on RELEASE, not STOP
79936c28 linux: workaround a gcc compile warning issue
dfaaa5ea remove accidental debug
737091d2 ipv4: clear added state if we didn't delete the address
b83fe28c compat: define __STDC_WANT_LIB_EXT1__ 1 before including config
0c1f4074 ipv6nd: don't leave a carrier expiry timeout on a freed interface
fadc4ed6 compat: call setprogname during early init
7c87dfdf privsep: Allow __NR__llseek as well as __NR_llseek on linux
8d499db1 route: keep acquisition timestamp when matched route isn't updated
c5605040 DHCP6: Mirror the prior DHCP rapid commit fix to DHCPv6
0406dd87 DHCP: Only send the rapid commit option when configured to
eb9fd7df control: Fix non privsep builds
---
.../dhcpcd/{dhcpcd_10.5.0.bb => dhcpcd_10.5.2.bb} | 2 +-
...20-resolv.conf-improve-the-sitation-of-working-with-.patch | 2 +-
...001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch | 2 +-
.../0001-remove-INCLUDEDIR-to-prevent-build-issues.patch | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
rename meta/recipes-connectivity/dhcpcd/{dhcpcd_10.5.0.bb => dhcpcd_10.5.2.bb}
(97%)
diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.5.0.bb
b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.5.2.bb
similarity index 97%
rename from meta/recipes-connectivity/dhcpcd/dhcpcd_10.5.0.bb
rename to meta/recipes-connectivity/dhcpcd/dhcpcd_10.5.2.bb
index 73f55969cd..d8017693e7 100644
--- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.5.0.bb
+++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.5.2.bb
@@ -17,7 +17,7 @@ SRC_URI =
"git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=ma
file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch \
"
-SRCREV = "1d608519abb398006b77f11c7b720147adf4cfcc"
+SRCREV = "7c50b51a142ca5e8cbbf8f65cd8111d6f200608a"
# Doesn't use automake so we can't do out-of-tree builds
inherit pkgconfig autotools-brokensep systemd useradd
diff --git
a/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch
b/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch
index 04c1d92897..e5483c747d 100644
---
a/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch
+++
b/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch
@@ -1,4 +1,4 @@
-From a3e397d3764fdb779e2f995b690ba365956612f5 Mon Sep 17 00:00:00 2001
+From 5f9b3c4aa7965cf9edf7d6adc8626f50462ad979 Mon Sep 17 00:00:00 2001
From: Chen Qi <[email protected]>
Date: Wed, 9 Nov 2022 16:33:18 +0800
Subject: [PATCH] 20-resolv.conf: improve the sitation of working with systemd
diff --git
a/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch
b/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch
index c2afb83b54..17d5685334 100644
---
a/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch
+++
b/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch
@@ -1,4 +1,4 @@
-From d3e517be04e660d72233cde91b44c3cf705126e2 Mon Sep 17 00:00:00 2001
+From e9b462a5b3fe875effc05a246948533da1c5baaf Mon Sep 17 00:00:00 2001
From: Lei Maohui <[email protected]>
Date: Fri, 10 Mar 2023 03:48:46 +0000
Subject: [PATCH] dhcpcd.8: Fix conflict error when enable multilib.
diff --git
a/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch
b/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch
index 69ebc6026f..ed412c3d94 100644
---
a/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch
+++
b/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch
@@ -1,4 +1,4 @@
-From 278ef78e007ab74c701961e108262d9d733a3975 Mon Sep 17 00:00:00 2001
+From ab9ae52e0b7cf53266c99fd00d23d9c2f9cb308e Mon Sep 17 00:00:00 2001
From: Stefano Cappa <[email protected]>
Date: Sun, 13 Jan 2019 01:50:52 +0100
Subject: [PATCH] remove INCLUDEDIR to prevent build issues
@@ -11,7 +11,7 @@ Signed-off-by: Stefano Cappa <[email protected]>
1 file changed, 5 deletions(-)
diff --git a/configure b/configure
-index 32bf96ef..ab4aa901 100755
+index 43a40a7d..71707073 100755
--- a/configure
+++ b/configure
@@ -29,7 +29,6 @@ BUILD=
--
2.47.1
packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd-dbg: PKGSIZE changed from 1422328 to 1423120 (+0%) packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd-dbg: PKGV changed from 10.5.0 [default] to 10.5.2 [default] packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd-dbg: PV changed from "10.5.0" to "10.5.2" packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd-dev: PKGV changed from 10.5.0 [default] to 10.5.2 [default] packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd-dev: PV changed from "10.5.0" to "10.5.2" packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd-doc: PKGSIZE changed from 68511 to 68535 (+0%) packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd-doc: PKGV changed from 10.5.0 [default] to 10.5.2 [default] packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd-doc: PV changed from "10.5.0" to "10.5.2" packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd-locale: PKGV changed from 10.5.0 [default] to 10.5.2 [default] packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd-locale: PV changed from "10.5.0" to "10.5.2" packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd-src: PKGSIZE changed from 1153555 to 1155889 (+0%) packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd-src: FILELIST: directory renamed /usr/src/debug/dhcpcd/10.5.0/src/dev -> /usr/src/debug/dhcpcd/10.5.2/src/dev, directory renamed /usr/src/debug/dhcpcd/10.5.0/compat/crypt_openssl -> /usr/src/debug/dhcpcd/10.5.2/compat/crypt_openssl, directory renamed /usr/src/debug/dhcpcd/10.5.0/src -> /usr/src/debug/dhcpcd/10.5.2/src, directory renamed /usr/src/debug/dhcpcd/10.5.0/vendor -> /usr/src/debug/dhcpcd/10.5.2/vendor, removed "/usr/src/debug/dhcpcd/10.5.0/compat/getpeereid.h /usr/src/debug/dhcpcd/10.5.0/compat/pidfile.h /usr/src/debug/dhcpcd/10.5.0/compat/pidfile.c /usr/src/debug/dhcpcd/10.5.0/compat/getpeereid.c /usr/src/debug/dhcpcd/10.5.0/compat/endian.h /usr/src/debug/dhcpcd/10.5.0/compat/consttime_memequal.h /usr/src/debug/dhcpcd/10.5.0/compat/setproctitle.c /usr/src/debug/dhcpcd/10.5.0/compat/_strtoi.h /usr/src/debug/dhcpcd/10.5.0/compat/getprogname.h /usr/src/debug/dhcpcd/10.5.0/compat/strtoi.h /usr/src/debug/dhcpcd/10.5.0/compat/getprognam e.c /usr/src/debug/dhcpcd/10.5.0/compat/setproctitle.h /usr/src/debug/dhcpcd/10.5.0/compat/bitops.h", added "/usr/src/debug/dhcpcd/10.5.2/compat/progname.c /usr/src/debug/dhcpcd/10.5.2/compat/getpeereid.h /usr/src/debug/dhcpcd/10.5.2/compat/pidfile.h /usr/src/debug/dhcpcd/10.5.2/compat/progname.h /usr/src/debug/dhcpcd/10.5.2/compat/pidfile.c /usr/src/debug/dhcpcd/10.5.2/compat/endian.h /usr/src/debug/dhcpcd/10.5.2/compat/getpeereid.c /usr/src/debug/dhcpcd/10.5.2/compat/consttime_memequal.h /usr/src/debug/dhcpcd/10.5.2/compat/setproctitle.c /usr/src/debug/dhcpcd/10.5.2/compat/_strtoi.h /usr/src/debug/dhcpcd/10.5.2/compat/strtoi.h /usr/src/debug/dhcpcd/10.5.2/compat/setproctitle.h /usr/src/debug/dhcpcd/10.5.2/compat/bitops.h" packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd-src: PKGV changed from 10.5.0 [default] to 10.5.2 [default] packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd-src: PV changed from "10.5.0" to "10.5.2" packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd-staticdev: PKGV changed from 10.5.0 [default] to 10.5.2 [default] packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd-staticdev: PV changed from "10.5.0" to "10.5.2" packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd: PKGV changed from 10.5.0 [default] to 10.5.2 [default] packages/x86-64-v3-poky-linux/dhcpcd/dhcpcd: PV changed from "10.5.0" to "10.5.2" packages/x86-64-v3-poky-linux/dhcpcd: SRC_URI changed from "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=master;tag=v10.5.0 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" to "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=master;tag=v10.5.2 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/x86-64-v3-poky-linux/dhcpcd: PKGV changed from 10.5.0 [default] to 10.5.2 [default] packages/x86-64-v3-poky-linux/dhcpcd: PV changed from "10.5.0" to "10.5.2"
Changelog for dhcpcd: 10.5.0 -> 10.5.2 7c50b51a Release dhcpcd-10.5.2 c8887d0d IPv6: Allocate the interface state before adding a static address 03091088 Fix build 2bb381e9 Release dhcpcd-10.5.1 b19746fd configure: Generate .clangd 23b6790d privsep: Fix capsicum support on the control socket a14857d1 privsep: re-enable capsicum and pledge 50857dd2 hooks: Document that new_delegated_dhcp6_prefix contains addresses f6dabfe2 control: Harden the socket the the fs level 97b50d2e Improve the IDE experience 9cd9d2df DHCP: script reason should be RELEASE on RELEASE, not STOP 79936c28 linux: workaround a gcc compile warning issue dfaaa5ea remove accidental debug 737091d2 ipv4: clear added state if we didn't delete the address b83fe28c compat: define __STDC_WANT_LIB_EXT1__ 1 before including config 0c1f4074 ipv6nd: don't leave a carrier expiry timeout on a freed interface fadc4ed6 compat: call setprogname during early init 7c87dfdf privsep: Allow __NR__llseek as well as __NR_llseek on linux 8d499db1 route: keep acquisition timestamp when matched route isn't updated c5605040 DHCP6: Mirror the prior DHCP rapid commit fix to DHCPv6 0406dd87 DHCP: Only send the rapid commit option when configured to eb9fd7df control: Fix non privsep builds
0001-dhcpcd-upgrade-10.5.0-10.5.2.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243643): https://lists.openembedded.org/g/openembedded-core/message/243643 Mute This Topic: https://lists.openembedded.org/mt/120803997/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
