From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cSSXB1tdtz2yq9 for ; Thu, 18 Sep 2025 20:53: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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cSSX65t1lz2y5k for ; Thu, 18 Sep 2025 20:53:10 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cSSX568mLz9P; Thu, 18 Sep 2025 20:53:09 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1758228789; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=cMRFiTF8YObmt+HVQ2NopYLuNJpdPCck0WdKPaWXnS0=; b=pWfgG3W7n0++3DjhKax3IyQH7GeoNQZea2Zy4d/WpBjQJqb/lIqmh/isYh83EN7GruJPMW OwfletFrc/eLiMBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1758228789; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=cMRFiTF8YObmt+HVQ2NopYLuNJpdPCck0WdKPaWXnS0=; b=tTHpwATOVnZeJpJFpROc0rDDead/thDOb2hVwf7vtHLT64/jhsT1xLJ0Eq8dUn0pWJi163 0vXB72+OQwbzE1ct4aq6eQcN7+kgBzleJFHJo++ZhqQqwg1J2IlEpJ/UE/cbtiOSv56Aqj TNdmySgzUk5Zv1CJvNfm2w6f2XCgxwu38nVSXEhqj3vjEiDohF5NDOK4IASUKubN3nfyOr HkyYHI7awDpAjJyOsIvwieTsIdIlQCguNedfFXvyU0HwXGGhzNVCf7xqAP8dew6FEmUVRL ka2R9+NdCzZkN5VOSKqgzX9aHgRyDIeuqn53BcRcql3SJzDurXutUkRvfeCXhA== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] unbound: Update to 1.24.0 Date: Thu, 18 Sep 2025 22:52:52 +0200 Message-ID: <20250918205259.1235-1-matthias.fischer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 53ff8a64d..49fc6e0c1 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.32 +usr/lib/libunbound.so.8.1.33 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/lfs/unbound b/lfs/unbound index 0d977debd..b82e45656 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.23.1 +VER = 1.24.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 = fb17a819af10794b5a92822841128db5e81c608180d7e154adfeda1fb18d0f46948e55250637d4b4f14aacd13ef53c680478884fe1702cebaa9ecb2fb386b0e3 +$(DL_FILE)_BLAKE2 = c8cc378b3c94cc2169b53ce9ea2ad24dfd947bbf3fcd64bc57fcb87cda3dffb5baac7fc8e9f2038787d93dcc6341c4a1126236465230aee685e980d91f5bdaf2 install : $(TARGET) -- 2.43.0