bind: Update to 9.20.19

Message ID 20260220071912.3595862-1-matthias.fischer@ipfire.org
State Staged
Commit b3e12a074ea954da988d33dfe83d0f11e39fc3eb
Headers
Series bind: Update to 9.20.19 |

Commit Message

Matthias Fischer 20 Feb 2026, 7:19 a.m. UTC
For details see:

https://downloads.isc.org/isc/bind9/9.20.19/doc/arm/html/notes.html#notes-for-bind-9-20-19

"Notes for BIND 9.20.19
Feature Changes

    Update requirements for system test suite.

    Python 3.10 or newer is now required for running the system test suite.
    The required Python packages and their version requirements are now
    tracked in the file bin/tests/system/requirements.txt. [GL #5690] [GL
    #5614]

Bug Fixes

    Fix inbound IXFR performance regression.

    Very large inbound IXFR transfers were much slower compared to BIND
    9.18. The performance was improved by adding specialized logic to
    handle IXFR transfers. [GL #5442]

    Make catalog zone names and member zones' entry names case-insensitive.
    [GL #5693]

    Fix implementation of BRID and HHIT record types. [GL #5710]

    Fix implementation of DSYNC record type. [GL #5711]

    Fix response policy and catalog zones to work with $INCLUDE directive.

    Reloading a RPZ or a catalog zone could have failed when $INCLUDE was
    in use. [GL #5714]"

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

Patch

diff --git a/config/rootfiles/common/bind b/config/rootfiles/common/bind
index 144914501..08cb3c223 100644
--- a/config/rootfiles/common/bind
+++ b/config/rootfiles/common/bind
@@ -241,18 +241,18 @@  usr/bin/nsupdate
 #usr/include/ns/types.h
 #usr/include/ns/update.h
 #usr/include/ns/xfrout.h
-usr/lib/libdns-9.20.18.so
+usr/lib/libdns-9.20.19.so
 #usr/lib/libdns.la
 #usr/lib/libdns.so
-usr/lib/libisc-9.20.18.so
+usr/lib/libisc-9.20.19.so
 #usr/lib/libisc.la
 #usr/lib/libisc.so
-usr/lib/libisccc-9.20.18.so
+usr/lib/libisccc-9.20.19.so
 #usr/lib/libisccc.la
 #usr/lib/libisccc.so
-usr/lib/libisccfg-9.20.18.so
+usr/lib/libisccfg-9.20.19.so
 #usr/lib/libisccfg.la
 #usr/lib/libisccfg.so
-usr/lib/libns-9.20.18.so
+usr/lib/libns-9.20.19.so
 #usr/lib/libns.la
 #usr/lib/libns.so
diff --git a/lfs/bind b/lfs/bind
index 1b0ff4947..cfc1cb5c7 100644
--- a/lfs/bind
+++ b/lfs/bind
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -25,7 +25,7 @@ 
 
 include Config
 
-VER        = 9.20.18
+VER        = 9.20.19
 
 THISAPP    = bind-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -43,7 +43,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 023ee08a692ce8c1dc2519483a9bdb06ff5e632ed35820f417db2950023efde79a467bf5561383eeefba4d89cc1e40a31df338e96e8563b56f564ffef895f01d
+$(DL_FILE)_BLAKE2 = 9330f6fdf44038b1a28d1cbba19a7110dcaaf3e1ba32dc5eea5ff20b0adab0c6f4450acda0932f4aa3b73bde03599fddd8b8f5bd735b8bbc3518c15ca6e8237b
 
 install : $(TARGET)