- Update from version 1.9.6 to 1.9.7 - Update of rootfilke not required - Changelog 1.9.7 New Features Add a FFI accessor to incoming proxy protocol values References: #14664, pull request 14716 Improvements Update Quiche to 0.22.0 (in our packages) References: pull request 14647 Update the Rust version we use in our packages to 1.78 References: pull request 14695 Fix build with boost 1.86.0 References: #14562, pull request 14638 Stop reporting timeouts in topSlow(), add topTimeouts() References: #14568, pull request 14641 Fix compilation with GCC 15 (Holger Hoffstätte) References: #14549, pull request 14645 Add warnings about large values passed to setMaxTCPClientThreads References: pull request 14646 Bug Fixes Disable eBPF filtering on QUIC (DoQ, DoH3) sockets References: #14736, pull request 14740 Fix handling of proxy protocol payload outside of TLS for DoT References: #14631, pull request 14639 Prevent a data race in incoming DNS over TLS connections by storing the OpenSSLTLSIOCtx in the connection References: pull request 14677 Return a valid unix timestamp for Dynamic Block’s until References: #14552, pull request 14643 Fix EDNS flags confusion when editing the OPT header References: #14548, pull request 14644 Handle a nonexistent default pool when removing a server References: pull request 14640 Add EDNS to responses generated from raw record data References: pull request 14730
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/dnsdist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/dnsdist b/lfs/dnsdist index 8c5c32271..2605cbfc8 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -26,7 +26,7 @@ include Config
SUMMARY = A highly DNS-, DoS- and abuse-aware loadbalancer
-VER = 1.9.6 +VER = 1.9.7
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 = 24 +PAK_VER = 25
DEPS =
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = adb56707bb768ceae974cd9b725d2bf1f4beaa6e3edc6ede22a7d93920214614f10c82d71dbb773741f56dff04e0f0aa26dc0a0e2d5d405bee89d8ada1130303 +$(DL_FILE)_BLAKE2 = 895a581caf00e8274787d7280e790372868354cceebe5c34fc9bd960778758c6e39b1e47e11038b3f85277a9ea0231ee9951cd01febbf1c8edb0c5ae1059c644
install : $(TARGET)