From patchwork Sun Mar 18 20:00:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1699 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 62B4160602 for ; Sun, 18 Mar 2018 10:00:49 +0100 (CET) X-Virus-Scanned: ClamAV at mail01.ipfire.org X-Spam-Flag: NO X-Spam-Score: -0.599 X-Spam-Level: X-Spam-Status: No, score=-0.599 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, KAM_NUMSUBJECT=0.5, KAM_SHORT=0.001] autolearn=disabled Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 0E878108F565; Sun, 18 Mar 2018 09:00:48 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ipfire.org; s=201801; t=1521363648; x=1523955648; bh=0CYQrLyZfNdW55xrJrLDZOjIfWdjQtlEFHqFu1bu2kY=; h=From:To:Subject:Date:Message-Id:Sender:From:To:Cc:Date: Content-Type:Message-ID:In-Reply-To:Subject:Reply-To:Sender; b=L9jrATvHB8zF8o/40WfGoBDqORy/OPAhJqCgVnEmZzX2WsBdn2ZHb31mJzv8XLfPy AqAiRDXuKkjKZ47CrX4GFlZYuvXgnpNt65AlmXEazGxWf/i6mqKNWfsiFS38F0iCq3 gQIWzQFzP5gFBEIV4iLvxM7r3y0OhfNHjF1VWkjnZ9n3davd9m22xWOX4UUMAwcZzK 6MIjHPPBia7P9IQ8N+qrycSpOk94UEprOSkUiCdxTqP2FZA1l41Zs6ol6MJPwJfyrq pvBH6Lx56/CoZafX0l/WWQ1GI4ADT/de7Bc0KWwPR9yL7QYOeo9IrNyqDVOjQdGOOH 0pp3nQMDRjgOw== X-Virus-Scanned: ClamAV at mail01.ipfire.org Received: from Devel.localdomain (p5B0A20A2.dip0.t-ipconnect.de [91.10.32.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 168AB1007B63 for ; Sun, 18 Mar 2018 09:00:43 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ipfire.org; s=201801; t=1521363644; x=1523955644; bh=0CYQrLyZfNdW55xrJrLDZOjIfWdjQtlEFHqFu1bu2kY=; h=From:To:Subject:Date:Message-Id:From:To:Cc:Date:Content-Type: Message-ID:In-Reply-To:Subject:Reply-To:Sender; b=Bu1k/x8JqQ/nBeZDLamLWo7UAD6hGfyjs0YCztkxECxhxyeaNct728Y9XSyeejnm3 HdxOLhzoYKEU/WAoohveH0xaFJEanJaNl12LDTNtAiWBe7PBhApB28a2OwCUQymjnQ xW0A7b29P6q04ztUH8Ge7NuxpD6/vUGQz/algOVv3ATGb7AqyITDtV057vUwRfaa7g 8HHIpougdPZ41zoQekwxpvRX61g/q3NyJSu1fLjvIV1XLu7Gr2ksOn16JKqhFdxIyp Ez+8dLthKoxy+gzkef1nB3BFBTI1TcpK1FP1cYnxIOhhTo7qE0nJzoTRFdCVciMsqE cUeSO7gOZ8wOA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] bind: Update to 9.11.3 Date: Sun, 18 Mar 2018 10:00:34 +0100 Message-Id: <20180318090034.2393-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.16.2 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.3/RELEASE-NOTES-bind-9.11.3.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 951e6117d..35f76443e 100644 --- a/lfs/bind +++ b/lfs/bind @@ -25,7 +25,7 @@ include Config -VER = 9.11.2-P1 +VER = 9.11.3 THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8877d7bf09abc0d186717e560c29ccfb +$(DL_FILE)_MD5 = 4ed2a3f235595eadbd763b7ecb687ca0 install : $(TARGET)