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 57853da08b5dbc722df4c38d6ef33a39d97242e1 (commit) via ce45a767782df7e3355c497a8b7f6532367f5426 (commit) via 07abe4e2f641b20741a993daf51249ad697fb55d (commit) from 3a924196805eb3a0a93006b316583609d7e8148b (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 57853da08b5dbc722df4c38d6ef33a39d97242e1 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Nov 5 09:19:23 2024 +0100
core190: ship bind
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit ce45a767782df7e3355c497a8b7f6532367f5426 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Fri Oct 18 18:46:18 2024 +0200
bind: Update to 9.20.3
For details see: https://downloads.isc.org/isc/bind9/9.20.3/doc/arm/html/notes.html#notes-for...
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 07abe4e2f641b20741a993daf51249ad697fb55d Author: Matthias Fischer matthias.fischer@ipfire.org Date: Fri Oct 18 18:37:22 2024 +0200
unbound: Update to 1.22.0
For details see: https://nlnetlabs.nl/projects/unbound/download/#unbound-1-22-0
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/bind | 12 +++++++----- config/rootfiles/common/unbound | 2 +- config/rootfiles/{oldcore/100 => core/190}/filelists/bind | 0 lfs/bind | 4 ++-- lfs/unbound | 4 ++-- 5 files changed, 12 insertions(+), 10 deletions(-) copy config/rootfiles/{oldcore/100 => core/190}/filelists/bind (100%)
Difference in files: diff --git a/config/rootfiles/common/bind b/config/rootfiles/common/bind index 74d3b93e5..73d4a842d 100644 --- a/config/rootfiles/common/bind +++ b/config/rootfiles/common/bind @@ -83,6 +83,7 @@ usr/bin/nsupdate #usr/include/dns/sdlz.h #usr/include/dns/secalg.h #usr/include/dns/secproto.h +#usr/include/dns/skr.h #usr/include/dns/soa.h #usr/include/dns/ssu.h #usr/include/dns/stats.h @@ -135,6 +136,7 @@ usr/bin/nsupdate #usr/include/isc/hash.h #usr/include/isc/hashmap.h #usr/include/isc/heap.h +#usr/include/isc/helper.h #usr/include/isc/hex.h #usr/include/isc/histo.h #usr/include/isc/hmac.h @@ -237,18 +239,18 @@ usr/bin/nsupdate #usr/include/ns/types.h #usr/include/ns/update.h #usr/include/ns/xfrout.h -usr/lib/libdns-9.20.1.so +usr/lib/libdns-9.20.3.so #usr/lib/libdns.la #usr/lib/libdns.so -usr/lib/libisc-9.20.1.so +usr/lib/libisc-9.20.3.so #usr/lib/libisc.la #usr/lib/libisc.so -usr/lib/libisccc-9.20.1.so +usr/lib/libisccc-9.20.3.so #usr/lib/libisccc.la #usr/lib/libisccc.so -usr/lib/libisccfg-9.20.1.so +usr/lib/libisccfg-9.20.3.so #usr/lib/libisccfg.la #usr/lib/libisccfg.so -usr/lib/libns-9.20.1.so +usr/lib/libns-9.20.3.so #usr/lib/libns.la #usr/lib/libns.so diff --git a/config/rootfiles/common/unbound b/config/rootfiles/common/unbound index 1da88aa9d..57390d6d9 100644 --- a/config/rootfiles/common/unbound +++ b/config/rootfiles/common/unbound @@ -11,7 +11,7 @@ etc/unbound/unbound.conf #usr/lib/libunbound.la #usr/lib/libunbound.so usr/lib/libunbound.so.8 -usr/lib/libunbound.so.8.1.29 +usr/lib/libunbound.so.8.1.30 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/config/rootfiles/core/190/filelists/bind b/config/rootfiles/core/190/filelists/bind new file mode 120000 index 000000000..48a0ebaef --- /dev/null +++ b/config/rootfiles/core/190/filelists/bind @@ -0,0 +1 @@ +../../../common/bind \ No newline at end of file diff --git a/lfs/bind b/lfs/bind index 5833b9005..2d52157c9 100644 --- a/lfs/bind +++ b/lfs/bind @@ -25,7 +25,7 @@
include Config
-VER = 9.20.1 +VER = 9.20.3
THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -43,7 +43,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 0607a2753bcda828cff0f01a7929c3192286050813243a0733d4cf29313c9d9532285d049864b67f3ce352b71cbb878bc22785a73fe186bf244ca807934fefdf +$(DL_FILE)_BLAKE2 = b6a5298bbed613e9d257675e3a7fd1a8fb82b4f68891517935c8383bb85b2f976cae504feece750a274b2b1344a1221e04956930a34bdcba08d5f2d4a5255bc1
install : $(TARGET)
diff --git a/lfs/unbound b/lfs/unbound index d8efaf872..0f91218a5 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@
include Config
-VER = 1.21.1 +VER = 1.22.0
THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 4a14019a52c7f0641a6cfcb946be3016d9fd722acff7eeb5ea243808621af9fc05d2bb4dcba1024f134eb6ec609994e5a07b6c4b6bc0b8cc639b35db1546acd1 +$(DL_FILE)_BLAKE2 = 28cf5c6c5e29d4026beb33e8a17b012d1185a3a100fafd3e2717233f47c7b0ad2bf7b7fc2d5ad8c15b6fef496ed9d9c95d116535c3c34c945b27c2a42fa197ff
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree