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 961e253e1ada56573f6f79d9901e1dd489e15fa7 (commit) via 07bd97edf7cc0be808b5dc215416bbb11b79d6bc (commit) from bf7bfc3df6a3fc4e55908a9b80bcf06e51e3b46b (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 961e253e1ada56573f6f79d9901e1dd489e15fa7 Author: Peter Müller peter.mueller@ipfire.org Date: Fri Jun 17 06:56:05 2022 +0000
Core Update 169: Ship bind
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit 07bd97edf7cc0be808b5dc215416bbb11b79d6bc Author: Matthias Fischer matthias.fischer@ipfire.org Date: Thu Jun 16 14:49:09 2022 +0200
bind: Update to 9.16.30
For details see: https://downloads.isc.org/isc/bind9/9.16.30/doc/arm/html/notes.html#notes-fo...
"Bug Fixes
The fetches-per-server quota is designed to adjust itself downward automatically when an authoritative server times out too frequently. Due to a coding error, that adjustment was applied incorrectly, so that the quota for a congested server was always set to 1. This has been fixed. [GL #3327]
DNSSEC-signed catalog zones were not being processed correctly. This has been fixed. [GL #3380]
Key files were updated every time the dnssec-policy key manager ran, whether the metadata had changed or not. named now checks whether changes were applied before writing out the key files. [GL #3302]"
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Reviewed-by: Peter Müller peter.mueller@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/bind | 14 +++++++------- config/rootfiles/{oldcore/100 => core/169}/filelists/bind | 0 lfs/bind | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) copy config/rootfiles/{oldcore/100 => core/169}/filelists/bind (100%)
Difference in files: diff --git a/config/rootfiles/common/bind b/config/rootfiles/common/bind index 0d41c90e5..60ec36f45 100644 --- a/config/rootfiles/common/bind +++ b/config/rootfiles/common/bind @@ -274,24 +274,24 @@ usr/bin/nsupdate #usr/include/pk11/site.h #usr/include/pkcs11 #usr/include/pkcs11/pkcs11.h -usr/lib/libbind9-9.16.28.so +usr/lib/libbind9-9.16.30.so #usr/lib/libbind9.la #usr/lib/libbind9.so -usr/lib/libdns-9.16.28.so +usr/lib/libdns-9.16.30.so #usr/lib/libdns.la #usr/lib/libdns.so -usr/lib/libirs-9.16.28.so +usr/lib/libirs-9.16.30.so #usr/lib/libirs.la #usr/lib/libirs.so -usr/lib/libisc-9.16.28.so +usr/lib/libisc-9.16.30.so #usr/lib/libisc.la #usr/lib/libisc.so -usr/lib/libisccc-9.16.28.so +usr/lib/libisccc-9.16.30.so #usr/lib/libisccc.la #usr/lib/libisccc.so -usr/lib/libisccfg-9.16.28.so +usr/lib/libisccfg-9.16.30.so #usr/lib/libisccfg.la #usr/lib/libisccfg.so -usr/lib/libns-9.16.28.so +usr/lib/libns-9.16.30.so #usr/lib/libns.la #usr/lib/libns.so diff --git a/config/rootfiles/core/169/filelists/bind b/config/rootfiles/core/169/filelists/bind new file mode 120000 index 000000000..48a0ebaef --- /dev/null +++ b/config/rootfiles/core/169/filelists/bind @@ -0,0 +1 @@ +../../../common/bind \ No newline at end of file diff --git a/lfs/bind b/lfs/bind index e3efc84a1..a492624f8 100644 --- a/lfs/bind +++ b/lfs/bind @@ -25,7 +25,7 @@
include Config
-VER = 9.16.28 +VER = 9.16.30
THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -43,7 +43,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 55932faa004c2021cd4c3384c14d4a58ca43d5a853602e271b58c9022256a5ec2eb1317168ac07c2b233b19407ddfb8c7f64a50d93169207cb3b4fe535a78afa +$(DL_FILE)_BLAKE2 = 35fe14b58a018df25563e58a9632b4431f740bc7a708eb823117541548d23b1855e43058cf7323361ca904d5e59d687e282abb73dc8b617e4eb25ef113168e93
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree