From patchwork Mon May 13 18:21:02 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 7779 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4VdSVP6mrbz3wdf for ; Mon, 13 May 2024 18:21:17 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4VdSVM0HDYzXy; Mon, 13 May 2024 18:21:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4VdSVL6B7jz2yfp; Mon, 13 May 2024 18:21:14 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4VdSVH5lt6z2yfp for ; Mon, 13 May 2024 18:21:11 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4VdSVG6XLyzXy for ; Mon, 13 May 2024 18:21:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1715624471; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=WC8gVjqgc2E19hjgHNx2l3P1wkUyzS1Sx77Q0fMyf98=; b=R5CemWvdKI5zzWMAwiZN5OhH7sU+dIGX3vr/5+kd76pNZwhM3G6o3QIetCE1vclCzFzxqm gpaUMf8A2e2u3aAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1715624471; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=WC8gVjqgc2E19hjgHNx2l3P1wkUyzS1Sx77Q0fMyf98=; b=i8RrcgBAwlb0rJia6wBubNo97jHSD3Bnkw5uyKa53dYrEDcwwJ8OvxwcybBNt7htpVsdx0 CimA6Hc61mYGwv+VIGLNVRT2PPwXFk5xrTq80ia4CLJSSb1tGT7cxc3H3OowI2v9fHOr6J LVQEdNlq7gkUuGBs45/06L1FjmB6tEy7iHlxv8N7Xvu1rwR0ZjmlYIUcjPwr8MI2LeRFPB 4gY4+NiV296IL+j3jk+1oceysyz8pgNf6UHuy/68x8xmm2X6a/x2280qvI3fF1q1BMKpyI kmrnOq7fpAVVcP/JjQuvGYhJ7LIx7wdQi3UbJNipph2E2by6wNVeDy8rcXOK4A== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] unbound: Update to 1.20.0 Date: Mon, 13 May 2024 20:21:02 +0200 Message-Id: <20240513182102.3496567-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: KI4EA5QZAAPG6JOI4N6VRPLSGVNEZTUF X-Message-ID-Hash: KI4EA5QZAAPG6JOI4N6VRPLSGVNEZTUF X-MailFrom: matthias.fischer@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: For details see: https://nlnetlabs.nl/projects/unbound/download/#unbound-1-20-0 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 95dafc4da..79612c634 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.26 +usr/lib/libunbound.so.8.1.27 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/lfs/unbound b/lfs/unbound index f09e76b1b..904744bc2 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.19.3 +VER = 1.20.0 THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 5d9cbc26510afc2b92ecce6307cd9924a1b450892f7839f076535177ab35f78059d271e628e2aa995b62f5cf97add2363561a819d6e0181beb6b44421661d8f0 +$(DL_FILE)_BLAKE2 = b272a6b8c0118819d9803f0c7f7a4b7eff77e37682f4a9a0f749cafa08da4d4de01cd7bf71698b8fc5a7cdf5ca03685978e6b4395c586c35d1d13bebb7cbb538 install : $(TARGET)