From patchwork Sat Mar 9 11:14:51 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 7598 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 4TsL6f5FhKz3wlw for ; Sat, 9 Mar 2024 11:15:06 +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) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4TsL6Z3P4jz1C7; Sat, 9 Mar 2024 11:15:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4TsL6Z18fxz32L2; Sat, 9 Mar 2024 11:15:02 +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 4TsL6W2zcmz2xJK for ; Sat, 9 Mar 2024 11:14:59 +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 4TsL6V1GRGzLP for ; Sat, 9 Mar 2024 11:14:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1709982898; 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=FMIt9Be1Bp6JBPZrKX9sENJASwv83KITnh/0BOMQVYg=; b=FDCxRMi+qcNOBWTcGsLVxNRLqm/p9qt4n3Ii2Km/nR4k4y1ZUdzohbv83/eTT6ZltvgNFf Ovq5O6pfZG9KdSVFLKi7qEsyptbTal+ivA+LHzdxrr/NUumZsyMvBJZcnwONTyprWpVnqV vxyooJEXuwTY3rIHivR5owymFKVXBquQJJRpTlZX4DTY1LAINlhiWxzzHnYi/ThYrRpN+X 7ta9Z4GWBBAvLoOuryQTp6hYcPuF95M7p2s6g/2uVk87HYeWkRwBMo1N0is48DatP3Jw/r jZAXLx2Am07z3Izea7TciaAQ41GNASA1Cd/FQnZrAkaz2xrdH2L5I7jxESbrKw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1709982898; 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=FMIt9Be1Bp6JBPZrKX9sENJASwv83KITnh/0BOMQVYg=; b=yWn2wCsr70mDuS/HPYXC3o0mMoQX4jc3O/gs8qOlJq/EWmUwOiWbdicPBWALBBHM+aB8z6 ie5Qau03qXBHEaCg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] unbound: Update to 1.19.2 Date: Sat, 9 Mar 2024 12:14:51 +0100 Message-Id: <20240309111451.3427323-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: DTGZH6SD2JAZNXL2GXZ5FPYO3LLSRVLE X-Message-ID-Hash: DTGZH6SD2JAZNXL2GXZ5FPYO3LLSRVLE 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-2 "Bug Fixes Fix CVE-2024-1931, Denial of service when trimming EDE text on positive replies." 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 1badd605a..f5274dcd1 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.24 +usr/lib/libunbound.so.8.1.25 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/lfs/unbound b/lfs/unbound index b852f75b9..0a5106064 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.19.1 +VER = 1.19.2 THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a48c5b9493eb0a9aa2171956e08677e1cfb7c49b53731c1b05f9192434c4d815eba972aab110ba0ee25fee1e7a57192c8b48e59bb21fb76ad7fd1c7d2d260012 +$(DL_FILE)_BLAKE2 = f8dcee649e5e1dfaab9285964419b4d957f0035e484021e3131784512fed842ee46c25d7b47304aca4f03a0480877b939968bca22e80620434d1d2cb7013c9b6 install : $(TARGET)