public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] bind: Update to 9.20.7
@ 2025-03-20 22:58 Matthias Fischer
  2025-03-21 11:13 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2025-03-20 22:58 UTC (permalink / raw)
  To: development

For details see:
https://downloads.isc.org/isc/bind9/9.20.5/doc/arm/html/notes.html#notes-for-bind-9-20-7

Excerpt:

"Notes for BIND 9.20.7
New Features

    Implement the min-transfer-rate-in configuration option.
...
    Add HTTPS record query to host command line tool.
...
    Implement sig0key-checks-limit and sig0message-checks-limit.
...

Bug Fixes

    Fix dual-stack-servers configuration option.
...
    Fix a data race causing a permanent active client increase.
...
    Fix deferred validation of unsigned DS and DNSKEY records.
...
    Fix RPZ race condition during a reconfiguration.
...
    “CNAME and other data check” not applied to all types.
...
    Relax private DNSKEY and RRSIG constraints.
...
    Remove NSEC/DS/NSEC3 RRSIG check from dns_message_parse().
...
    Fix TTL issue with ANY queries processed through RPZ “passthru”.
...
    dnssec-signzone needs to check for a NULL key when setting offline.
...
    Fix a bug in the statistics channel when querying zone transfer information.
...
    Fix assertion failure when dumping recursing clients.
...
    Dump the active resolver fetches from dns_resolver_dumpfetches()"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 config/rootfiles/common/bind | 10 +++++-----
 lfs/bind                     |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/config/rootfiles/common/bind b/config/rootfiles/common/bind
index 8c50f830a..0467b7b04 100644
--- a/config/rootfiles/common/bind
+++ b/config/rootfiles/common/bind
@@ -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.6.so
+usr/lib/libdns-9.20.7.so
 #usr/lib/libdns.la
 #usr/lib/libdns.so
-usr/lib/libisc-9.20.6.so
+usr/lib/libisc-9.20.7.so
 #usr/lib/libisc.la
 #usr/lib/libisc.so
-usr/lib/libisccc-9.20.6.so
+usr/lib/libisccc-9.20.7.so
 #usr/lib/libisccc.la
 #usr/lib/libisccc.so
-usr/lib/libisccfg-9.20.6.so
+usr/lib/libisccfg-9.20.7.so
 #usr/lib/libisccfg.la
 #usr/lib/libisccfg.so
-usr/lib/libns-9.20.6.so
+usr/lib/libns-9.20.7.so
 #usr/lib/libns.la
 #usr/lib/libns.so
diff --git a/lfs/bind b/lfs/bind
index c23fb1a9d..a35d82975 100644
--- a/lfs/bind
+++ b/lfs/bind
@@ -25,7 +25,7 @@
 
 include Config
 
-VER        = 9.20.6
+VER        = 9.20.7
 
 THISAPP    = bind-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 2ee3770517a811f64899993ead37d919e746960a72e754546d6cfcab4e57b034392254eda7341efd1b7fdd976225b951c42cf52ed462a7a136829dbdad43312d
+$(DL_FILE)_BLAKE2 = c5198939382e7295b4dfcb2ddbd86e5bccc10047d5e963dab2381404eb7a14543218e3caa438b395a2982cb607da84012f3a76a41c790a48ed615238bc080b5c
 
 install : $(TARGET)
 
-- 
2.43.0



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-21 11:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-20 22:58 [PATCH] bind: Update to 9.20.7 Matthias Fischer
2025-03-21 11:13 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox