From patchwork Sat Dec 11 07:38:17 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4915 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4JB04f1TXPz3wtR for ; Sat, 11 Dec 2021 07:38:26 +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 "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4JB04d262Fz25g; Sat, 11 Dec 2021 07:38:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JB04d0VdJz2yRn; Sat, 11 Dec 2021 07:38:25 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4JB04c19fLz2x9p for ; Sat, 11 Dec 2021 07:38:24 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4JB04b22bjz77 for ; Sat, 11 Dec 2021 07:38:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1639208303; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=Jhr8pV5+IHjVEHCcLMWkfvRIjNXqkKZN54rPDITjV/k=; b=MrLMS2Gc3OWFKo2dOnWNwf6mlCN+dVvLZPcFHFthSSwiLG0gU9bHvwYTEoDtOEOVKdmqcC 5c6J2jIa5gUgXeAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1639208303; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=Jhr8pV5+IHjVEHCcLMWkfvRIjNXqkKZN54rPDITjV/k=; b=QTP1hnKXaVa35irt0rYjleiwt8USorL4s3UcNknTcz+oGxAG7bV0XPEUMcGLNN8Thw6fll EqnpCnaswD1jh+4MqnJ/SsugLPwrL9FeCUZmnkWoe1UXwmkRQ3Z7ci1G09ajHFynIjm7qM 0//yNGBAchcXxVAfcjaglHG56vRvd0l5jzRpO+e7YH6ShXJEhbLLypch2W/NjrcN8TpaPy vG+6Y+d7thNvXSUa+jLn04FDfRIMChiin8Yh2rChmC/M92vwiYssdVuQhoO5Phj98p2uOW nnDsIBvbzGibwztouoSKfXlUunn/X0bli4heWo3rkfFXwHx+XwQvIi/OYeDBNw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] unbound: Update to 1.14.0 Date: Sat, 11 Dec 2021 08:38:17 +0100 Message-Id: <20211211073817.31023-1-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://nlnetlabs.nl/projects/unbound/download/#unbound-1-14-0 Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- 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 558c70268..abf2c158c 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.13 +usr/lib/libunbound.so.8.1.14 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/lfs/unbound b/lfs/unbound index 675b4c14b..359645092 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.13.2 +VER = 1.14.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 = 5a63b7228141f45f2ab3169662f7ee13 +$(DL_FILE)_MD5 = e069764e88be0057c7fbe8b5ae7700f0 install : $(TARGET)