From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] unbound: Update to 1.21.1 Date: Tue, 15 Oct 2024 09:53:02 +0200 Message-ID: <1d51c03c-7704-4ad2-bb5a-06c2d2784c62@ipfire.org> In-Reply-To: <20241004084126.3441058-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3429078139418415623==" List-Id: --===============3429078139418415623== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 04/10/2024 10:41, Matthias Fischer wrote: > 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 serv= ice." > > 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/unbo= und > 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 @@ > =20 > include Config > =20 > -VER =3D 1.21.0 > +VER =3D 1.21.1 > =20 > THISAPP =3D unbound-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D f6dc7b60e0071d3a7e7e687eb76fd086590ac69da954775c85bd= 09d8caa5e0cc4181c97fc14a75d2235f3b182d2d5b0b9120e453beb4e112af67ac80216cfca9 > +$(DL_FILE)_BLAKE2 =3D 4a14019a52c7f0641a6cfcb946be3016d9fd722acff7eeb5ea24= 3808621af9fc05d2bb4dcba1024f134eb6ec609994e5a07b6c4b6bc0b8cc639b35db1546acd1 > =20 > install : $(TARGET) > =20 --===============3429078139418415623==--