From patchwork Fri Feb 17 18:07:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 6558 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PJKXQ07N4z3x1n for ; Fri, 17 Feb 2023 18:07:17 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PJKXN2HG2zjs; Fri, 17 Feb 2023 18:07:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PJKXN0jm2z2ycT; Fri, 17 Feb 2023 18:07:16 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PJKXM0m3sz2xWH for ; Fri, 17 Feb 2023 18:07:15 +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 (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PJKXL3jVXzMQ for ; Fri, 17 Feb 2023 18:07:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676657234; 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=TPuRj0gCl8qI6s/NQ0yisv3glcGI9rCN1mkr6AHW6Rs=; b=Wj7LEHtDne90mNtFatV8sFDDer+0WnVadnpOv44tNrrCNtfbif+s+KMFmzssdCcubxjb/h usH/wdV7pgtlPt6bWaZe8PH5RJHxvmP3pBaLdYcFq2sPkLrXccoKT/mx/bVCu+uYU1+4cy 18WCZuneraKWFBI6BeCx2tREr5a9kOJ3c2wheoRr6oJ6BP1qolLRSKLAmmv93XfnGGDyjH vCsxIgCQt7ulUaazZyYQcXawmSiLR/75AdJx3P/oZJIyqmCQdMN5JWk0Q2C2TB0uYKUUO3 m9nbqdz3E7Az5waCa5tYBZqepiwLK+lH9Z+tR/l2w8a2X1rSRD3ChANGCzdCxA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676657234; 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=TPuRj0gCl8qI6s/NQ0yisv3glcGI9rCN1mkr6AHW6Rs=; b=6axToIgdDfrHpeza6R8ciwIQlSbZfvY3UgeS/nYLsp27EPrF9KJLM5vY0whJb8Ja2gjCNx wzB+Wsoc6uqC+FBA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] bind: Update to 9.16.38 Date: Fri, 17 Feb 2023 19:07:08 +0100 Message-Id: <20230217180708.2062-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: https://downloads.isc.org/isc/bind9/9.16.38/doc/arm/html/notes.html#notes-for-bind-9-16-38 "Notes for BIND 9.16.38 Bug Fixes A constant stream of zone additions and deletions via rndc reconfig could cause increased memory consumption due to delayed cleaning of view memory. This has been fixed. [GL #3801] The speed of the message digest algorithms (MD5, SHA-1, SHA-2), and of NSEC3 hashing, has been improved. [GL #3795] Building BIND 9 failed when the --enable-dnsrps switch for ./configure was used. This has been fixed. [GL #3827]" 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 b926495d3..49a56107e 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.37.so +usr/lib/libbind9-9.16.38.so #usr/lib/libbind9.la #usr/lib/libbind9.so -usr/lib/libdns-9.16.37.so +usr/lib/libdns-9.16.38.so #usr/lib/libdns.la #usr/lib/libdns.so -usr/lib/libirs-9.16.37.so +usr/lib/libirs-9.16.38.so #usr/lib/libirs.la #usr/lib/libirs.so -usr/lib/libisc-9.16.37.so +usr/lib/libisc-9.16.38.so #usr/lib/libisc.la #usr/lib/libisc.so -usr/lib/libisccc-9.16.37.so +usr/lib/libisccc-9.16.38.so #usr/lib/libisccc.la #usr/lib/libisccc.so -usr/lib/libisccfg-9.16.37.so +usr/lib/libisccfg-9.16.38.so #usr/lib/libisccfg.la #usr/lib/libisccfg.so -usr/lib/libns-9.16.37.so +usr/lib/libns-9.16.38.so #usr/lib/libns.la #usr/lib/libns.so diff --git a/lfs/bind b/lfs/bind index 4ecceda97..6782ab24a 100644 --- a/lfs/bind +++ b/lfs/bind @@ -25,7 +25,7 @@ include Config -VER = 9.16.37 +VER = 9.16.38 THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 3b18f7c780ce04e296498e30c09628ad8eb89f38afdb032700455f193a3f8556029cd2e3d3c42861965d5fc776f56f761b8d21a74a0f95d82338e65fb519acfb +$(DL_FILE)_BLAKE2 = af74f3867837741102f9e1b9eb0fa44948131fc2122a5ea6a707b92408604d62f95350ff561ec98787ce516c96ef971b1a03d775aaba99ebc4ea334cd9800ed2 install : $(TARGET)