dnsdist: Update to version 1.9.8

Message ID 20250113214108.2221728-2-adolf.belka@ipfire.org
State New
Headers
Series dnsdist: Update to version 1.9.8 |

Commit Message

Adolf Belka Jan. 13, 2025, 9:41 p.m. UTC
  - 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 luawrapper
	     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 <adolf.belka@ipfire.org>
---
 lfs/dnsdist | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
  

Patch

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  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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
 
 SUMMARY    = A highly DNS-, DoS- and abuse-aware loadbalancer
 
-VER        = 1.9.7
+VER        = 1.9.8
 
 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    = 25
+PAK_VER    = 26
 
 DEPS       =
 
@@ -50,7 +50,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 895a581caf00e8274787d7280e790372868354cceebe5c34fc9bd960778758c6e39b1e47e11038b3f85277a9ea0231ee9951cd01febbf1c8edb0c5ae1059c644
+$(DL_FILE)_BLAKE2 = 854344eb6b82f98001171830715fe5cf564628405b4c79c07b43fccdbca0a4c9da7e527a748bc2972261a32ed9c51582eac2e6fdbef5c25bd71b161318a62155
 
 install : $(TARGET)