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.8 Date: Mon, 13 Jan 2025 22:41:03 +0100 Message-ID: <20250113214108.2221728-2-adolf.belka@ipfire.org> In-Reply-To: <20250113214108.2221728-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7509626020867324705==" List-Id: --===============7509626020867324705== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.9.7 to 1.9.8 - Update of rootfile not required - Changelog 1.9.8 Improvements Add the ability to load a given TLS tickets key References: pull request 14877 Custom metrics: better error messages, small doc improvements References: pull request 14978 Add elapsed time to dq object (@phonedph1) References: pull request 14887 Bug Fixes setTicketsKeyAddedHook: pass a std::string to the hook to avoid luawrapp= er to truncate content at potential null chars References: pull request 14878 Fix ECS zero-scope caching with incoming DoH queries References: #14959, pull request 14977 Allow resetting setWeightedBalancingFactor() to zero References: pull request 14929 Signed-off-by: Adolf Belka --- lfs/dnsdist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/dnsdist b/lfs/dnsdist index 2605cbfc8..656f62135 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2024 IPFire Team = # +# Copyright (C) 2007-2025 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D A highly DNS-, DoS- and abuse-aware loadbalancer =20 -VER =3D 1.9.7 +VER =3D 1.9.8 =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 25 +PAK_VER =3D 26 =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 895a581caf00e8274787d7280e790372868354cceebe5c34fc9bd9= 60778758c6e39b1e47e11038b3f85277a9ea0231ee9951cd01febbf1c8edb0c5ae1059c644 +$(DL_FILE)_BLAKE2 =3D 854344eb6b82f98001171830715fe5cf564628405b4c79c07b43fc= cdbca0a4c9da7e527a748bc2972261a32ed9c51582eac2e6fdbef5c25bd71b161318a62155 =20 install : $(TARGET) =20 --=20 2.47.1 --===============7509626020867324705==--