]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
bind: Update to 9.20.19
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 20 Feb 2026 07:19:09 +0000 (08:19 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 20 Feb 2026 10:40:36 +0000 (10:40 +0000)
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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/bind
lfs/bind

index 14491450141dac9157515ec5bd745bb583b1638d..08cb3c223609d293835b04f9153540a8b9952518 100644 (file)
@@ -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
index 1b0ff49479cd33f557fc6d45c814d0c3644c0702..cfc1cb5c70a8c4b5133665ffffc21172297be1e0 100644 (file)
--- 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)