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 4csLbr33Lcz331Z for ; Wed, 22 Oct 2025 20:38:48 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4csLbn0hBMz2xRj for ; Wed, 22 Oct 2025 20:38:45 +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 4csLbM4Zpgz3Mj; Wed, 22 Oct 2025 20:38:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1761165503; 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=/QHIcwgLTnTClpByeK+VQaAWOAg4L5AhzA41X4/iWmc=; b=JO6BjrlWFRCsycsfKMW4eBFYH7V+jeHdbvjY9+qH2lBi7/oH4QNkhwSQrVD8zeO2Ke1r0v XboCMTBmdPV57OBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1761165503; 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=/QHIcwgLTnTClpByeK+VQaAWOAg4L5AhzA41X4/iWmc=; b=DZ0GmhXgqWBAAgxQIdFoP5LTZ4yeRJx6z6m+43Q78o7wv2POJg0P/w9VuBswIuXatEHA+0 x4l3umtRCDtDc2ydEiazrWxgraM2rNYCjmdgkRUPAj5HqwxuK+2FG03vgRa9eknBqMyv4c v9YV4wWcudYqCft8QCJhHYDH6uqFvcDjdZniyqcnYx3jyfbd4NyzLr9ajp2XOgfZFcdGTQ UN+httlBn82M6UluvgOZHplj7jsk2WXkg+hzhuTuLbQeHIe5k+Ou8HH/9WFAWYE7Pn2HH4 ve6b7LElRsIlhEIMekVaQE0g3twEIokglMQGX616nC5ELb+ypsFSRST5/hUS7g== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] unbound: Update to 1.24.1 Date: Wed, 22 Oct 2025 22:38:10 +0200 Message-ID: <20251022203813.3541364-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-24-1 "Bug Fixes Fix CVE-2025-11411 (possible domain hijacking attack), reported by Yuxiao Wu, Yunyi Zhang, Baojun Liu and Haixin Duan from Tsinghua University." 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 49fc6e0c1..ade8fc951 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.33 +usr/lib/libunbound.so.8.1.34 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/lfs/unbound b/lfs/unbound index b82e45656..5ac1946fb 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.24.0 +VER = 1.24.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 = c8cc378b3c94cc2169b53ce9ea2ad24dfd947bbf3fcd64bc57fcb87cda3dffb5baac7fc8e9f2038787d93dcc6341c4a1126236465230aee685e980d91f5bdaf2 +$(DL_FILE)_BLAKE2 = e80c9e80139140a1de50bf4d8c6ee42917ce615e6b9d4297d1f29d940d1701c6da59200163025fa7870e41402021a878459c0a5c0d947f5ce718a16939311daa install : $(TARGET) -- 2.43.0