From: wangmy Date: Wed, 23 Feb 2022 11:03:09 +0000 (+0800) Subject: bind: upgrade 9.16.25 -> 9.16.26 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c47caa7c8ca77ff137988deaf2d2a8b381f5a3f8;p=openembedded-core.git bind: upgrade 9.16.25 -> 9.16.26 Changelog: ========== Log "quota reached" message when hard quota is reached when accepting a connection. Add ECS support to the DLZ interface. A failed view configuration during a named reconfiguration procedure could cause inconsistencies in BIND internal structures, causing a crash or other unexpected errors. rndc could crash when interrupted by a signal before receiving a response. Correctly detect and enable UDP recvmmsg support in all versions of libuv that support it. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/bind/bind-9.16.25/0001-avoid-start-failure-with-bind-user.patch b/meta/recipes-connectivity/bind/bind-9.16.26/0001-avoid-start-failure-with-bind-user.patch similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.25/0001-avoid-start-failure-with-bind-user.patch rename to meta/recipes-connectivity/bind/bind-9.16.26/0001-avoid-start-failure-with-bind-user.patch diff --git a/meta/recipes-connectivity/bind/bind-9.16.25/0001-named-lwresd-V-and-start-log-hide-build-options.patch b/meta/recipes-connectivity/bind/bind-9.16.26/0001-named-lwresd-V-and-start-log-hide-build-options.patch similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.25/0001-named-lwresd-V-and-start-log-hide-build-options.patch rename to meta/recipes-connectivity/bind/bind-9.16.26/0001-named-lwresd-V-and-start-log-hide-build-options.patch diff --git a/meta/recipes-connectivity/bind/bind-9.16.25/bind-ensure-searching-for-json-headers-searches-sysr.patch b/meta/recipes-connectivity/bind/bind-9.16.26/bind-ensure-searching-for-json-headers-searches-sysr.patch similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.25/bind-ensure-searching-for-json-headers-searches-sysr.patch rename to meta/recipes-connectivity/bind/bind-9.16.26/bind-ensure-searching-for-json-headers-searches-sysr.patch diff --git a/meta/recipes-connectivity/bind/bind-9.16.25/bind9 b/meta/recipes-connectivity/bind/bind-9.16.26/bind9 similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.25/bind9 rename to meta/recipes-connectivity/bind/bind-9.16.26/bind9 diff --git a/meta/recipes-connectivity/bind/bind-9.16.25/conf.patch b/meta/recipes-connectivity/bind/bind-9.16.26/conf.patch similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.25/conf.patch rename to meta/recipes-connectivity/bind/bind-9.16.26/conf.patch diff --git a/meta/recipes-connectivity/bind/bind-9.16.25/generate-rndc-key.sh b/meta/recipes-connectivity/bind/bind-9.16.26/generate-rndc-key.sh similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.25/generate-rndc-key.sh rename to meta/recipes-connectivity/bind/bind-9.16.26/generate-rndc-key.sh diff --git a/meta/recipes-connectivity/bind/bind-9.16.25/init.d-add-support-for-read-only-rootfs.patch b/meta/recipes-connectivity/bind/bind-9.16.26/init.d-add-support-for-read-only-rootfs.patch similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.25/init.d-add-support-for-read-only-rootfs.patch rename to meta/recipes-connectivity/bind/bind-9.16.26/init.d-add-support-for-read-only-rootfs.patch diff --git a/meta/recipes-connectivity/bind/bind-9.16.25/make-etc-initd-bind-stop-work.patch b/meta/recipes-connectivity/bind/bind-9.16.26/make-etc-initd-bind-stop-work.patch similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.25/make-etc-initd-bind-stop-work.patch rename to meta/recipes-connectivity/bind/bind-9.16.26/make-etc-initd-bind-stop-work.patch diff --git a/meta/recipes-connectivity/bind/bind-9.16.25/named.service b/meta/recipes-connectivity/bind/bind-9.16.26/named.service similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.16.25/named.service rename to meta/recipes-connectivity/bind/bind-9.16.26/named.service diff --git a/meta/recipes-connectivity/bind/bind_9.16.25.bb b/meta/recipes-connectivity/bind/bind_9.16.26.bb similarity index 98% rename from meta/recipes-connectivity/bind/bind_9.16.25.bb rename to meta/recipes-connectivity/bind/bind_9.16.26.bb index 7c16376b58..877d0a2fed 100644 --- a/meta/recipes-connectivity/bind/bind_9.16.25.bb +++ b/meta/recipes-connectivity/bind/bind_9.16.26.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] = "9fa328850f82843ef8b7bf1ff5322cb68b110273a33f375ba41f35270f5e1ff3" +SRC_URI[sha256sum] = "70b39a5eb71650358ec9ba41da3050d32aeac0aeb4a466684b23f35affa7fb45" UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" # stay at 9.16 follow the ESV versions divisible by 4