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 4f39eaeb793547386ab45879c999eaae9b24b577 (commit) via 09bfdb62e5a18f5c09cd5fc576659a4acdc857cf (commit) from 8b4cc72d4e64803a41d432541170b74d19f51eae (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 4f39eaeb793547386ab45879c999eaae9b24b577 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sat Mar 9 12:14:51 2024 +0100
unbound: Update to 1.19.2
For details see: https://nlnetlabs.nl/projects/unbound/download/#unbound-1-19-2
"Bug Fixes
Fix CVE-2024-1931, Denial of service when trimming EDE text on positive replies."
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Reviewed-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 09bfdb62e5a18f5c09cd5fc576659a4acdc857cf Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Mar 9 21:55:28 2024 +0000
dnsdist: Update to 1.9.0
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/unbound | 2 +- lfs/dnsdist | 6 +++--- lfs/unbound | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/unbound b/config/rootfiles/common/unbound index 1badd605a..f5274dcd1 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.24 +usr/lib/libunbound.so.8.1.25 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/lfs/dnsdist b/lfs/dnsdist index ac5c602b4..7f09cf222 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -26,7 +26,7 @@ include Config
SUMMARY = A highly DNS-, DoS- and abuse-aware loadbalancer
-VER = 1.8.0 +VER = 1.9.0
THISAPP = dnsdist-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = dnsdist -PAK_VER = 17 +PAK_VER = 18
SUP_ARCH = x86_64 aarch64
@@ -52,7 +52,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 47cfcfe3756cdc4520c1ba1e11b7d60191125ef900ba829ff7437ac2041352b845ab5f7183f53fea9b3aa6f44c5745de3878c2b72f2be048fa57d2c2e9325c0c +$(DL_FILE)_BLAKE2 = 9e14f275d83429ab3e83bdbbd6fe8d97b3212763398798d704adcc18d07ad8aebe16c5345425cdb589f6166155717d9649c16546bf981eb265e1349e74d11134
install : $(TARGET)
diff --git a/lfs/unbound b/lfs/unbound index b852f75b9..0a5106064 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@
include Config
-VER = 1.19.1 +VER = 1.19.2
THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = a48c5b9493eb0a9aa2171956e08677e1cfb7c49b53731c1b05f9192434c4d815eba972aab110ba0ee25fee1e7a57192c8b48e59bb21fb76ad7fd1c7d2d260012 +$(DL_FILE)_BLAKE2 = f8dcee649e5e1dfaab9285964419b4d957f0035e484021e3131784512fed842ee46c25d7b47304aca4f03a0480877b939968bca22e80620434d1d2cb7013c9b6
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree