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] knot: Update to 3.0.6 Date: Sat, 22 May 2021 18:34:48 +0200 Message-ID: In-Reply-To: <20210522133231.3801-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5438342845983126564==" List-Id: --===============5438342845983126564== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > For details see: > https://www.knot-dns.cz/2021-05-12-version-306.html >=20 > " > Features: >=20 > mod-probe: new module for simple traffic logging (Python API not ye= t included) >=20 > Improvements: >=20 > keymgr: new mode for listing zones with at least one key stored > keymgr: the pregenerate command accepts optional timestamp-from par= ameter > kzonecheck: accept '-' as substitution for standard input #727 > knotd: print an error when unable to change owner of a logging file > knotd: new warning log if no interface is configured > knotd: new signing policy check for NSEC3 iterations higher than 20 > knotd: don't allow backup to/restore from the DB storage directory > Various code (mostly zone backup/restore), tests, and documentation= improvements >=20 > Bugfixes: >=20 > knotd: secondary fails to load zone file if HTTPS or SVCB record is= present #725 > knotd: (KSK roll-over) new KSK is not signing DNSKEY long enough be= fore DS submission > knotd: (KSK roll-over) old KSK uselessly published after roll-over = finished > knotd: malformed address in TCP-related logs when listening on a UN= IX socket > knotd: server responds FORMERR instead of BADTIME if TSIG signed ti= me is zero #730 > modules: incorrect local and remote addresses in the XDP mode > modules: failed to read configuration from a section without identi= fiers > mod-synthrecord: queries on synthesized empty-non-terminals not ans= wered with NODATA > keymgr: confusing error if del-all-old command fails" >=20 > Signed-off-by: Matthias Fischer > --- > lfs/knot | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/knot b/lfs/knot > index bdf34b966..ec6ec4deb 100644 > --- a/lfs/knot > +++ b/lfs/knot > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 3.0.5 > +VER =3D 3.0.6 > =20 > THISAPP =3D knot-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_MD5 =3D 687d00586202bc0bbf0c76fa90921652 > +$(DL_FILE)_MD5 =3D 0d8aaa8e5214623c12123c67b5f2c460 > =20 > install : $(TARGET) > =20 >=20 --===============5438342845983126564==--