From patchwork Sat Feb 9 20:40:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2080 Return-Path: Received: from mail01.ipfire.org (unknown [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 DF61688B606 for ; Sat, 9 Feb 2019 09:40:43 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 43xRqv0kTPz5HDMB; Sat, 9 Feb 2019 09:40:43 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1549705243; 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=+MztlnSIbhwzGmAudh9c5lw+U/Jk+q58sSE4PM6pJqM=; b=nJE9oMyUw591yMMIqj7aB9J1AnvKlRW7CmmPmNYKfpyFqcTFghq+7FOb6a4G9AAlIJuc5a 7kHktDK0AkJFwUC8AZ8YeE2VvZX32LmJKA6mAqx2fsUV737nR/HbIni4YAGseYi78S1jJw NTNZ+o5xrKxviIEi/XU7PWTwaS+6cJAZ2WHwdIisODWp35XqJrNba3m9ab3EZkCy9bz2kD 9Reiwc/GmPUFjfLpD2zQQ7l62XQb6TYj0Fbw7VcBPn4RvpkoneB7jX1ZnZ+PIhIOcK17LY n9UZv7lsNg7yg3V/J12fG2z5TYn7v5YF19jWS5HcmNJHAZiCR0VD4w2VnaKGQQ== Received: from Devel.localdomain (p4FF5633E.dip0.t-ipconnect.de [79.245.99.62]) (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 43xRqq4ltgz5HDMD for ; Sat, 9 Feb 2019 09:40:39 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1549705239; 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=+MztlnSIbhwzGmAudh9c5lw+U/Jk+q58sSE4PM6pJqM=; b=l0fbgk0FWqL6YgJ1yxxNeGL7oRDUqz51WzcanPijCDXuROJh8rgyUp0a/Rt8gEFLyfQ544 qNCpS8+cGhryjNyDUdBaqQS/Gzi7eVHcZrnymSj1QOLRXrSCb9ddCwkHmQijxTCsVH+DkI mcX0wiMIrw/xtlwCfs4tCd1GVVDj0I5emat10NB6QzLaJTMJXOBe7gRLSrreO2nsSj0t+g i562iq7ZQlEzAXhhSEDG67UhkMVKLlcWv/JBqzqYkkKqEwzHlj6TXE8dz5b7djeRkxIurt Xga55wwh22DfnamcKR5Ym8b/aF+fia3c3a5dkccSp56MiG+/zkWUGCVbpCk8NA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] unbound: Update to 1.9.0 Date: Sat, 9 Feb 2019 10:40:36 +0100 Message-Id: <20190209094036.11201-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 [-5.00 / 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)[]; NEURAL_HAM(-2.90)[-0.968,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3320, ipnet:79.192.0.0/10, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-5.00 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: https://nlnetlabs.nl/svn/unbound/tags/release-1.9.0/doc/Changelog Best, Matthias Signed-off-by: Matthias Fischer --- config/rootfiles/common/unbound | 2 +- lfs/unbound | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/unbound b/config/rootfiles/common/unbound index 9a8126c15..843e0eeca 100644 --- a/config/rootfiles/common/unbound +++ b/config/rootfiles/common/unbound @@ -11,7 +11,7 @@ etc/unbound/unbound.conf #usr/lib/libunbound.la #usr/lib/libunbound.so usr/lib/libunbound.so.8 -usr/lib/libunbound.so.8.0.3 +usr/lib/libunbound.so.8.1.0 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/lfs/unbound b/lfs/unbound index 07501d1d6..b090010d4 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.8.3 +VER = 1.9.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 = 4646203343d3b8f5aeb1b57753c27ead +$(DL_FILE)_MD5 = 1026159991a3883518525bc18e25582f install : $(TARGET)