From patchwork Sat Mar 23 23:28:40 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 7671 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 ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4V2Fl23PMRz3wtq for ; Sat, 23 Mar 2024 23:29: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 ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4V2Fkz0pbYz16C; Sat, 23 Mar 2024 23:28:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4V2Fky6K98z2xkS; Sat, 23 Mar 2024 23:28:58 +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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4V2Fkv572gz2xkS for ; Sat, 23 Mar 2024 23:28:55 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4V2Fkt2Wsgz16C for ; Sat, 23 Mar 2024 23:28:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1711236534; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=JhkqcEw4bw786k15E5u5sJWF3SshFU+z85GWyZW1/gg=; b=7BvaUwgTVFHmIGZJks46K+7GU1c3EkKETTDsfGSJuNtQOG1YTHRtNaSouiT1EZhH2tSMnZ 0z/lfmpqRDJUnNAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1711236534; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=JhkqcEw4bw786k15E5u5sJWF3SshFU+z85GWyZW1/gg=; b=jK3u0tIKraCm+si1860EqVsfYR9AnKH6IQJITZntYr/KqJ3e4Ica94kPflreIBkwvxuSJ6 FjohX/CO5zaAJ64YGcxQojf8rT42FqpwG4iDoXBpSh0JZRNxeic364Wm1h81jVBL3gxikL ooF8glojdmPUcYPcB87mlmT/Qn8fkch+3JzgO5ULFg4X+5dKoUxNrSyTaCQalljhbsSvwj wX28CeT7d49UWqialRt/coASkaxfAeKzQvet6XZCQjL9baUVSgudyXBw9EkRSADpgIsSe3 KZfQdTEJma3gS9gWT0jeaNTbNFp0XI0v6b6ZHTREh1u3044CJcxe5jde1nYoDw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] bind: Update to 9.16.49 Date: Sun, 24 Mar 2024 00:28:40 +0100 Message-Id: <20240323232840.3498338-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: LZVLDI23FOUZ7GMXA4ILZ4ARQP3G2SBE X-Message-ID-Hash: LZVLDI23FOUZ7GMXA4ILZ4ARQP3G2SBE X-MailFrom: matthias.fischer@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: For details see: https://downloads.isc.org/isc/bind9/9.16.49/doc/arm/html/notes.html#notes-for-bind-9-16-49 "Bug Fixes A regression in cache-cleaning code enabled memory use to grow significantly more quickly than before, until the configured max-cache-size limit was reached. This has been fixed. [GL #4596] Using rndc flush inadvertently caused cache cleaning to become less effective. This could ultimately lead to the configured max-cache-size limit being exceeded and has now been fixed. [GL #4621] The logic for cleaning up expired cached DNS records was tweaked to be more aggressive. This change helps with enforcing max-cache-ttl and max-ncache-ttl in a timely manner. [GL #4591] It was possible to trigger a use-after-free assertion when the overmem cache cleaning was initiated. This has been fixed. [GL #4595]" Signed-off-by: Matthias Fischer --- config/rootfiles/common/bind | 14 +++++++------- lfs/bind | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/common/bind b/config/rootfiles/common/bind index 96859c8db..de2dc717b 100644 --- a/config/rootfiles/common/bind +++ b/config/rootfiles/common/bind @@ -271,24 +271,24 @@ usr/bin/nsupdate #usr/include/pk11/site.h #usr/include/pkcs11 #usr/include/pkcs11/pkcs11.h -usr/lib/libbind9-9.16.48.so +usr/lib/libbind9-9.16.49.so #usr/lib/libbind9.la #usr/lib/libbind9.so -usr/lib/libdns-9.16.48.so +usr/lib/libdns-9.16.49.so #usr/lib/libdns.la #usr/lib/libdns.so -usr/lib/libirs-9.16.48.so +usr/lib/libirs-9.16.49.so #usr/lib/libirs.la #usr/lib/libirs.so -usr/lib/libisc-9.16.48.so +usr/lib/libisc-9.16.49.so #usr/lib/libisc.la #usr/lib/libisc.so -usr/lib/libisccc-9.16.48.so +usr/lib/libisccc-9.16.49.so #usr/lib/libisccc.la #usr/lib/libisccc.so -usr/lib/libisccfg-9.16.48.so +usr/lib/libisccfg-9.16.49.so #usr/lib/libisccfg.la #usr/lib/libisccfg.so -usr/lib/libns-9.16.48.so +usr/lib/libns-9.16.49.so #usr/lib/libns.la #usr/lib/libns.so diff --git a/lfs/bind b/lfs/bind index 271f8ab53..dda8db73f 100644 --- a/lfs/bind +++ b/lfs/bind @@ -25,7 +25,7 @@ include Config -VER = 9.16.48 +VER = 9.16.49 THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 4a503b45df412c435cb0f75b54ee1270140cccce7ecc159cdf3e0e3cbd3c0a0866b7472782f20aacf130f57df12d20a102ac6979498138ce00a2655806d003e7 +$(DL_FILE)_BLAKE2 = a088e2ab29bbf2889a279f1553fbc8fc694bded1f360e4a922a24f9d0e0224dd96181691e08efed4270cfcd0ce726944f8afa41032b81433e3a1311fd1b2dd74 install : $(TARGET)