From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] knot: Update to 3.0.7 Date: Sun, 20 Jun 2021 20:26:46 +0200 Message-ID: In-Reply-To: <20210620121520.1351-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4230625189443511741==" List-Id: --===============4230625189443511741== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 20/06/2021 14:15, Matthias Fischer wrote: > For details see: > https://www.knot-dns.cz/2021-06-16-version-307.html > > Features: > > knotd: new configuration policy option for CDS digest algorithm se= tting #738 > keymgr: new command for primary SOA serial manipulation in on-seco= ndary signing mode > > Improvements: > > knotd: improved algorithm rollover to shorten the last step of old= RRSIG publication > > Bugfixes: > > knotd: zone is flushed upon server start, despite DNSSEC signing i= s up-to-date > knotd: wildcard nonexistence is proved on empty-non-terminal query > knotd: redundant wildcard proof for non-authoritative data in a re= ply > knotd: missing wildcard proofs in a wildcard-cname loop reply > knotd: incorrectly synthesized CNAME owner from a wildcard record = #715 > knotd: zone-in-journal changeset ignores journal-max-usage limit #= 736 > knotd: incorrect processing of zone-in-journal changeset with SOA = serial 0 > knotd: broken initialization of processing workers if SO_REUSEPORT= (_LB) not available > kjournalprint: reported journal usage is incorrect #736 > keymgr: cannot parse algorithm name ed448 #739 > keymgr: default key size not set properly > kdig: failed to process huge DoH responses > libknot/probe: some corner-case bugs > > Signed-off-by: Matthias Fischer > --- > lfs/knot | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lfs/knot b/lfs/knot > index ec6ec4deb..7e8bbc202 100644 > --- a/lfs/knot > +++ b/lfs/knot > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 3.0.6 > +VER =3D 3.0.7 > =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 0d8aaa8e5214623c12123c67b5f2c460 > +$(DL_FILE)_MD5 =3D a7ac9e92989184437a45578d0e23990a > =20 > install : $(TARGET) > =20 --===============4230625189443511741==--