* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 7eed8e56afd2190aa0b305868c72825cda0c96f5
@ 2026-02-20 10:41 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2026-02-20 10:41 UTC (permalink / raw)
To: ipfire-scm
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via 7eed8e56afd2190aa0b305868c72825cda0c96f5 (commit)
via b3e12a074ea954da988d33dfe83d0f11e39fc3eb (commit)
from df036e10b4503032476d85e2a09d170d317e4c18 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7eed8e56afd2190aa0b305868c72825cda0c96f5
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Fri Feb 20 10:40:51 2026 +0000
core201: Ship BIND
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit b3e12a074ea954da988d33dfe83d0f11e39fc3eb
Author: Matthias Fischer <matthias.fischer@ipfire.org>
Date: Fri Feb 20 08:19:09 2026 +0100
bind: Update to 9.20.19
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>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/bind | 10 +++++-----
config/rootfiles/{oldcore/100 => core/201}/filelists/bind | 0
lfs/bind | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
copy config/rootfiles/{oldcore/100 => core/201}/filelists/bind (100%)
Difference in files:
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/config/rootfiles/core/201/filelists/bind b/config/rootfiles/core/201/filelists/bind
new file mode 120000
index 000000000..48a0ebaef
--- /dev/null
+++ b/config/rootfiles/core/201/filelists/bind
@@ -0,0 +1 @@
+../../../common/bind
\ No newline at end of file
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)
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-02-20 10:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-20 10:41 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 7eed8e56afd2190aa0b305868c72825cda0c96f5 Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox