From patchwork Thu Jun 16 12:49:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 5663 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 4LP2720wc4z3xqn for ; Thu, 16 Jun 2022 12:49:18 +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 4LP2710Wmdzmf; Thu, 16 Jun 2022 12:49:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LP2710W7fz2ylW; Thu, 16 Jun 2022 12:49:17 +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 4LP26z6cTjz2xv9 for ; Thu, 16 Jun 2022 12:49: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 4LP26x6zKczR7 for ; Thu, 16 Jun 2022 12:49:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1655383754; 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=gt2/EvUkl39aNMyDxWd8YQWX0Af7FOSLAICzWjVujKY=; b=/RgH1E0JOa8mcJHa/c9fewIWswpllRBT3DsQ/egl9qoHsUv67iWfbOwVYwu7FRFN44crBO QBJyM4Bvg/5xpfAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1655383754; 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=gt2/EvUkl39aNMyDxWd8YQWX0Af7FOSLAICzWjVujKY=; b=K3kWXdWWmnrmX0XF9YOdJDjloEXYujITyS+Cvi1LV2Bxqf9XVrhguvDCu8QCdH9Im4Ud80 xlzjYx1b3wXqsIvo+Hex+cxE1MThbg8lT8uoYc327YFlF+usfweQvrtSKDfTC5ZH1UG9AA DYM8/FsAvyQzNIO8sJVSy+HSSBlGwZ3LZ7OgvrvfUwSgPlHa5bm6h9aWm4EVyQZKpqV3dT L0jXh9FGk+LKhUKp3+CoEYgFF1zVUPLJeHYLQLHeWEUuLj9ioag5dqMCR/oqG1aetO7xar VifXdm6qsNP2HrFWRTScXYTnweiFnRUsRrUCaMFgjNTJmNbFEs9tCksAZzSMHA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] bind: Update to 9.16.30 Date: Thu, 16 Jun 2022 14:49:09 +0200 Message-Id: <20220616124909.3499319-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.30/doc/arm/html/notes.html#notes-for-bind-9-16-30 "Bug Fixes The fetches-per-server quota is designed to adjust itself downward automatically when an authoritative server times out too frequently. Due to a coding error, that adjustment was applied incorrectly, so that the quota for a congested server was always set to 1. This has been fixed. [GL #3327] DNSSEC-signed catalog zones were not being processed correctly. This has been fixed. [GL #3380] Key files were updated every time the dnssec-policy key manager ran, whether the metadata had changed or not. named now checks whether changes were applied before writing out the key files. [GL #3302]" Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- 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 0d41c90e5..60ec36f45 100644 --- a/config/rootfiles/common/bind +++ b/config/rootfiles/common/bind @@ -274,24 +274,24 @@ usr/bin/nsupdate #usr/include/pk11/site.h #usr/include/pkcs11 #usr/include/pkcs11/pkcs11.h -usr/lib/libbind9-9.16.28.so +usr/lib/libbind9-9.16.30.so #usr/lib/libbind9.la #usr/lib/libbind9.so -usr/lib/libdns-9.16.28.so +usr/lib/libdns-9.16.30.so #usr/lib/libdns.la #usr/lib/libdns.so -usr/lib/libirs-9.16.28.so +usr/lib/libirs-9.16.30.so #usr/lib/libirs.la #usr/lib/libirs.so -usr/lib/libisc-9.16.28.so +usr/lib/libisc-9.16.30.so #usr/lib/libisc.la #usr/lib/libisc.so -usr/lib/libisccc-9.16.28.so +usr/lib/libisccc-9.16.30.so #usr/lib/libisccc.la #usr/lib/libisccc.so -usr/lib/libisccfg-9.16.28.so +usr/lib/libisccfg-9.16.30.so #usr/lib/libisccfg.la #usr/lib/libisccfg.so -usr/lib/libns-9.16.28.so +usr/lib/libns-9.16.30.so #usr/lib/libns.la #usr/lib/libns.so diff --git a/lfs/bind b/lfs/bind index e3efc84a1..a492624f8 100644 --- a/lfs/bind +++ b/lfs/bind @@ -25,7 +25,7 @@ include Config -VER = 9.16.28 +VER = 9.16.30 THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 55932faa004c2021cd4c3384c14d4a58ca43d5a853602e271b58c9022256a5ec2eb1317168ac07c2b233b19407ddfb8c7f64a50d93169207cb3b4fe535a78afa +$(DL_FILE)_BLAKE2 = 35fe14b58a018df25563e58a9632b4431f740bc7a708eb823117541548d23b1855e43058cf7323361ca904d5e59d687e282abb73dc8b617e4eb25ef113168e93 install : $(TARGET)