From patchwork Sat Aug 8 10:34:14 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10124 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hHHVt41dnz3wp9 for ; Sat, 08 Aug 2026 10:36:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hHHVk2c8gz7KJ for ; Sat, 08 Aug 2026 10:36:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hHHT04mFGz378Y for ; Sat, 08 Aug 2026 10:34:44 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hHHSy114Kz2xPV for ; Sat, 08 Aug 2026 10:34:42 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4hHHSn6BFpz6FQ; Sat, 08 Aug 2026 10:34:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1786185273; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4WOU/69jdhAGxE7KQqVBnFslZ52vB4wp70P4eBb+ZoY=; b=LKLs3QfcO+Ro9eOaOR7k1KT48a/2FhA/GQXHArhOgjhOs5Y9jPhRRbYp71jkYbmLZJAP/Z b8gNsqEy3tkBfd3fFK3ILlkZxTH1Zfb1TplvfTT+7vlLPI4INkkkO3NYhTlmuxFN3FBoFn s8zQu2OIK8pc6gV/KvFWddDupUguo44W5W4cSJvSlSlSF2t3sdE7lO1rDf2MxNIurjzG+6 s8ikv+wkDHoMuPojePzYAKI9j/NheNzBEVEbqvByBSDFJRjfSPeDx+kY9WWdc+ogHLB6Hq uo0ZTvSHKlm4YVEKz0p7S4TANjd9OQAqavNl8YXVmXaUqPIIvBFeIZLGrAG0rw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1786185273; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4WOU/69jdhAGxE7KQqVBnFslZ52vB4wp70P4eBb+ZoY=; b=DWPh8KQ0mYhI1SMNMB+QaI9aUmWtuDGbbEm1cLUmugy4xnNnDNr8QsH2Zmv3UDPXXNBxGL dgiSvi22YNq7BjBQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] dnsdist: Update to version 2.1.1 Date: Sat, 8 Aug 2026 12:34:14 +0200 Message-ID: <20260808103415.3443313-3-adolf.belka@ipfire.org> In-Reply-To: <20260808103415.3443313-1-adolf.belka@ipfire.org> References: <20260808103415.3443313-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - 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 --- lfs/dnsdist | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) 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 # +# Copyright (C) 2007-2026 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 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