From patchwork Sat Mar 16 15:31:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 7643 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 4TxlTm6QFDz3wnw for ; Sat, 16 Mar 2024 15:31:56 +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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4TxlTk4sfBzmr; Sat, 16 Mar 2024 15:31:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4TxlTk3L3kz32gG; Sat, 16 Mar 2024 15:31:54 +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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4TxlTg5bQjz301M for ; Sat, 16 Mar 2024 15:31:51 +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 4TxlTf6Q6NzZC for ; Sat, 16 Mar 2024 15:31:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1710603110; 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=x8v71hHEzQCX/maNsryJv7DKUPpNOkB2sMcrppgbUiY=; b=1uSHZuXGVpC0ra6qPYUYdgPHG2xExh5BjQF/8tEf1PwH0LDKHDbJEIEpN8DHqc77lI96ap USqGogToCcEGdlBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1710603110; 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=x8v71hHEzQCX/maNsryJv7DKUPpNOkB2sMcrppgbUiY=; b=UscBjVSaAQ0eBTtATZTM+ZD+9xcJZW1asYpF6AP6tZuVFep2w2TMJ5UVDI5NfnAWbCfttO 13vVNpmpLHP3Nq7Uuv9lXUCbFB0s2tVDU2MV016HvL57aGVfQeAnvXgm5juOWyQ2E8PldL h7h27H7y4zIcaNoXTiZjkJ73SprBjBAjUzZf4L9/V5XU+b5bwdP+dq+a64KYaZZ+u6019y QAqIj6pPN7jFqrV84HFBjI1jKPUB1ePpQXTVq8qVt3bgbGUjsW+bEg2/c1dhhJ52FoauLY WAB+2Rk52oTTWWJI0oOSCBetDQxNQyxZgNuWry9CTsarVCOj1UuF2J8JtptgzA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] unbound: Update to 1.19.3 Date: Sat, 16 Mar 2024 16:31:43 +0100 Message-Id: <20240316153143.2527089-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 4IF5MZQ3OVTVQZR3X3KPMK75ML7WG367 X-Message-ID-Hash: 4IF5MZQ3OVTVQZR3X3KPMK75ML7WG367 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-19-3 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 f5274dcd1..95dafc4da 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.25 +usr/lib/libunbound.so.8.1.26 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/lfs/unbound b/lfs/unbound index 0a5106064..f09e76b1b 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.19.2 +VER = 1.19.3 THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = f8dcee649e5e1dfaab9285964419b4d957f0035e484021e3131784512fed842ee46c25d7b47304aca4f03a0480877b939968bca22e80620434d1d2cb7013c9b6 +$(DL_FILE)_BLAKE2 = 5d9cbc26510afc2b92ecce6307cd9924a1b450892f7839f076535177ab35f78059d271e628e2aa995b62f5cf97add2363561a819d6e0181beb6b44421661d8f0 install : $(TARGET)