From patchwork Sat Mar 18 19:40:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 6708 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PfBFH0Mf5z3wkG for ; Sat, 18 Mar 2023 19:41:07 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PfBFD2kfdzYq; Sat, 18 Mar 2023 19:41:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PfBFC6ZXGz2yWN; Sat, 18 Mar 2023 19:41:03 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PfBFB50CDz2xY1 for ; Sat, 18 Mar 2023 19:41:02 +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 4PfBF92YtgzPv for ; Sat, 18 Mar 2023 19:41:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1679168461; 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=vrQM8zGGNj+XjeYHWXA93Til9oN7bJrUn0r0q9VSA04=; b=LRDV1N1OljNBf4muu90fYp3y2rZUO+O/D0/1jpFySN2HO9oJMjJvdwe5I8J5J48DFfING1 +srK4VvTjBIAdSAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1679168461; 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=vrQM8zGGNj+XjeYHWXA93Til9oN7bJrUn0r0q9VSA04=; b=odHGesvSB/yRmBF8lvIKgRmrJbo5cOJFpbiXH6td6+a8UhAnTVhwwbmvhlvjUJIWx8lrb8 xVLf+8aayXt6/G95fYicrp981hGi62mKPksyiLQaqburLDMo8+4BsQ4PDq9iCygVweGNU3 Yr3n75h0XWHKjmtx02GP9TNAXA+84QXBJ88oFHJDwLj441WWsd5ft3tgx3rEKj4Qg4flKl Zbre75wIPN5LflzaG9xq3lgrSz9y7SV8dJoKwfTMwIWqkNkDdM5Eo6Dc+NU2jJWJJefyG4 rTcPvGti8oUUGnbai2MPEHj5NAN/C2C5IVF8kFwoQ8IhYh1GrcHqtZyK/W4CYQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] bind: Update to 9.16.39 Date: Sat, 18 Mar 2023 20:40:56 +0100 Message-Id: <20230318194056.3410171-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.39/doc/arm/html/notes.html#notes-for-bind-9-16-39 "Notes for BIND 9.16.39 Feature Changes libuv support for receiving multiple UDP messages in a single recvmmsg() system call has been tweaked several times between libuv versions 1.35.0 and 1.40.0; the current recommended libuv version is 1.40.0 or higher. New rules are now in effect for running with a different version of libuv than the one used at compilation time. These rules may trigger a fatal error at startup: Building against or running with libuv versions 1.35.0 and 1.36.0 is now a fatal error. Running with libuv version higher than 1.34.2 is now a fatal error when named is built against libuv version 1.34.2 or lower. Running with libuv version higher than 1.39.0 is now a fatal error when named is built against libuv version 1.37.0, 1.38.0, 1.38.1, or 1.39.0. This prevents the use of libuv versions that may trigger an assertion failure when receiving multiple UDP messages in a single system call. [GL #3840] Bug Fixes named could crash with an assertion failure when adding a new zone into the configuration file for a name which was already configured as a member zone for a catalog zone. This has been fixed. [GL #3911]" When named starts up, it sends a query for the DNSSEC key for each configured trust anchor to determine whether the key has changed. In some unusual cases, the query might depend on a zone for which the server is itself authoritative, and would have failed if it were sent before the zone was fully loaded. This has now been fixed by delaying the key queries until all zones have finished loading. [GL #3673]" 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 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)