From patchwork Thu Dec 5 13:15:46 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8297 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Y3vz64wLtz3wxp for ; Thu, 5 Dec 2024 13:16:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Y3vz00Wztz4dc; Thu, 5 Dec 2024 13:15:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Y3vyz5LHvz34HM; Thu, 5 Dec 2024 13:15:55 +0000 (UTC) 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Y3vyv6r81z2ybf for ; Thu, 5 Dec 2024 13:15:51 +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 4Y3vyv5MQxz2PN; Thu, 5 Dec 2024 13:15:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1733404551; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2pddWDE0TosO6MQdbUaae15oInWolxXsDiI5xorbPBs=; b=806VeAJgB7F77KoPuPiv4j9wvYgWwD0akjAgfVKsXcaNnDNnNrXGuTgQY33SfNJYIv4KNN OG7EaijKDXJ9p6DA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1733404551; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2pddWDE0TosO6MQdbUaae15oInWolxXsDiI5xorbPBs=; b=dEGM28r1QqEssKa8KSk/I27rRd5wQvp9aeVyHQNbshCvbOW/IiFrGzY9PM6Y4AIBB7iTTY k61QwBQHSBt2Z4Z/DiXQD5NKt/FrJLw6Vy5zO8TAhxbRXThJqhpFtqVWc/ASXXPbKFs4fA RF1WVjT5OqSM5FvygG421IQUu06IR+OuJhBhrQRqpnBViHw6JrybSw8SAP/5GxDT+ptdqN KwTiJAePZxbf7Q+WqxxmERvQNUHv5spad9P0Xhemgaxsru2u/VVBUh8enhJ2lhbcKZWHo6 oYrh+rGVIn8cIHuult18vmlW3JjA7oYHSuJV0/iLFPNPAs1C3sQOAfirFkh8Rg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] dnsdist: Update to version 1.9.7 Date: Thu, 5 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> References: <20241205131546.3390092-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: ROQZXV3BPBPHPTPBX7TYQOH4C3NBY54W X-Message-ID-Hash: ROQZXV3BPBPHPTPBX7TYQOH4C3NBY54W X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - 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ätte) 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’s 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 SUMMARY = A highly DNS-, DoS- and abuse-aware loadbalancer -VER = 1.9.6 +VER = 1.9.7 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 = 24 +PAK_VER = 25 DEPS = @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = adb56707bb768ceae974cd9b725d2bf1f4beaa6e3edc6ede22a7d93920214614f10c82d71dbb773741f56dff04e0f0aa26dc0a0e2d5d405bee89d8ada1130303 +$(DL_FILE)_BLAKE2 = 895a581caf00e8274787d7280e790372868354cceebe5c34fc9bd960778758c6e39b1e47e11038b3f85277a9ea0231ee9951cd01febbf1c8edb0c5ae1059c644 install : $(TARGET)