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.31 Date: Sun, 24 Jul 2022 12:45:29 +0000 Message-ID: In-Reply-To: <20220724110646.1740-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2905371332943107281==" List-Id: --===============2905371332943107281== 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.31/doc/arm/html/notes.html#notes-f= or-bind-9-16-31 >=20 > Excerpt from changelog: >=20 > " --- 9.16.31 released --- >=20 > 5917. [bug] Update ifconfig.sh script as is miscomputed interface > identifiers when destroying interfaces. [GL #3061] >=20 > 5915. [bug] Detect missing closing brace (}) and computational > overflows in $GENERATE directives. [GL #3429] >=20 > 5913. [bug] Fix a race between resolver query timeout and > validation in resolver.c:validated(). Remove > resolver.c:maybe_destroy() as it is no loger needed. > [GL #3398] >=20 > 5909. [bug] The server-side destination port was missing from dnstap > captures of client traffic. [GL #3309] >=20 > 5905. [bug] When the TCP connection would be closed/reset between > the connect/accept and the read, the uv_read_start() > return value would be unexpected and cause an assertion > failure. [GL #3400] >=20 > 5903. [bug] When named checks that the OPCODE in a response matches > that of the request, if there is a mismatch named logs > an error. Some of those error messages incorrectly > used RCODE instead of OPCODE to lookup the nemonic. > This has been corrected. [GL !6420]" >=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 60ec36f45..bdb0fb7e4 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.30.so > +usr/lib/libbind9-9.16.31.so > #usr/lib/libbind9.la > #usr/lib/libbind9.so > -usr/lib/libdns-9.16.30.so > +usr/lib/libdns-9.16.31.so > #usr/lib/libdns.la > #usr/lib/libdns.so > -usr/lib/libirs-9.16.30.so > +usr/lib/libirs-9.16.31.so > #usr/lib/libirs.la > #usr/lib/libirs.so > -usr/lib/libisc-9.16.30.so > +usr/lib/libisc-9.16.31.so > #usr/lib/libisc.la > #usr/lib/libisc.so > -usr/lib/libisccc-9.16.30.so > +usr/lib/libisccc-9.16.31.so > #usr/lib/libisccc.la > #usr/lib/libisccc.so > -usr/lib/libisccfg-9.16.30.so > +usr/lib/libisccfg-9.16.31.so > #usr/lib/libisccfg.la > #usr/lib/libisccfg.so > -usr/lib/libns-9.16.30.so > +usr/lib/libns-9.16.31.so > #usr/lib/libns.la > #usr/lib/libns.so > diff --git a/lfs/bind b/lfs/bind > index a492624f8..6b2fe87fe 100644 > --- a/lfs/bind > +++ b/lfs/bind > @@ -25,7 +25,7 @@ > =20 > include Config > =20 > -VER =3D 9.16.30 > +VER =3D 9.16.31 > =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 35fe14b58a018df25563e58a9632b4431f740bc7a708eb823117= 541548d23b1855e43058cf7323361ca904d5e59d687e282abb73dc8b617e4eb25ef113168e93 > +$(DL_FILE)_BLAKE2 =3D 75c9038c00fe289161a15a8e4fdadaef5a6a7f3ca03068ec24e8= 2aa9f30ac82d0ded9cf73df83219058cd81b198ea8f561211a323e31b41407294f6932dc61d3 > =20 > install : $(TARGET) > =20 --===============2905371332943107281==--