dnsdist: Update to version 2.1.1

Message ID 20260808103415.3443313-3-adolf.belka@ipfire.org
State Staged
Commit e1f5b0c63e6cb6c0c82980d3068612adb5c98ec4
Headers
Series dnsdist: Update to version 2.1.1 |

Commit Message

Adolf Belka 8 Aug 2026, 10:34 a.m. UTC
- Update from version 2.1.0 to 2.1.1
- No change in rootfile
- Changelog
2.1.1
Bug Fixes
    Account for the existing content when parsing labels
     References: #17790, #17797, pull request 17858
    Do not index past the address for byte-aligned prefixes
     References: #17835, pull request 17860

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/dnsdist | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)
  

Patch

diff --git a/lfs/dnsdist b/lfs/dnsdist
index a65772a4a..ed1fb7430 100644
--- a/lfs/dnsdist
+++ b/lfs/dnsdist
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  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        = 2.1.0
+VER        = 2.1.1
 
 THISAPP    = dnsdist-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -34,7 +34,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = dnsdist
-PAK_VER    = 36
+PAK_VER    = 37
 
 DEPS       =
 
@@ -50,7 +50,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = ae4abaea64f4ae0eb2615e649dd7f39997483d2376d063451d13c4089f6218b6d66dc206a5fae7a2245c6cddf392961047386b54bdbcaf90dd922a8c330e1034
+$(DL_FILE)_BLAKE2 = 88607ab943a22131b9e9f7321a5576ccda2d773637176cf72e04b0007dd4f812a806d6369bdcaf3f2f74e89c05988e7cf5b98886742fb927cd1b877243cc258b
 
 install : $(TARGET)
 
@@ -84,15 +84,14 @@  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && ./configure \
-		--prefix=/usr \
-		--sysconfdir=/etc \
-		--with-libssl \
-		--without-gnutls \
-		--enable-dns-over-tls \
-		--with-lua \
-		--without-net-snmp \
-		--disable-systemd
-
+				--prefix=/usr \
+				--sysconfdir=/etc \
+				--with-libssl \
+				--without-gnutls \
+				--enable-dns-over-tls \
+				--with-lua \
+				--without-net-snmp \
+				--disable-systemd
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install