From patchwork Tue Apr 21 19:02:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2993 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 496Cck6DSdz3yC1 for ; Tue, 21 Apr 2020 19:02:46 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 496Ccj2HGnz1pG; Tue, 21 Apr 2020 19:02:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 496Ccj15L2z2yj5; Tue, 21 Apr 2020 19:02: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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 496Ccg5JT5z2xm2 for ; Tue, 21 Apr 2020 19:02: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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 496Ccg23G2z1D6 for ; Tue, 21 Apr 2020 19:02:43 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1587495763; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=WWk7PrTXfTtN3EbZAUHzRaZ4hauFx67cQ/BZpDuxx7E=; b=BB01HIjdTvs6/Ele2Z5lkdkJRiyFrxy/vxcuPr3xSTzmyg3GFcpCwH3KMySV43csbW6cX3 JWmsf+9VVKlyFnBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1587495763; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=WWk7PrTXfTtN3EbZAUHzRaZ4hauFx67cQ/BZpDuxx7E=; b=qwkM1kDQIpAhLMS+ZMhHm93lUOiVbIGuSYqGU/ZjtlbG19/8CgvOC/mDHTgLO8rAK2TOR9 ND5VZKtjlQKcMRLakTvwhl5vtzE0wsCfYi27mDBGjwX4kLwV9eupGM1/x7NEi+EMdDX5x8 MknqKTnX+vRE7Aj3il3x9i2kkLCAvD392MHG6GMFkiJSOXHmCkq32LaaA+gHqZdqGWJvxv cbkdhlYj3oxHsq2DkA9IYQICMRmX5YiAIrUvIXNyiF4Mqoga2hzT59YRQn0oG7PJVbFB0x txA5Cg0j+a7LtWFuhQtPFd+D3Vkt6YDA5w3SQwiF0s7p9QUq0Mq9t3j9rdnEZw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] bind: Update to 9.11.18 Date: Tue, 21 Apr 2020 21:02:38 +0200 Message-Id: <20200421190238.21028-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=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.18/RELEASE-NOTES-bind-9.11.18.html "Security Fixes DNS rebinding protection was ineffective when BIND 9 is configured as a forwarding DNS server. Found and responsibly reported by Tobias Klein. [GL #1574] Known Issues We have received reports that in some circumstances, receipt of an IXFR can cause the processing of queries to slow significantly. Some of these were related to RPZ processing, which has been fixed in this release (see below). Others appear to occur where there are NSEC3-related changes (such as an operator changing the NSEC3 salt used in the hash calculation). These are being investigated. [GL #1685]" Signed-off-by: Matthias Fischer --- lfs/bind | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/bind b/lfs/bind index 80207f4dc..1d5bca986 100644 --- a/lfs/bind +++ b/lfs/bind @@ -25,7 +25,7 @@ include Config -VER = 9.11.17 +VER = 9.11.18 THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ceab137e8e7ce3b356be95f505abf737 +$(DL_FILE)_MD5 = 83144af1532ba16e95f90b42036ef519 install : $(TARGET)