]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bind: upgrade 9.18.12 -> 9.18.13
authorWang Mingyu <wangmy@fujitsu.com>
Mon, 10 Apr 2023 08:56:34 +0000 (16:56 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Apr 2023 10:55:40 +0000 (11:55 +0100)
Changelog:
==========
[bug] Use two pairs of dns_db_t and dns_dbversion_t in a
      catalog zone structure to avoid a race between the
      dns__catz_update_cb() and dns_catz_dbupdate_callback()
      functions. [GL #3907]

[bug] Make sure to revert the reconfigured zones to the
      previous version of the view, when the new view
      reconfiguration fails during the configuration of
      one of the configured zones. [GL #3911]

[bug] Fix error path cleanup issues in dns_catz_new_zones()
      and dns_catz_new_zone() functions. [GL #3900]

[bug] Unregister db update notify callback before detaching
      from the previous db inside the catz update notify
      callback. [GL #3777]

[func Run the catalog zone update process on the offload
      threads. [GL #3881]

[func Add shutdown signaling for catalog zones. [GL !7571]

[func Add reference count tracing for dns_catz_zone_t and
      dns_catz_zones_t. [GL !7570]

[bug] Detach 'rpzs' and 'catzs' from the previous view in
      configure_rpz() and configure_catz(), respectively,
      just after attaching it to the new view. [GL #3880]

[test Don't test HMAC-MD5 when not supported by libcrypto.
      [GL #3871]

[bug] Fix RPZ reference counting error on shutdown in
      dns__rpz_timer_cb(). [GL #3866]

[test Test various 'islands of trust' configurations when
      using managed keys. [GL #3662]

[bug] Building against (or running with) libuv versions
      1.35.0 and 1.36.0 is now a fatal error.  The rules for
      mixing and matching compile-time and run-time libuv
      versions have been tightened for libuv versions between
      1.35.0 and 1.40.0. [GL #3840]

[bug] dnssec-cds failed to cleanup properly. [GL #3831]

[bug] Source ports configured for query-source,
      transfer-source, etc, were being ignored. (This
      feature is deprecated, but it is not yet removed,
      so the bug still needed fixing.) [GL #3790]

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-connectivity/bind/bind-9.18.13/0001-avoid-start-failure-with-bind-user.patch [moved from meta/recipes-connectivity/bind/bind-9.18.12/0001-avoid-start-failure-with-bind-user.patch with 100% similarity]
meta/recipes-connectivity/bind/bind-9.18.13/0001-named-lwresd-V-and-start-log-hide-build-options.patch [moved from meta/recipes-connectivity/bind/bind-9.18.12/0001-named-lwresd-V-and-start-log-hide-build-options.patch with 100% similarity]
meta/recipes-connectivity/bind/bind-9.18.13/bind-ensure-searching-for-json-headers-searches-sysr.patch [moved from meta/recipes-connectivity/bind/bind-9.18.12/bind-ensure-searching-for-json-headers-searches-sysr.patch with 100% similarity]
meta/recipes-connectivity/bind/bind-9.18.13/bind9 [moved from meta/recipes-connectivity/bind/bind-9.18.12/bind9 with 100% similarity]
meta/recipes-connectivity/bind/bind-9.18.13/conf.patch [moved from meta/recipes-connectivity/bind/bind-9.18.12/conf.patch with 100% similarity]
meta/recipes-connectivity/bind/bind-9.18.13/generate-rndc-key.sh [moved from meta/recipes-connectivity/bind/bind-9.18.12/generate-rndc-key.sh with 100% similarity]
meta/recipes-connectivity/bind/bind-9.18.13/init.d-add-support-for-read-only-rootfs.patch [moved from meta/recipes-connectivity/bind/bind-9.18.12/init.d-add-support-for-read-only-rootfs.patch with 100% similarity]
meta/recipes-connectivity/bind/bind-9.18.13/make-etc-initd-bind-stop-work.patch [moved from meta/recipes-connectivity/bind/bind-9.18.12/make-etc-initd-bind-stop-work.patch with 100% similarity]
meta/recipes-connectivity/bind/bind-9.18.13/named.service [moved from meta/recipes-connectivity/bind/bind-9.18.12/named.service with 100% similarity]
meta/recipes-connectivity/bind/bind_9.18.13.bb [moved from meta/recipes-connectivity/bind/bind_9.18.12.bb with 97% similarity]

similarity index 97%
rename from meta/recipes-connectivity/bind/bind_9.18.12.bb
rename to meta/recipes-connectivity/bind/bind_9.18.13.bb
index 68dad77cdc88512203a48f88e93d4c502dd84ce5..8617137e8709c887c3733b88a954e9937ecd08a4 100644 (file)
@@ -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] = "47766bb7b063aabbad054386b190aa7f6c14524427afd427c30ec426512027e7"
+SRC_URI[sha256sum] = "3b06b6390c1012dd3956b1479c73b2097c0b22207817e2e8aae352fd20e578c7"
 
 UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
 # follow the ESV versions divisible by 2