From patchwork Fri Oct 4 08:41:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 8161 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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XKhq95hpSz3wxg for ; Fri, 4 Oct 2024 08:41:41 +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 RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XKhq60wKlzmr; Fri, 4 Oct 2024 08:41:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XKhq56Y1Kz32yy; Fri, 4 Oct 2024 08:41:37 +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 "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XKhq31kwpz2xM3 for ; Fri, 4 Oct 2024 08:41:35 +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 4XKhq13qLwzTX for ; Fri, 4 Oct 2024 08:41:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728031293; 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=i8H22GHwhNzZyegLALL53dSg7W58G9zURVZxZEenwWw=; b=QvCF1hzsM7DRdnqT4hyTMyDeg1Mu+QunRz1tSXRuMM/SErWcx/SBGDsQyj9ZwHIIhT03D7 TC7VCd+0vyoO2pAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728031293; 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=i8H22GHwhNzZyegLALL53dSg7W58G9zURVZxZEenwWw=; b=vVJkyA27o2vl5IR8jVRYvBgS82GICtur6RIc4AmxSiULaf3Kg8H8FfEuS1oGwqpa/kFT2n M49q7dFeLdVrZchkubazGV3Y9WrLMEg6lJSGrARHZvJ1wgQOq510P+94B6GA4QRe06W7S5 0g+YHDUae3JX3fblRer6WW7RHY72Q0A2e6DgvYQfoM34CehNwqVa10Z6KvB7/675K/g0Kq zU+0dfh0KQOQFAVBuVCknCa93I2YDQPzNVgBeBQewlzBiuc8kX3CDuLuKgdidmCUQPQZkr Sr9nrn4o3aW4kqd12z+uDS1ye8UPiqk2qrUlZ92nrvne5BoYCs3RAXcm83VlEQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] unbound: Update to 1.21.1 Date: Fri, 4 Oct 2024 10:41:17 +0200 Message-ID: <20241004084126.3441058-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 4TUENNSC7VGMAV2F4EF2NCEV5LGPB452 X-Message-ID-Hash: 4TUENNSC7VGMAV2F4EF2NCEV5LGPB452 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-21-1 "Fix CVE-2024-8508, unbounded name compression could lead to denial of service." Signed-off-by: Matthias Fischer Reviewed-by: Adolf Belka --- 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 03e382d2e..1da88aa9d 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.28 +usr/lib/libunbound.so.8.1.29 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/lfs/unbound b/lfs/unbound index f10fed82d..d8efaf872 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.21.0 +VER = 1.21.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 = f6dc7b60e0071d3a7e7e687eb76fd086590ac69da954775c85bd09d8caa5e0cc4181c97fc14a75d2235f3b182d2d5b0b9120e453beb4e112af67ac80216cfca9 +$(DL_FILE)_BLAKE2 = 4a14019a52c7f0641a6cfcb946be3016d9fd722acff7eeb5ea243808621af9fc05d2bb4dcba1024f134eb6ec609994e5a07b6c4b6bc0b8cc639b35db1546acd1 install : $(TARGET)