From patchwork Sat Apr 27 10:19:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2217 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 80E2585BD82 for ; Sat, 27 Apr 2019 01:19:43 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44rWl23MMWz5H9P9; Sat, 27 Apr 2019 01:19:42 +0100 (BST) Received: from Devel.localdomain (p4FF5627B.dip0.t-ipconnect.de [79.245.98.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 44rWkz0w17z51hdR for ; Sat, 27 Apr 2019 01:19:39 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1556324379; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:openpgp:autocrypt; bh=Hm5ZIp0cw96e2cdHDjvPYvOP509YTL1fTkNvbpXOW7E=; b=Dnzd2iRMsWNCxJDCz3/e+VvJehj5r1QSZqMDpKCeiHc7YMHlC/7s+uA2f+2KapPAeDkEQm klSfHvYbQbcz3p9FFwN1+4J0YJL4iREX56V9kxORJaSTdbLQnv0LQust7TTKCNEpHcQezN qClw5nOjTkYCYdk9AzEBAqxFOHLiRTb2kZsIRmtuSwkBfJDl6DUKOoAsT5nmM1khHKrT6b LB9gsAXTRK5CsjmcItuSI0qldHlJoR16+VNbbHQixfSTB/mcLEskSWOmNLkGcZg2XrBgiJ d0bPQ+nSxL3WIdgajb/C6Mq/HOSC/zfGXsstpcSBo22w9QGBiHzX3HqcswvdZg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1556324379; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:openpgp:autocrypt; bh=Hm5ZIp0cw96e2cdHDjvPYvOP509YTL1fTkNvbpXOW7E=; b=toHGlXTrGvBLGISk6v+97J/ZZLEOXjlCwHH/M8WhShVLOEdYApqZGSSuDugnYVxMf5hR9c eAzxrKrKQsxHmgCw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] bind: Update to 9.11.6-P1 Date: Sat, 27 Apr 2019 02:19:34 +0200 Message-Id: <20190427001934.30727-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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: http://ftp.isc.org/isc/bind9/9.11.6-P1/RELEASE-NOTES-bind-9.11.6-P1.html "Security Fixes The TCP client quota set using the tcp-clients option could be exceeded in some cases. This could lead to exhaustion of file descriptors. This flaw is disclosed in CVE-2018-5743. [GL #615]" Signed-off-by: Matthias Fischer --- config/rootfiles/common/bind | 2 +- lfs/bind | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/bind b/config/rootfiles/common/bind index 8c8a55d19..9164ff740 100644 --- a/config/rootfiles/common/bind +++ b/config/rootfiles/common/bind @@ -274,7 +274,7 @@ usr/lib/libdns.so.1105.0.0 #usr/lib/libisc.la #usr/lib/libisc.so usr/lib/libisc.so.1100 -usr/lib/libisc.so.1100.0.1 +usr/lib/libisc.so.1100.1.0 #usr/lib/libisccc.la #usr/lib/libisccc.so usr/lib/libisccc.so.161 diff --git a/lfs/bind b/lfs/bind index f2286fe1f..b0a513c5f 100644 --- a/lfs/bind +++ b/lfs/bind @@ -25,7 +25,7 @@ include Config -VER = 9.11.6 +VER = 9.11.6-P1 THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4882bd3eeef779e05b515b32354cc081 +$(DL_FILE)_MD5 = 8294f1a86f57a331379717d714e840e3 install : $(TARGET)