From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bNq6f4YqXz309S for ; Fri, 20 Jun 2025 07:36:42 +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 "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bNq6b1FhZz307y for ; Fri, 20 Jun 2025 07:36:39 +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)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bNq6Z4ZGSzVR for ; Fri, 20 Jun 2025 07:36:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1750404998; 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: in-reply-to:in-reply-to:references:references; bh=ymurb/ruLroA8qVRydYMjKCnbAlVIoDHsJA9hiv+9Zw=; b=M8CJQUrw9/4ya1Iivkn7iKoHASWqxVytYmX6NWfl75Cj1xB3I22TRB3ggOsBmab1Aa+UZB Bb///8OvMPIYYLDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1750404998; 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: in-reply-to:in-reply-to:references:references; bh=ymurb/ruLroA8qVRydYMjKCnbAlVIoDHsJA9hiv+9Zw=; b=VpfE/3+mnwWyBrkybccqrOMlakzIZwCU8F47LsifFTytCmnT5c9MyfCTplJrDu5Fb7N3YX 3McldtG6muAaKiqmbiEmwufflmig56Am/1Gu2k7xCR0Yiwu1vR3oLCklHJ+MpdldDL9la6 D8c0cdZ36fKT35bZJNyQIs78kKFcHDFJZkDLpJTageh4suLkyWfb66/3SiQ7tG4tFQ5foT loCszEW0c3dyr0aZ6S+shDWhDzF66lSEcYyagbLr1JN43mePZrM3CiXR6h689eve0cud6/ m32BxyWvEE8K0k5MtE8gRjo0c8c8vVjAbnd0u2jPpEj5awO0RyjeoQYt/kB7gg== Message-ID: Date: Fri, 20 Jun 2025 09:36:38 +0200 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Subject: Re: [PATCH] bind: Update ot 9.20.10 To: development@lists.ipfire.org References: <20250619204925.1339-1-matthias.fischer@ipfire.org> Content-Language: en-GB From: Adolf Belka In-Reply-To: <20250619204925.1339-1-matthias.fischer@ipfire.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reviewed-by: Adolf Belka On 19/06/2025 22:49, Matthias Fischer wrote: > For details see: > https://downloads.isc.org/isc/bind9/9.20.10/doc/arm/html/notes.html#notes-for-bind-9-20-10 > > "Notes for BIND 9.20.10 > New Features > > Implement a new notify-defer configuration option. > This new option sets a delay (in seconds) to wait before sending a > set of NOTIFY messages for a zone. Whenever a NOTIFY message is > ready to be sent, sending is deferred for this duration. This > option should not be confused with the notify-delay option. The > default is 0 seconds. [GL #5259] > > Removed Features > > Implement the systemd notification protocol manually to remove > dependency on libsystemd. > > Bug Fixes > > Fix zone deletion issue. > A secondary zone could initiate a new zone transfer from the primary > server after it had been already deleted from the secondary server, > and before the internal garbage collection was activated to clean it > up completely. This has been fixed. [GL #5291] > > Fix a zone refresh bug. > > A secondary zone could fail to further refresh with new versions of > the zone from a primary server if named was reconfigured during the > SOA request step of an ongoing zone transfer. This has been fixed. > [GL #5307]" > > 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 23d8cd20b..f387a31a7 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.9.so > +usr/lib/libdns-9.20.10.so > #usr/lib/libdns.la > #usr/lib/libdns.so > -usr/lib/libisc-9.20.9.so > +usr/lib/libisc-9.20.10.so > #usr/lib/libisc.la > #usr/lib/libisc.so > -usr/lib/libisccc-9.20.9.so > +usr/lib/libisccc-9.20.10.so > #usr/lib/libisccc.la > #usr/lib/libisccc.so > -usr/lib/libisccfg-9.20.9.so > +usr/lib/libisccfg-9.20.10.so > #usr/lib/libisccfg.la > #usr/lib/libisccfg.so > -usr/lib/libns-9.20.9.so > +usr/lib/libns-9.20.10.so > #usr/lib/libns.la > #usr/lib/libns.so > diff --git a/lfs/bind b/lfs/bind > index 6d448f728..cdba7c307 100644 > --- a/lfs/bind > +++ b/lfs/bind > @@ -25,7 +25,7 @@ > > include Config > > -VER = 9.20.9 > +VER = 9.20.10 > > THISAPP = bind-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -43,7 +43,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_BLAKE2 = 40a1428d2da9d92b3604f04234b2ff44701abcf2ea22883caea7fb4ee157547125fd68accb8fe10853ff64cd5018fa89e36eeb53021fa3ee9bc056e05ac228d6 > +$(DL_FILE)_BLAKE2 = e5a7824ff5b901be447a2f4f067aa8b3345eb8187ed86f3bf6bc623e2b6c812722667eefd1f915026dab078846011e222336a30c4da640c4e54aa828398b180d > > install : $(TARGET) >