From patchwork Sun Nov 4 18:28:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1981 Return-Path: Received: from mail01.ipfire.org (mail01.ipfire.org [IPv6:2001:470:7183:25::1]) by web02.i.ipfire.org (Postfix) with ESMTP id 5B3F660603 for ; Sun, 4 Nov 2018 08:28:15 +0100 (CET) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id AFCBF204C77B; Sun, 4 Nov 2018 07:28:14 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1541316494; h=from:from:sender: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:list-id: list-unsubscribe:list-subscribe:list-post; bh=G9k++IFvLNjdYH1tF182PDobqxIM+1rKOlrVVIbKGao=; b=ylmSt1FY0P7wWQQdKEz45ZC22xIZVtb/Uvuh2Ba2e7LFEvGfVfvbygVeBwltXuURI2/VRX IX3trHPJwFoMSDH/vxfEiBkG9aQwIue2lY5h2GkuyJoHd+wKj8zacORFetCScVuTFDnjW2 DW0lcfp1ULgKU2yUzwIYWmb/prsJheR6Zm8OdPZb99wXVWv4m+tJZLqHRBN13suwyS17fY CzTTaOQU+qy7O2ojelLHb9neLCAHrH9qMoaIqMLSgo5S2VMlDhwdfspV3kR2MXGjafZg6L XY4RguaiYi8yq7+DENYqx371nDR1Iu/D8Mp7269cvJ7OEWJM5Qv5uFw7FrWtQw== Received: from Devel.localdomain (p5B0A157F.dip0.t-ipconnect.de [91.10.21.127]) (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 95F88204C74E for ; Sun, 4 Nov 2018 07:28:11 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1541316491; 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; bh=G9k++IFvLNjdYH1tF182PDobqxIM+1rKOlrVVIbKGao=; b=kZXXbusoy6ZLvqrpzrxoG6nfNUmcN3VdNeBgv1UlVV96N/JNPGC1oW2L4H+7a4k/RRqs26 Ua3rt3z5lKFlKOyfPok6qa7sC3/N4fOMFd4GbjqIZQy/PPiDKLYB17wyrkRd0hf9N0Cihs R84SXsXvB7MmDH12uZJ1g1jwvGzjOVn/ZSVWuvue2RBJCXcQaljCZVPUu8c7dEdmTYooqp g93/nMzPoBnzEywLcT2BIP+1LqkcQhPQHy33hW9+FsHdhimLIqQ7E1avnqu77K4XwUCwwF MvGVbqX/33eSoQEupVU3khJNKJjavXZr7FzfyDZKgB5Sd8jgENgWSIpyvU8u2w== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] bind: Update to 9.11.5 Date: Sun, 4 Nov 2018 08:28:07 +0100 Message-Id: <20181104072807.7588-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-Spamd-Result: default: False [-0.21 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_SPAM(1.89)[0.629,0]; RCPT_COUNT_ONE(0.00)[1]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:3320, ipnet:91.0.0.0/10, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-0.21 X-Rspamd-Server: mail01.i.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.5/RELEASE-NOTES-bind-9.11.5.html Security fixes: "named could crash during recursive processing of DNAME records when deny-answer-aliases was in use. This flaw is disclosed in CVE-2018-5740. [GL #387] When recursion is enabled but the allow-recursion and allow-query-cache ACLs are not specified, they should be limited to local networks, but they were inadvertently set to match the default allow-query, thus allowing remote queries. This flaw is disclosed in CVE-2018-5738. [GL #309]" Best, Matthias Signed-off-by: Matthias Fischer --- lfs/bind | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/bind b/lfs/bind index 085fa005b..d0fcfeda0 100644 --- a/lfs/bind +++ b/lfs/bind @@ -25,7 +25,7 @@ include Config -VER = 9.11.4-P2 +VER = 9.11.5 THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3b831d1cb9dcb3e0868409cf98d4519b +$(DL_FILE)_MD5 = 17a0d02102117c9a221e857cf2cc8157 install : $(TARGET)