From patchwork Tue Mar 28 20:17:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6743 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 4PmLb21RHFz3x2l for ; Tue, 28 Mar 2023 20:17:50 +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 4PmLZw2pMhz6Lg; Tue, 28 Mar 2023 20:17:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PmLZv6Y2Rz30Jt; Tue, 28 Mar 2023 20:17:43 +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 4PmLZt266Bz30Cc for ; Tue, 28 Mar 2023 20:17:42 +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 4PmLZt0rVDzFZ; Tue, 28 Mar 2023 20:17:42 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1680034662; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8RRF2FuTMyBRbOQFkI2Rk2N5ubp0sWorkm4nBCafuj0=; b=d8fZpIheNDtw5ZeQ508jLhbns0OyHjVw5drShSywoWEzpYFlHT1STiE7IFKRhupqdDzfgQ 7/d/83lFwgWHI8Bw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1680034662; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8RRF2FuTMyBRbOQFkI2Rk2N5ubp0sWorkm4nBCafuj0=; b=X6UPYXvPfeq2clsqBToJzILFye+n9cYjaxSoyd52UbVNf+XdnlEmZq7lbqyafwE1xcVqio XM1n55aRKp1YTtcC2a7ZITjwDwj/Tov6LPlWuDsEMOesY9ZeVhKgl/U/RnvFPVUSvPX0/w oYS8wo7rx98kUmDOMvujteP7zBTdcftBYftb5pZAUJyq3d/GonIsC2oLzhzSsowLD8wwFh WUCk47T7wcYdj/omPvekSF53qi2i62wbZzUosixIIrl5XTEyEuY1mZMNcDQhiW1MdXF7Hb jw0YWxOBoKVPyH079v71gy/1T3UTkIFKCcO3isOmKKX93rNKrrbB3UClamHXJQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] bind: Update to version 9.16.39 Date: Tue, 28 Mar 2023 22:17:35 +0200 Message-Id: <20230328201736.887069-4-adolf.belka@ipfire.org> In-Reply-To: <20230328201736.887069-1-adolf.belka@ipfire.org> References: <20230328201736.887069-1-adolf.belka@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" - Update from 9.16.38 to 9.16.39 - Update of rootfile - Changelog 9.16.39 6119. [bug] Make sure to revert the reconfigured zones to the previous version of the view, when the new view reconfiguration fails during the configuration of one of the configured zones. [GL #3911] 6116. [bug] Fix error path cleanup issue in the dns_catz_new_zones() function. [GL #3900] 6115. [bug] Unregister db update notify callback before detaching from the previous db inside the catz update notify callback. [GL #3777] 6105. [bug] Detach 'rpzs' and 'catzs' from the previous view in configure_rpz() and configure_catz(), respectively, just after attaching it to the new view. [GL #3880] 6098. [test] Don't test HMAC-MD5 when not supported by libcrypto. [GL #3871] 6095. [test] Test various 'islands of trust' configurations when using managed keys. [GL #3662] 6094. [bug] Building against (or running with) libuv versions 1.35.0 and 1.36.0 is now a fatal error. The rules for mixing and matching compile-time and run-time libuv versions have been tightened for libuv versions between 1.35.0 and 1.40.0. [GL #3840] Signed-off-by: Adolf Belka --- 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 49a56107e..aabaae6fa 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.38.so +usr/lib/libbind9-9.16.39.so #usr/lib/libbind9.la #usr/lib/libbind9.so -usr/lib/libdns-9.16.38.so +usr/lib/libdns-9.16.39.so #usr/lib/libdns.la #usr/lib/libdns.so -usr/lib/libirs-9.16.38.so +usr/lib/libirs-9.16.39.so #usr/lib/libirs.la #usr/lib/libirs.so -usr/lib/libisc-9.16.38.so +usr/lib/libisc-9.16.39.so #usr/lib/libisc.la #usr/lib/libisc.so -usr/lib/libisccc-9.16.38.so +usr/lib/libisccc-9.16.39.so #usr/lib/libisccc.la #usr/lib/libisccc.so -usr/lib/libisccfg-9.16.38.so +usr/lib/libisccfg-9.16.39.so #usr/lib/libisccfg.la #usr/lib/libisccfg.so -usr/lib/libns-9.16.38.so +usr/lib/libns-9.16.39.so #usr/lib/libns.la #usr/lib/libns.so diff --git a/lfs/bind b/lfs/bind index 6782ab24a..584cb7e5a 100644 --- a/lfs/bind +++ b/lfs/bind @@ -25,7 +25,7 @@ include Config -VER = 9.16.38 +VER = 9.16.39 THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = af74f3867837741102f9e1b9eb0fa44948131fc2122a5ea6a707b92408604d62f95350ff561ec98787ce516c96ef971b1a03d775aaba99ebc4ea334cd9800ed2 +$(DL_FILE)_BLAKE2 = d9fb51435dce11c8854084cc21de79df3ae6529baead76dcf27711bcff33469d1fd6fbd3366b61bc921f92850620c9b7464d4dbe08dd0c7e2f3e5e1c1100cb79 install : $(TARGET)