]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
bind: Update ot 9.20.10
authorMatthias Fischer <matthias.fischer@ipfire.org>
Thu, 19 Jun 2025 20:49:23 +0000 (22:49 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Jun 2025 09:32:36 +0000 (09:32 +0000)
For details see:
https://downloads.isc.org/isc/bind9/9.20.10/doc/arm/html/notes.html#notes-for-bind-9-20-10

"Notes for BIND 9.20.10
New Features

    Implement a new notify-defer configuration option.
    This new option sets a delay (in seconds) to wait before sending a
    set of NOTIFY messages for a zone. Whenever a NOTIFY message is
    ready to be sent, sending is deferred for this duration. This
    option should not be confused with the notify-delay option. The
    default is 0 seconds. [GL #5259]

Removed Features

    Implement the systemd notification protocol manually to remove
    dependency on libsystemd.

Bug Fixes

    Fix zone deletion issue.
    A secondary zone could initiate a new zone transfer from the primary
    server after it had been already deleted from the secondary server,
    and before the internal garbage collection was activated to clean it
    up completely. This has been fixed. [GL #5291]

    Fix a zone refresh bug.

    A secondary zone could fail to further refresh with new versions of
    the zone from a primary server if named was reconfigured during the
    SOA request step of an ongoing zone transfer. This has been fixed.
    [GL #5307]"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/bind
lfs/bind

index 23d8cd20b615b0d73ae4047c4e511ae3e5f2958a..f387a31a795cf79a4a3500a442655be8640ab17b 100644 (file)
@@ -240,18 +240,18 @@ usr/bin/nsupdate
 #usr/include/ns/types.h
 #usr/include/ns/update.h
 #usr/include/ns/xfrout.h
-usr/lib/libdns-9.20.9.so
+usr/lib/libdns-9.20.10.so
 #usr/lib/libdns.la
 #usr/lib/libdns.so
-usr/lib/libisc-9.20.9.so
+usr/lib/libisc-9.20.10.so
 #usr/lib/libisc.la
 #usr/lib/libisc.so
-usr/lib/libisccc-9.20.9.so
+usr/lib/libisccc-9.20.10.so
 #usr/lib/libisccc.la
 #usr/lib/libisccc.so
-usr/lib/libisccfg-9.20.9.so
+usr/lib/libisccfg-9.20.10.so
 #usr/lib/libisccfg.la
 #usr/lib/libisccfg.so
-usr/lib/libns-9.20.9.so
+usr/lib/libns-9.20.10.so
 #usr/lib/libns.la
 #usr/lib/libns.so
index 6d448f728d764d813594b04e40ff1bd6276195c5..cdba7c307ef3d5b2f1faa8c2bba4458840d6beca 100644 (file)
--- a/lfs/bind
+++ b/lfs/bind
@@ -25,7 +25,7 @@
 
 include Config
 
-VER        = 9.20.9
+VER        = 9.20.10
 
 THISAPP    = bind-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 40a1428d2da9d92b3604f04234b2ff44701abcf2ea22883caea7fb4ee157547125fd68accb8fe10853ff64cd5018fa89e36eeb53021fa3ee9bc056e05ac228d6
+$(DL_FILE)_BLAKE2 = e5a7824ff5b901be447a2f4f067aa8b3345eb8187ed86f3bf6bc623e2b6c812722667eefd1f915026dab078846011e222336a30c4da640c4e54aa828398b180d
 
 install : $(TARGET)