From patchwork Tue Sep 25 02:34:38 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1942 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id 1883861842 for ; Mon, 24 Sep 2018 18:34:46 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 7B86B109D658; Mon, 24 Sep 2018 17:34:45 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1537806885; 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=kaJQf8U6hkAhjOhHqf1k2aQa6AkId11dN0reYJHLPjk=; b=dVBKmvrnn4XO25Yt/zsIE+lC8hmp5D/9Fuy1dcGzCOiBvEUs1RwlgoFYVrEtVZNUScxqCz W+HPtIBl/SgHZV0IyRkqloWLT2KbmgdkN7DaySfm1rQhuovFStu8Sr2rc6Zb+ZfL0Wy/sK y7TtTj4vYRiaUjyh8ajmFI4Vhv/3oSRTsTwBU1y302U59C0255R2ikarhObmkcQE5qmpNA HneNepgMlZFzQ3FF83M9J/CU6rvQGBuI7+Kw6OhcmNZSoOCOdXpjw/EigfmdmfEGbeco9m ztnlT1Fi6bTI4vSv2eC2BJjLKR92SpJ1Ya357RNEYzHVPJ9WhPpHQebmZa6zsw== Received: from Devel.localdomain (p5B0A3506.dip0.t-ipconnect.de [91.10.53.6]) (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 51DA11096138 for ; Mon, 24 Sep 2018 17:34:42 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1537806882; 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=kaJQf8U6hkAhjOhHqf1k2aQa6AkId11dN0reYJHLPjk=; b=kMAXYEbphB4KQtcCb4WDS2pTMF5jqw887R4aBmuMSn+rqdPGg3rscXioItKavue/2wHUyh pFJiGQj9xdJNIYUtqjYvwC620xeEuztV+3naNs9T3NlwKRzryDWWSgovfRHjth5Hxyj8ds R6Zqh7wTjVgK5FT48xggWqSt+7ztlBdZTh6rwxh+nvTfhrscNHiYfzQeQ0bw32BWgTBQx7 GBU2tlIzwrML332IVKMtmoj6sOzT8v1uS/mTIthokkuBvYM/iFIQKvD1FIHfnYJ6ksFZGz CGzrPnpqbSdQQnzjErdciEZe0Pejt9PkHvoJ+BDRC9PUsnTnadH/4lUqLSzXlw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] bind: Update to 9.11.4-P2 Date: Mon, 24 Sep 2018 18:34:38 +0200 Message-Id: <20180924163438.12892-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 [-2.10 / 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)[]; 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=-2.10 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.4-P2/RELEASE-NOTES-bind-9.11.4-P2.html 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 8b04037b7..085fa005b 100644 --- a/lfs/bind +++ b/lfs/bind @@ -25,7 +25,7 @@ include Config -VER = 9.11.4-P1 +VER = 9.11.4-P2 THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b2c54d6c2003b693388041fd109e8b6b +$(DL_FILE)_MD5 = 3b831d1cb9dcb3e0868409cf98d4519b install : $(TARGET)