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] bind: Update to 9.16.30 Date: Thu, 16 Jun 2022 16:06:55 +0000 Message-ID: <1940d428-6d85-0142-ee85-c4c0f2baa132@ipfire.org> In-Reply-To: <20220616124909.3499319-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2695437096544989896==" List-Id: --===============2695437096544989896== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > For details see: > https://downloads.isc.org/isc/bind9/9.16.30/doc/arm/html/notes.html#notes-f= or-bind-9-16-30 >=20 > "Bug Fixes >=20 > The fetches-per-server quota is designed to adjust itself downward > automatically when an authoritative server times out too frequently. > Due to a coding error, that adjustment was applied incorrectly, > so that the quota for a congested server was always set to 1. This > has been fixed. [GL #3327] >=20 > DNSSEC-signed catalog zones were not being processed correctly. This > has been fixed. [GL #3380] >=20 > Key files were updated every time the dnssec-policy key manager ran, > whether the metadata had changed or not. named now checks whether > changes were applied before writing out the key files. [GL #3302]" >=20 > Signed-off-by: Matthias Fischer > --- > config/rootfiles/common/bind | 14 +++++++------- > lfs/bind | 4 ++-- > 2 files changed, 9 insertions(+), 9 deletions(-) >=20 > diff --git a/config/rootfiles/common/bind b/config/rootfiles/common/bind > index 0d41c90e5..60ec36f45 100644 > --- a/config/rootfiles/common/bind > +++ b/config/rootfiles/common/bind > @@ -274,24 +274,24 @@ usr/bin/nsupdate > #usr/include/pk11/site.h > #usr/include/pkcs11 > #usr/include/pkcs11/pkcs11.h > -usr/lib/libbind9-9.16.28.so > +usr/lib/libbind9-9.16.30.so > #usr/lib/libbind9.la > #usr/lib/libbind9.so > -usr/lib/libdns-9.16.28.so > +usr/lib/libdns-9.16.30.so > #usr/lib/libdns.la > #usr/lib/libdns.so > -usr/lib/libirs-9.16.28.so > +usr/lib/libirs-9.16.30.so > #usr/lib/libirs.la > #usr/lib/libirs.so > -usr/lib/libisc-9.16.28.so > +usr/lib/libisc-9.16.30.so > #usr/lib/libisc.la > #usr/lib/libisc.so > -usr/lib/libisccc-9.16.28.so > +usr/lib/libisccc-9.16.30.so > #usr/lib/libisccc.la > #usr/lib/libisccc.so > -usr/lib/libisccfg-9.16.28.so > +usr/lib/libisccfg-9.16.30.so > #usr/lib/libisccfg.la > #usr/lib/libisccfg.so > -usr/lib/libns-9.16.28.so > +usr/lib/libns-9.16.30.so > #usr/lib/libns.la > #usr/lib/libns.so > diff --git a/lfs/bind b/lfs/bind > index e3efc84a1..a492624f8 100644 > --- a/lfs/bind > +++ b/lfs/bind > @@ -25,7 +25,7 @@ > =20 > include Config > =20 > -VER =3D 9.16.28 > +VER =3D 9.16.30 > =20 > THISAPP =3D bind-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -43,7 +43,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 55932faa004c2021cd4c3384c14d4a58ca43d5a853602e271b58= c9022256a5ec2eb1317168ac07c2b233b19407ddfb8c7f64a50d93169207cb3b4fe535a78afa > +$(DL_FILE)_BLAKE2 =3D 35fe14b58a018df25563e58a9632b4431f740bc7a708eb823117= 541548d23b1855e43058cf7323361ca904d5e59d687e282abb73dc8b617e4eb25ef113168e93 > =20 > install : $(TARGET) > =20 --===============2695437096544989896==--