From patchwork Sun Dec 6 09:43:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3705 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 4CphNK69k9z3wh1 for ; Sun, 6 Dec 2020 09:44:01 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4CphNJ5BYcz22L; Sun, 6 Dec 2020 09:44:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4CphNJ2z1cz2xrC; Sun, 6 Dec 2020 09:44:00 +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 4CphNH5GNcz2xl5 for ; Sun, 6 Dec 2020 09:43:59 +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 4CphNH0B4Gz11f for ; Sun, 6 Dec 2020 09:43:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1607247839; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=6BC7Nu6xMrMeOEvN/au7ZG7KXTSotlwLM7jcR+H3G/U=; b=+vrqmXYAxf5odcfy0uL+jS2VcyTPMPN3OQj4FgLlu7LK7qBF4Go0PgpDcrf4c/zltJzLtE TbJvbgscRcqOfMDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1607247839; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=6BC7Nu6xMrMeOEvN/au7ZG7KXTSotlwLM7jcR+H3G/U=; b=RbRugOPIREua/yXeDLopHra9l+bNj+h29USatf2CPYSoTdKGpOuhh/gyhvUxNlpDYBsUGy 9Ls4aClSVORF6DJS8Q9wPicmbJzIe6KwwnbOBzGh74V/8uhGwayD2Thdo5miXyJe3l+03w bFihOCs2YkA0jQLqwse2zD+V+n1qgRfXttWLG3whDpJ+NrbfmRbsWulagqcu55fM525grB FWovh5wPWydmyfTvO6DdtwMGqv6BdhVrcG1VJn4wE5L9XdL2rpvoh3s6yfeThd3djH3EMT R3WeG5lkH+AopGM+5MOOioHwHki5UbxW8KDoc2f2fGtyCeKZorUb4lJpedccwQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] unbound: Update to 1.13.0 Date: Sun, 6 Dec 2020 10:43:54 +0100 Message-Id: <20201206094354.2154-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://lists.nlnetlabs.nl/pipermail/unbound-users/2020-December/007102.html 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 f24c4f136..45fee4460 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.10 +usr/lib/libunbound.so.8.1.11 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/lfs/unbound b/lfs/unbound index 5ffadff9b..69cb91d73 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.12.0 +VER = 1.13.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 = eb03869cea5dd2b65e21ca068e78d6b0 +$(DL_FILE)_MD5 = 5a522f10c65332efe627098d2d24f947 install : $(TARGET)