From patchwork Thu Mar 20 22:58:22 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 8543 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZJgwr49c2z3wx3 for ; Thu, 20 Mar 2025 22:58:36 +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 "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZJgwr36R8z7cd for ; Thu, 20 Mar 2025 22:58:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZJgwr2R1Nz332B for ; Thu, 20 Mar 2025 22:58:36 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZJgwn2VNBz2xMD for ; Thu, 20 Mar 2025 22:58:33 +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 4ZJgwm2TPcz5ly for ; Thu, 20 Mar 2025 22:58:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742511512; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=FRoiQHaih9IC9wLP4bEn1z9GwVjMRVr1Rf2GwCMd0qs=; b=vc6Hjgm8sIDmvQa/6QyNcaryEVcqmJsKJcO9oLvyYtw4B+YRGfMVZt+3X2M3Es9RZ6UcTU 40gFeBKrdy29bbCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742511512; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=FRoiQHaih9IC9wLP4bEn1z9GwVjMRVr1Rf2GwCMd0qs=; b=YCWRilAu0YTgPdCR1uDCanlnbnpESYWFhJgnoJvOYcI1pQEVAhOqQkpH3JiFZnkFhh0UmL BrqshxKdpdEdpO2Dvt8s2/wN+WqWIpNposGNV4BMOtuenbNzqbcIYK3pCiytEC18oKHeQ7 yNnWPztkPbftcsR8qzZCbvFUx5BaQFnURRQzr1QJpaTfGCpIdn+jpTsrI9Sh88gMUZEQRz njNA71o/U3kZ7izcHuOI52+IIzZc9dJgtMdnWCwoQL8JDX1aWqX2InuR4DbXDHvNcqb/Rn r1yRhqcxXAeBC4w64/1fXErP1siGlr5xQe/YiEkJdfIA77ZfwRPZW2qmpXOFVg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] bind: Update to 9.20.7 Date: Thu, 20 Mar 2025 23:58:22 +0100 Message-ID: <20250320225824.1286-1-matthias.fischer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 For details see: https://downloads.isc.org/isc/bind9/9.20.5/doc/arm/html/notes.html#notes-for-bind-9-20-7 Excerpt: "Notes for BIND 9.20.7 New Features Implement the min-transfer-rate-in configuration option. ... Add HTTPS record query to host command line tool. ... Implement sig0key-checks-limit and sig0message-checks-limit. ... Bug Fixes Fix dual-stack-servers configuration option. ... Fix a data race causing a permanent active client increase. ... Fix deferred validation of unsigned DS and DNSKEY records. ... Fix RPZ race condition during a reconfiguration. ... “CNAME and other data check” not applied to all types. ... Relax private DNSKEY and RRSIG constraints. ... Remove NSEC/DS/NSEC3 RRSIG check from dns_message_parse(). ... Fix TTL issue with ANY queries processed through RPZ “passthru”. ... dnssec-signzone needs to check for a NULL key when setting offline. ... Fix a bug in the statistics channel when querying zone transfer information. ... Fix assertion failure when dumping recursing clients. ... Dump the active resolver fetches from dns_resolver_dumpfetches()" Signed-off-by: Matthias Fischer --- config/rootfiles/common/bind | 10 +++++----- lfs/bind | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/rootfiles/common/bind b/config/rootfiles/common/bind index 8c50f830a..0467b7b04 100644 --- a/config/rootfiles/common/bind +++ b/config/rootfiles/common/bind @@ -240,18 +240,18 @@ usr/bin/nsupdate #usr/include/ns/types.h #usr/include/ns/update.h #usr/include/ns/xfrout.h -usr/lib/libdns-9.20.6.so +usr/lib/libdns-9.20.7.so #usr/lib/libdns.la #usr/lib/libdns.so -usr/lib/libisc-9.20.6.so +usr/lib/libisc-9.20.7.so #usr/lib/libisc.la #usr/lib/libisc.so -usr/lib/libisccc-9.20.6.so +usr/lib/libisccc-9.20.7.so #usr/lib/libisccc.la #usr/lib/libisccc.so -usr/lib/libisccfg-9.20.6.so +usr/lib/libisccfg-9.20.7.so #usr/lib/libisccfg.la #usr/lib/libisccfg.so -usr/lib/libns-9.20.6.so +usr/lib/libns-9.20.7.so #usr/lib/libns.la #usr/lib/libns.so diff --git a/lfs/bind b/lfs/bind index c23fb1a9d..a35d82975 100644 --- a/lfs/bind +++ b/lfs/bind @@ -25,7 +25,7 @@ include Config -VER = 9.20.6 +VER = 9.20.7 THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 2ee3770517a811f64899993ead37d919e746960a72e754546d6cfcab4e57b034392254eda7341efd1b7fdd976225b951c42cf52ed462a7a136829dbdad43312d +$(DL_FILE)_BLAKE2 = c5198939382e7295b4dfcb2ddbd86e5bccc10047d5e963dab2381404eb7a14543218e3caa438b395a2982cb607da84012f3a76a41c790a48ed615238bc080b5c install : $(TARGET)