From patchwork Sun Mar 18 20:05:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1700 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id DA5F0600DA for ; Sun, 18 Mar 2018 10:11:18 +0100 (CET) X-Virus-Scanned: ClamAV at mail01.ipfire.org X-Spam-Flag: NO X-Spam-Score: -0.6 X-Spam-Level: X-Spam-Status: No, score=-0.6 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] autolearn=disabled Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 38B79108F565; Sun, 18 Mar 2018 09:11:17 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ipfire.org; s=201801; t=1521364277; x=1523956277; bh=SEUKWCMKJJb1HbbgDsIi9eeYwsyO5JsN+2nfoC7Vu7g=; h=From:To:Subject:Date:Message-Id:Sender:From:To:Cc:Date: Content-Type:Message-ID:In-Reply-To:Subject:Reply-To:Sender; b=pSQ52aXeDWwxW2xfq8GLya4eSGokk/YKYjiycdV/+vcq3ImOaz1WoG5Q8/cBxBQfe u2e9RcrcWs7+sHVhIZx66qHC5HJo9aTb8qck1CmtMmE2vQA3/JqJL7TAJyQsv+/pP0 RhUquISNfL7MGZO6eYlbiNz/GTpUqs7g4WScyMjrnZL6+pRqQpCzXy8nsmSBZ4H7+U OtAtC1DHBU4yg4C3Q6QtdpQ3ywgDLv9Wd3SypQSgbc6ZDzc77oiWGUS7P20bJp+77V mSgdNqOXHr8zP88mhNN6L03IYAxWeasxnekqc3KYbx1l8uVE6V8u8hlR63RS+j3Z+1 HTqCFiqGLvH7w== 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 590D9108C3AC for ; Sun, 18 Mar 2018 09:05:38 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ipfire.org; s=201801; t=1521363938; x=1523955938; bh=SEUKWCMKJJb1HbbgDsIi9eeYwsyO5JsN+2nfoC7Vu7g=; h=From:To:Subject:Date:Message-Id:From:To:Cc:Date:Content-Type: Message-ID:In-Reply-To:Subject:Reply-To:Sender; b=XHIVNO4R6gFpdllUlpk+8czJBS/P1cM3gRBSe7G/8yXhkm10ITA8vVa22f2VSuc3D HWi1oIn41DsnuEbPO8ryAF7v5aJv6BgkjfS34fa913t+tOjgS7m0JyC8bEgWh3ztAS 56phggAhXNKrt7UZEgWnwYrJ6FbBnDImOqjyhA32x/NaNbI7UsKr2OF47habdQjP80 bl9ZivBnTptrikc/1FSPxjbwKv0bnmLrzyOXANTzjun3E01OrXlaotjkhIUfqREkAQ b0iL5PatgVwKo4d4iLAVoYhSNsgeEqJRTu/AvL4n91x6wjptvIQUmbZg0H4dG8Vobh gjPj1KQqqXRqw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] unbound: Update to 1.7.0 Date: Sun, 18 Mar 2018 10:05:33 +0100 Message-Id: <20180318090533.2551-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://www.unbound.net/download.html Best, Matthias Signed-off-by: Matthias Fischer --- config/rootfiles/common/unbound | 3 ++- lfs/unbound | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/unbound b/config/rootfiles/common/unbound index 642812342..d2969bef1 100644 --- a/config/rootfiles/common/unbound +++ b/config/rootfiles/common/unbound @@ -11,7 +11,8 @@ etc/unbound/unbound.conf #usr/lib/libunbound.la #usr/lib/libunbound.so usr/lib/libunbound.so.2 -usr/lib/libunbound.so.2.5.7 +usr/lib/libunbound.so.2.5.8 +#usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor usr/sbin/unbound-checkconf diff --git a/lfs/unbound b/lfs/unbound index 64db0761f..4209c7a42 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.6.8 +VER = 1.7.0 THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = c9d26cef224b10705229d5072142636c +$(DL_FILE)_MD5 = 49937b5f99a6fc2de8c5f3bb22a54390 install : $(TARGET)