From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bhv6k352yz34Rd for ; Wed, 16 Jul 2025 11:32:30 +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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bhv6f6Hr1z2y36 for ; Wed, 16 Jul 2025 11:32:26 +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 4bhv6d73z5zfs; Wed, 16 Jul 2025 11:32:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1752665546; 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=e4wXM/qLQUuLLEQHJwpAr7W4yWlVExh9LEdBaxgkNmc=; b=yb7zjcFmWJuZI3jz+LKCZfylqilJuIowJSN9emvIGak1oZYCvn/vWQWBXpliySM3/uwslT X9xi/XRmyBfycRCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1752665546; 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=e4wXM/qLQUuLLEQHJwpAr7W4yWlVExh9LEdBaxgkNmc=; b=O1w825TSXu4bJN0NZq3oewcyk3NDTm9R+Pz1Pq7vlKCsgLqxjYqMwx/5tlX0oLHuX9+O3o hJDMouAQ3neZxgCc6Hx5U7lfVaB5nLVQkVoyGRu6c2PamDKFvmcXaLq5SiiPsY+TfhQYvi yScl9PEIGl6FkV5pyKPXlFvGJsvzHLW9YCkVOalU+JegBT0ajFXsHwGSLoCVTAhFv6j8Ep ZCTxTG3X8c7ixu/ZpOUVBl7IoVUIwSRwbH7vxn7np2A26XhmQ+OEgvqdDadbYjwNiZ1JGu TkzV8BMTa6rf1izwuBxcy74LKP+YsaxMszlmrbEYPQsHq5Wul8fFxZud3tOMYw== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] unbound: Update to 1.23.1 Date: Wed, 16 Jul 2025 13:32:07 +0200 Message-ID: <20250716113211.1270-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 For details see: https://nlnetlabs.nl/projects/unbound/download/#unbound-1-23-1 "Fix RebirthDay Attack CVE-2025-5994, reported by Xiang Li from AOSP Lab Nankai University." Signed-off-by: Matthias Fischer --- lfs/unbound | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/unbound b/lfs/unbound index abcb4e104..0d977debd 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.23.0 +VER = 1.23.1 THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 160bb2bee5450313a68ac81b73fd4bb21b14f8d25172d314644a34309dc75f28802126533f3ac1cb8d48599af8cb7caca83b866c9193286396f81c5fabc29651 +$(DL_FILE)_BLAKE2 = fb17a819af10794b5a92822841128db5e81c608180d7e154adfeda1fb18d0f46948e55250637d4b4f14aacd13ef53c680478884fe1702cebaa9ecb2fb386b0e3 install : $(TARGET) -- 2.43.0