From patchwork Sat Feb 22 10:04:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2802 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48PkSn4QxBz3wcD for ; Sat, 22 Feb 2020 10:04:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48PkSm4vpTz16Y; Sat, 22 Feb 2020 10:04:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48PkSm2jHjz2yXs; Sat, 22 Feb 2020 10:04:24 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48PkSl0PnBz2xxq for ; Sat, 22 Feb 2020 10:04:23 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48PkSk10dtzs9 for ; Sat, 22 Feb 2020 10:04:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1582365862; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=V0i96MM31Rh7b5Bewhg2AmJws/11PnC/eKQuWPm6zYc=; b=N7qkDks3HQddwgeHVgOKdDgrIvMUr00MO3v/UkQ223WsgXn28NQFuZrCEe+hlm5M+X7hiz a48cYDE1UptEhiDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1582365862; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=V0i96MM31Rh7b5Bewhg2AmJws/11PnC/eKQuWPm6zYc=; b=LP/OFMtu9yG0Orrj1cIyfAascfW+bDQlS6eVmdO0U28wCc6KfL5VH1GkAIosOJVyvqG9yM B55ao/XvENjrTpeQFK8dO1mv2SLYV0Mqrdo2FSsbD3BLiidKonas9kAJ/recRwRbVBKZ5O Ag2X2CwEpyDphEuF/ib5++XjNUkwsNyt09+GdxsIMbBjBKiXdJRzZ72CwO1/9DpRa6tU1n WMwyAASZBIYoLP+v3zRSTWzqOVM980ArfTB+C6a1u3CdjD2suY6/9q0+4q9+V3b/MVwJ6Z oaTfR5gFyjpGbZ67RBwx9PrL0dADHH7m1GOArx8Ri/p756v3j1NeYjK/5fO70A== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] unbound: Update to 1.10.0 Date: Sat, 22 Feb 2020 11:04:17 +0100 Message-Id: <20200222100417.2065-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 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://lists.nlnetlabs.nl/pipermail/unbound-users/2020-February/006711.html Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- 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 3569a4170..945b08507 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.1.6 +usr/lib/libunbound.so.8.1.7 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/lfs/unbound b/lfs/unbound index 50ce9952c..14c1bca5b 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.9.6 +VER = 1.10.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 = e6423d68e293ffec953477ef1adbbfb7 +$(DL_FILE)_MD5 = 0754392baee77c18fd8295b5e51e6fd8 install : $(TARGET)