From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] dnsdist: Update to version 1.9.7 Date: Thu, 05 Dec 2024 14:15:46 +0100 Message-ID: <20241205131546.3390092-4-adolf.belka@ipfire.org> In-Reply-To: <20241205131546.3390092-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6003208242928401597==" List-Id: --===============6003208242928401597== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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=C3=A4tte) 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=E2=80=99s 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 --- 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 =20 SUMMARY =3D A highly DNS-, DoS- and abuse-aware loadbalancer =20 -VER =3D 1.9.6 +VER =3D 1.9.7 =20 THISAPP =3D dnsdist-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D dnsdist -PAK_VER =3D 24 +PAK_VER =3D 25 =20 DEPS =3D =20 @@ -50,7 +50,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D adb56707bb768ceae974cd9b725d2bf1f4beaa6e3edc6ede22a7d9= 3920214614f10c82d71dbb773741f56dff04e0f0aa26dc0a0e2d5d405bee89d8ada1130303 +$(DL_FILE)_BLAKE2 =3D 895a581caf00e8274787d7280e790372868354cceebe5c34fc9bd9= 60778758c6e39b1e47e11038b3f85277a9ea0231ee9951cd01febbf1c8edb0c5ae1059c644 =20 install : $(TARGET) =20 --=20 2.47.1 --===============6003208242928401597==--