From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] unbound: Update to 1.16.2 Date: Mon, 01 Aug 2022 19:11:34 +0000 Message-ID: In-Reply-To: <20220801182516.1810-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0278507424840016236==" List-Id: --===============0278507424840016236== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > For details see: > https://nlnetlabs.nl/projects/unbound/download/#unbound-1-16-2 >=20 > "Features >=20 > Merge #718: Introduce infra-cache-max-rtt option to config max retransm= it timeout. >=20 > Bug Fixes >=20 > Fix the novel ghost domain issues CVE-2022-30698 and CVE-2022-30699. >=20 > Fix bug introduced in 'improve val_sigcrypt.c::algo_needs_missing > for one loop pass'. >=20 > Merge PR #668 from Cristian Rodr=C3=ADguez: Set IP_BIND_ADDRESS_NO_PORT > on outbound tcp sockets. >=20 > Fix verbose EDE error printout. >=20 > Fix dname count in sldns parse type descriptor for SVCB and HTTPS. >=20 > For windows crosscompile, fix setting the IPV6_MTU socket option > equivalent (IPV6_USER_MTU); allows cross compiling with latest cross-co= mpiler versions. >=20 > Merge PR 714: Avoid treat normal hosts as unresponsive servers. And fix= up the lock code. >=20 > iana portlist update. >=20 > Update documentation for 'outbound-msg-retry:'. >=20 > Tests for ghost domain fixes." >=20 > Signed-off-by: Matthias Fischer > --- > config/rootfiles/common/unbound | 2 +- > lfs/unbound | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/config/rootfiles/common/unbound b/config/rootfiles/common/unbo= und > index 20fe72a57..7fc4f191a 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.17 > +usr/lib/libunbound.so.8.1.18 > #usr/lib/pkgconfig/libunbound.pc > usr/sbin/unbound > usr/sbin/unbound-anchor > diff --git a/lfs/unbound b/lfs/unbound > index 539ea5005..5a3c70caf 100644 > --- a/lfs/unbound > +++ b/lfs/unbound > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 1.16.1 > +VER =3D 1.16.2 > =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 722e2d88f66f35459b71cd339f451bf803c836827f9f74540c4a= e500b7f682f0e8c89bda34915fb8df289cc524486fab2a04018717e1ae7ad62006be68af1cad > +$(DL_FILE)_BLAKE2 =3D 2f7f119d12807ff5c000fd500be72a0825614da3e1f079f9b8d1= 5a651bda2fa0b41599a55c6f76b17ff56120aa61e48042469063f08dd199333520172ca16750 > =20 > install : $(TARGET) > =20 --===============0278507424840016236==--