From patchwork Sun Aug 22 14:47:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4642 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 4GsysJ2BSCz3xJS for ; Sun, 22 Aug 2021 14:47:48 +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 4GsysF6tQzz5Mn; Sun, 22 Aug 2021 14:47:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4GsysF2TKVz2y4S; Sun, 22 Aug 2021 14:47:45 +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 4GsysC2mQ9z2xxK for ; Sun, 22 Aug 2021 14:47:43 +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 4GsysB4ND2z1PC for ; Sun, 22 Aug 2021 14:47:42 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1629643662; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=GvDJ30Y2OgU08WLuv4jdXaw3dY2lW+BS2POZ9LNMLfs=; b=caiIAf+YqJHPVDJwNDww2Vo1YGeVXBaZKAvjMTe7x8croqV94PKywvv3javqVJNDJ+Hu// DRSSOIklZ8YyURBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1629643662; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=GvDJ30Y2OgU08WLuv4jdXaw3dY2lW+BS2POZ9LNMLfs=; b=PEwIv7rbYsTBt89xWU06/I7VrLPb7L9nYYfH518B2wa7w5FO9WZfYy0wNWfgcIywJqe4En RqPJHd2iOZQx7iio1nZKXkmP0Zc30X/Y9ctCE38G93R66LWGx1qTOozc4XU5uCNkbLSnP5 HkfndPEQZ63Rg3Uf96EDUmfe1HQF+d4dedMhPuYjtJXFdoPsc1ZZ+HVccSAgum/F/70Pxw U/s36KDfktJwsptfTt9prq02E1hJUBlSqjxDgOejYFH5U0utnXt7FpuHoXm/zbcpwIMbwD 67O9yomFmN7rJcD/8hYL0mcEg8dzwlZh7Wznt1cEZ/YK4+62apM8chQp4rFvHw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] bind: Update to 9.11.35 Date: Sun, 22 Aug 2021 16:47:36 +0200 Message-Id: <20210822144736.18122-1-matthias.fischer@ipfire.org> 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.11.35/RELEASE-NOTES-bind-9.11.35.html "Security Fixes named failed to check the opcode of responses when performing zone refreshes, stub zone updates, and UPDATE forwarding. This could lead to an assertion failure under certain conditions and has been addressed by rejecting responses whose opcode does not match the expected value. [GL #2762] Notes for BIND 9.11.34 This maintenance release of BIND 9.11 contains no significant changes, although some minor updates have been made (for example, to fix build issues on Solaris 11). Notes for BIND 9.11.33 This maintenance release of BIND 9.11 contains no significant changes, although some minor updates have been made (for example, to eliminate compiler warnings emitted by GCC 11)." Signed-off-by: Matthias Fischer --- config/rootfiles/common/bind | 4 ++-- lfs/bind | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/bind b/config/rootfiles/common/bind index 6fb228a5a..2cc6f29b3 100644 --- a/config/rootfiles/common/bind +++ b/config/rootfiles/common/bind @@ -273,11 +273,11 @@ usr/lib/libbind9.so.161.0.4 #usr/lib/libdns.la #usr/lib/libdns.so usr/lib/libdns.so.1115 -usr/lib/libdns.so.1115.0.0 +usr/lib/libdns.so.1115.0.2 #usr/lib/libisc.la #usr/lib/libisc.so usr/lib/libisc.so.1107 -usr/lib/libisc.so.1107.0.5 +usr/lib/libisc.so.1107.0.7 #usr/lib/libisccc.la #usr/lib/libisccc.so usr/lib/libisccc.so.161 diff --git a/lfs/bind b/lfs/bind index 0545066b7..9ec512067 100644 --- a/lfs/bind +++ b/lfs/bind @@ -25,7 +25,7 @@ include Config -VER = 9.11.32 +VER = 9.11.35 THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 0d029dd06ca60c6739c3189c999ef757 +$(DL_FILE)_MD5 = dff5141ccfc05b4b7c0fca811290d39f install : $(TARGET)