Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *bind* to *9.20.16* has Succeeded.
Next steps:
- apply the patch: git am 0001-bind-upgrade-9.20.15-9.20.16.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 a734e0cb5517c3fbbf77173e6c7817668c15d5c0 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Mon, 15 Dec 2025 21:58:18 +0000
Subject: [PATCH] bind: upgrade 9.20.15 -> 9.20.16
---
.../bind/bind/0001-avoid-start-failure-with-bind-user.patch | 2 +-
...01-named-lwresd-V-and-start-log-hide-build-options.patch | 4 ++--
...nd-ensure-searching-for-json-headers-searches-sysr.patch | 6 +++---
meta/recipes-connectivity/bind/bind/conf.patch | 2 +-
.../bind/bind/init.d-add-support-for-read-only-rootfs.patch | 2 +-
.../bind/bind/make-etc-initd-bind-stop-work.patch | 2 +-
.../bind/{bind_9.20.15.bb => bind_9.20.16.bb} | 2 +-
7 files changed, 10 insertions(+), 10 deletions(-)
rename meta/recipes-connectivity/bind/{bind_9.20.15.bb => bind_9.20.16.bb}
(97%)
diff --git
a/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch
b/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch
index dda94c14e7..97eb705481 100644
---
a/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch
+++
b/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch
@@ -1,4 +1,4 @@
-From 7128d079b0c315414410c4bcfb18b445cd7afda2 Mon Sep 17 00:00:00 2001
+From 0f2b89c948375d06415d209381ee9c8eeb53b998 Mon Sep 17 00:00:00 2001
From: Chen Qi <[email protected]>
Date: Mon, 15 Oct 2018 16:55:09 +0800
Subject: [PATCH] avoid start failure with bind user
diff --git
a/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch
b/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch
index 5d3bd682f4..8a50e0fc56 100644
---
a/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch
+++
b/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch
@@ -1,4 +1,4 @@
-From 56249e557c820a743f1390174bd93104698e70f2 Mon Sep 17 00:00:00 2001
+From d5554526a25f3b8e50206baa94401197bc98634e Mon Sep 17 00:00:00 2001
From: Hongxu Jia <[email protected]>
Date: Mon, 27 Aug 2018 21:24:20 +0800
Subject: [PATCH] `named/lwresd -V' and start log hide build options
@@ -20,7 +20,7 @@ Signed-off-by: Armin Kuster <[email protected]>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
-index 295bfd6..5c7d7fb 100644
+index 481ec7a..9f4ecd0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ AC_DEFINE([PACKAGE_VERSION_EXTRA],
["][bind_VERSION_EXTRA]["], [BIND 9 Extra par
diff --git
a/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
b/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
index 9bbe0998c6..83b7b07618 100644
---
a/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
+++
b/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
@@ -1,4 +1,4 @@
-From fe34ede0bbb0c60624cc281c938b9ca784505f5a Mon Sep 17 00:00:00 2001
+From 984edfef3433374872c672a345126b8c029b3b5d Mon Sep 17 00:00:00 2001
From: Paul Gortmaker <[email protected]>
Date: Tue, 9 Jun 2015 11:22:00 -0400
Subject: [PATCH] bind: ensure searching for json headers searches sysroot
@@ -32,10 +32,10 @@ Signed-off-by: Paul Gortmaker <[email protected]>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
-index 6ee5459..295bfd6 100644
+index 152db02..481ec7a 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -863,7 +863,7 @@ AS_CASE([$with_lmdb],
+@@ -865,7 +865,7 @@ AS_CASE([$with_lmdb],
[no],[],
[auto|yes], [PKG_CHECK_MODULES([LMDB], [lmdb],
[ac_lib_lmdb_found=yes],
diff --git a/meta/recipes-connectivity/bind/bind/conf.patch
b/meta/recipes-connectivity/bind/bind/conf.patch
index 8a45667fc4..bfb69f9d6a 100644
--- a/meta/recipes-connectivity/bind/bind/conf.patch
+++ b/meta/recipes-connectivity/bind/bind/conf.patch
@@ -1,4 +1,4 @@
-From 24452a9a46ba21233925218e4fca066b338ba70d Mon Sep 17 00:00:00 2001
+From 934d86695041852f04cf262b8f2984ebe4b16bee Mon Sep 17 00:00:00 2001
From: Qing He <[email protected]>
Date: Tue, 30 Nov 2010 13:35:42 +0800
Subject: [PATCH] bind: add new recipe
diff --git
a/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch
b/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch
index 97fac429dd..66b2156cf2 100644
---
a/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch
+++
b/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch
@@ -1,4 +1,4 @@
-From 2fb98a36b3b35aeaa4852bd8bc268fbf66d0ad2d Mon Sep 17 00:00:00 2001
+From 5b80ecb4bc5205310bc25771a3f994072aed2b9d Mon Sep 17 00:00:00 2001
From: Chen Qi <[email protected]>
Date: Thu, 27 Mar 2014 02:34:41 +0000
Subject: [PATCH] init.d: add support for read-only rootfs
diff --git
a/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch
b/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch
index 3adb694eaa..331d354cd6 100644
--- a/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch
+++ b/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch
@@ -1,4 +1,4 @@
-From 3f18a00d627ec06d26d189e7ef1818d2c237274b Mon Sep 17 00:00:00 2001
+From fa3a73d937dfc32a0f54ce9e8724e0c2cfe5d530 Mon Sep 17 00:00:00 2001
From: Roy Li <[email protected]>
Date: Thu, 15 Nov 2012 02:27:54 +0000
Subject: [PATCH] bind: make "/etc/init.d/bind stop" work
diff --git a/meta/recipes-connectivity/bind/bind_9.20.15.bb
b/meta/recipes-connectivity/bind/bind_9.20.16.bb
similarity index 97%
rename from meta/recipes-connectivity/bind/bind_9.20.15.bb
rename to meta/recipes-connectivity/bind/bind_9.20.16.bb
index 1195b5bdc3..33068b5b5a 100644
--- a/meta/recipes-connectivity/bind/bind_9.20.15.bb
+++ b/meta/recipes-connectivity/bind/bind_9.20.16.bb
@@ -20,7 +20,7 @@ SRC_URI =
"https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \
file://0001-avoid-start-failure-with-bind-user.patch \
"
-SRC_URI[sha256sum] =
"d62b38fae48ba83fca6181112d0c71018d8b0f2ce285dc79dc6a0367722ccabb"
+SRC_URI[sha256sum] =
"03ffcc7a4fcb7c39b82b34be1ba2b59f6c191bc795c5935530d5ebe630a352d6"
UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
# follow the ESV versions divisible by 2
--
2.47.1
0001-bind-upgrade-9.20.15-9.20.16.patch
Description: Binary data
packages/x86-64-v3-poky-linux/bind/bind-libs: FILELIST: removed "/usr/lib/libisccc-9.20.15.so /usr/lib/libdns-9.20.15.so /usr/lib/libisc-9.20.15.so /usr/lib/libisccfg-9.20.15.so /usr/lib/libns-9.20.15.so", added "/usr/lib/libdns-9.20.16.so /usr/lib/libisccfg-9.20.16.so /usr/lib/libisc-9.20.16.so /usr/lib/libisccc-9.20.16.so /usr/lib/libns-9.20.16.so" Changes to packages/x86-64-v3-poky-linux/bind (sysroot): /usr/lib/libdns.so changed symlink target from libdns-9.20.15.so to libdns-9.20.16.so /usr/lib/libisccc.so changed symlink target from libisccc-9.20.15.so to libisccc-9.20.16.so /usr/lib/libisccfg.so changed symlink target from libisccfg-9.20.15.so to libisccfg-9.20.16.so /usr/lib/libisc.so changed symlink target from libisc-9.20.15.so to libisc-9.20.16.so /usr/lib/libns.so changed symlink target from libns-9.20.15.so to libns-9.20.16.so /usr/lib/libdns-9.20.15.so moved to /usr/lib/libdns-9.20.16.so /usr/lib/libisc-9.20.15.so moved to /usr/lib/libisc-9.20.16.so /usr/lib/libisccc-9.20.15.so moved to /usr/lib/libisccc-9.20.16.so /usr/lib/libisccfg-9.20.15.so moved to /usr/lib/libisccfg-9.20.16.so /usr/lib/libns-9.20.15.so moved to /usr/lib/libns-9.20.16.so
packages/x86-64-v3-poky-linux/bind/bind-dbg: FILELIST: removed "/usr/lib/.debug/libns-9.20.15.so /usr/lib/.debug/libdns-9.20.15.so /usr/lib/.debug/libisc-9.20.15.so /usr/lib/.debug/libisccfg-9.20.15.so /usr/lib/.debug/libisccc-9.20.15.so", added "/usr/lib/.debug/libdns-9.20.16.so /usr/lib/.debug/libisc-9.20.16.so /usr/lib/.debug/libisccc-9.20.16.so /usr/lib/.debug/libns-9.20.16.so /usr/lib/.debug/libisccfg-9.20.16.so" packages/x86-64-v3-poky-linux/bind/bind-dbg: PKGV changed from 9.20.15 [default] to 9.20.16 [default] packages/x86-64-v3-poky-linux/bind/bind-dbg: PV changed from "9.20.15" to "9.20.16" packages/x86-64-v3-poky-linux/bind/bind-dbg: PKGSIZE changed from 15162104 to 15165456 (+0%) packages/x86-64-v3-poky-linux/bind/bind-dev: PKGV changed from 9.20.15 [default] to 9.20.16 [default] packages/x86-64-v3-poky-linux/bind/bind-dev: PV changed from "9.20.15" to "9.20.16" packages/x86-64-v3-poky-linux/bind/bind-dev: PKGSIZE changed from 1596129 to 1596315 (+0%) packages/x86-64-v3-poky-linux/bind/bind-doc: PKGV changed from 9.20.15 [default] to 9.20.16 [default] packages/x86-64-v3-poky-linux/bind/bind-doc: PV changed from "9.20.15" to "9.20.16" packages/x86-64-v3-poky-linux/bind/bind-libs: FILELIST: removed "/usr/lib/libns-9.20.15.so /usr/lib/libdns-9.20.15.so /usr/lib/libisc-9.20.15.so /usr/lib/libisccc-9.20.15.so /usr/lib/libisccfg-9.20.15.so", added "/usr/lib/libisccfg-9.20.16.so /usr/lib/libns-9.20.16.so /usr/lib/libdns-9.20.16.so /usr/lib/libisc-9.20.16.so /usr/lib/libisccc-9.20.16.so" packages/x86-64-v3-poky-linux/bind/bind-libs: PKGV changed from 9.20.15 [default] to 9.20.16 [default] packages/x86-64-v3-poky-linux/bind/bind-libs: PV changed from "9.20.15" to "9.20.16" packages/x86-64-v3-poky-linux/bind/bind-libs: FILES: removed "/usr/lib/*-9.20.15.so", added "/usr/lib/*-9.20.16.so" packages/x86-64-v3-poky-linux/bind/bind-locale: PKGV changed from 9.20.15 [default] to 9.20.16 [default] packages/x86-64-v3-poky-linux/bind/bind-locale: PV changed from "9.20.15" to "9.20.16" packages/x86-64-v3-poky-linux/bind/bind-src: FILELIST: directory renamed /usr/src/debug/bind/9.20.15/lib/isccc/include/isccc -> /usr/src/debug/bind/9.20.16/lib/isccc/include/isccc, directory renamed /usr/src/debug/bind/9.20.15/lib/isccc -> /usr/src/debug/bind/9.20.16/lib/isccc, directory renamed /usr/src/debug/bind/9.20.15/bin/named -> /usr/src/debug/bind/9.20.16/bin/named, directory renamed /usr/src/debug/bind/9.20.15/lib/isccfg/include/isccfg -> /usr/src/debug/bind/9.20.16/lib/isccfg/include/isccfg, directory renamed /usr/src/debug/bind/9.20.15/bin/confgen/include/confgen -> /usr/src/debug/bind/9.20.16/bin/confgen/include/confgen, directory renamed /usr/src/debug/bind/9.20.15/bin/nsupdate -> /usr/src/debug/bind/9.20.16/bin/nsupdate, directory renamed /usr/src/debug/bind/9.20.15/lib/isc/netmgr -> /usr/src/debug/bind/9.20.16/lib/isc/netmgr, directory renamed /usr/src/debug/bind/9.20.15/lib/dns -> /usr/src/debug/bind/9.20.16/lib/dns, directory renamed /usr/src/debug/bind/9.20.15/lib/i sc/include/isc -> /usr/src/debug/bind/9.20.16/lib/isc/include/isc, directory renamed /usr/src/debug/bind/9.20.15/lib/dns/rdata/any_255 -> /usr/src/debug/bind/9.20.16/lib/dns/rdata/any_255, directory renamed /usr/src/debug/bind/9.20.15/bin/check -> /usr/src/debug/bind/9.20.16/bin/check, directory renamed /usr/src/debug/bind/9.20.15/lib/dns/rdata/hs_4 -> /usr/src/debug/bind/9.20.16/lib/dns/rdata/hs_4, directory renamed /usr/src/debug/bind/9.20.15/bin/confgen -> /usr/src/debug/bind/9.20.16/bin/confgen, directory renamed /usr/src/debug/bind/9.20.15/lib/dns/rdata/in_1 -> /usr/src/debug/bind/9.20.16/lib/dns/rdata/in_1, directory renamed /usr/src/debug/bind/9.20.15/bin/plugins -> /usr/src/debug/bind/9.20.16/bin/plugins, directory renamed /usr/src/debug/bind/9.20.15/bin/dnssec -> /usr/src/debug/bind/9.20.16/bin/dnssec, directory renamed /usr/src/debug/bind/9.20.15/lib/dns/rdata/ch_3 -> /usr/src/debug/bind/9.20.16/lib/dns/rdata/ch_3, directory renamed /usr/src/debug/bind/9.20.15/lib/dns/incl ude/irs -> /usr/src/debug/bind/9.20.16/lib/dns/include/irs, directory renamed /usr/src/debug/bind/9.20.15/bin/dig -> /usr/src/debug/bind/9.20.16/bin/dig, directory renamed /usr/src/debug/bind/9.20.15/lib/dns/include/dst -> /usr/src/debug/bind/9.20.16/lib/dns/include/dst, directory renamed /usr/src/debug/bind/9.20.15/bin/tools -> /usr/src/debug/bind/9.20.16/bin/tools, directory renamed /usr/src/debug/bind/9.20.15/bin/rndc -> /usr/src/debug/bind/9.20.16/bin/rndc, directory renamed /usr/src/debug/bind/9.20.15/bin/named/include/named -> /usr/src/debug/bind/9.20.16/bin/named/include/named, directory renamed /usr/src/debug/bind/9.20.15/lib/dns/include/dns -> /usr/src/debug/bind/9.20.16/lib/dns/include/dns, directory renamed /usr/src/debug/bind/9.20.15/lib/ns -> /usr/src/debug/bind/9.20.16/lib/ns, directory renamed /usr/src/debug/bind/9.20.15/lib/dns/rdata/generic -> /usr/src/debug/bind/9.20.16/lib/dns/rdata/generic, directory renamed /usr/src/debug/bind/9.20.15/bin/delv -> /usr/src/debug/ bind/9.20.16/bin/delv, directory renamed /usr/src/debug/bind/9.20.15/lib/ns/include/ns -> /usr/src/debug/bind/9.20.16/lib/ns/include/ns, directory renamed /usr/src/debug/bind/9.20.15/lib/isccfg -> /usr/src/debug/bind/9.20.16/lib/isccfg, directory renamed /usr/src/debug/bind/9.20.15/bin/named/include/dlz -> /usr/src/debug/bind/9.20.16/bin/named/include/dlz, directory renamed /usr/src/debug/bind/9.20.15/lib/isc -> /usr/src/debug/bind/9.20.16/lib/isc packages/x86-64-v3-poky-linux/bind/bind-src: PKGV changed from 9.20.15 [default] to 9.20.16 [default] packages/x86-64-v3-poky-linux/bind/bind-src: PV changed from "9.20.15" to "9.20.16" packages/x86-64-v3-poky-linux/bind/bind-src: PKGSIZE changed from 10064990 to 10066238 (+0%) packages/x86-64-v3-poky-linux/bind/bind-staticdev: PKGV changed from 9.20.15 [default] to 9.20.16 [default] packages/x86-64-v3-poky-linux/bind/bind-staticdev: PV changed from "9.20.15" to "9.20.16" packages/x86-64-v3-poky-linux/bind/bind-utils: PKGV changed from 9.20.15 [default] to 9.20.16 [default] packages/x86-64-v3-poky-linux/bind/bind-utils: PV changed from "9.20.15" to "9.20.16" packages/x86-64-v3-poky-linux/bind/bind: PKGV changed from 9.20.15 [default] to 9.20.16 [default] packages/x86-64-v3-poky-linux/bind/bind: PV changed from "9.20.15" to "9.20.16" packages/x86-64-v3-poky-linux/bind/bind: PKGSIZE changed from 1317193 to 1317257 (+0%) packages/x86-64-v3-poky-linux/bind: PKGV changed from 9.20.15 [default] to 9.20.16 [default] packages/x86-64-v3-poky-linux/bind: PV changed from "9.20.15" to "9.20.16" packages/x86-64-v3-poky-linux/bind: SRC_URI changed from "https://ftp.isc.org/isc/bind9/9.20.15/bind-9.20.15.tar.xz file://conf.patch file://named.service file://bind9 file://generate-rndc-key.sh file://make-etc-initd-bind-stop-work.patch file://init.d-add-support-for-read-only-rootfs.patch file://bind-ensure-searching-for-json-headers-searches-sysr.patch file://0001-named-lwresd-V-and-start-log-hide-build-options.patch file://0001-avoid-start-failure-with-bind-user.patch" to "https://ftp.isc.org/isc/bind9/9.20.16/bind-9.20.16.tar.xz file://conf.patch file://named.service file://bind9 file://generate-rndc-key.sh file://make-etc-initd-bind-stop-work.patch file://init.d-add-support-for-read-only-rootfs.patch file://bind-ensure-searching-for-json-headers-searches-sysr.patch file://0001-named-lwresd-V-and-start-log-hide-build-options.patch file://0001-avoid-start-failure-with-bind-user.patch" Changes to packages/x86-64-v3-poky-linux/bind (sysroot): /usr/lib/libdns.so changed symlink target from libdns-9.20.15.so to libdns-9.20.16.so /usr/lib/libisccc.so changed symlink target from libisccc-9.20.15.so to libisccc-9.20.16.so /usr/lib/libisccfg.so changed symlink target from libisccfg-9.20.15.so to libisccfg-9.20.16.so /usr/lib/libisc.so changed symlink target from libisc-9.20.15.so to libisc-9.20.16.so /usr/lib/libns.so changed symlink target from libns-9.20.15.so to libns-9.20.16.so /usr/lib/libdns-9.20.15.so moved to /usr/lib/libdns-9.20.16.so /usr/lib/libisc-9.20.15.so moved to /usr/lib/libisc-9.20.16.so /usr/lib/libisccc-9.20.15.so moved to /usr/lib/libisccc-9.20.16.so /usr/lib/libisccfg-9.20.15.so moved to /usr/lib/libisccfg-9.20.16.so /usr/lib/libns-9.20.15.so moved to /usr/lib/libns-9.20.16.so
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#227777): https://lists.openembedded.org/g/openembedded-core/message/227777 Mute This Topic: https://lists.openembedded.org/mt/116806703/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
