From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] knot: Update to 3.0.5 Date: Sat, 27 Mar 2021 09:47:25 +0100 Message-ID: <20210327084725.1731-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0348812384647638184==" List-Id: --===============0348812384647638184== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://www.knot-dns.cz/2021-03-25-version-305.html "Improvements: kdig: added support for TCP Fast Open on FreeBSD keymgr: the SEP flag can be changed on already generated keys Some documentation improvements Bugfixes: knotd: journal contents can be considered malformed after changeset m= erge knotd: broken detection of TCP Fast Open availability knotd: zone restore can stuck in an infinite loop if zone configurati= on changed knotd: failed zone backup makes control socket unavailable knotd: zone not stored to journal after reload if difference-no-seria= l is enabled knotd: old key is being used after an algorithm rollover with a share= d policy #721 keymgr: keytag not recomputed upon key flag change kdig: TCP not used if +fastopen is set mod-dnstap: the local address is empty kzonecheck: missing letter lower-casing of the origin parameter XDP mode wrongly detected on NetBSD Failed to build knotd_stdio fuzzing utility" Signed-off-by: Matthias Fischer --- lfs/knot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/knot b/lfs/knot index 39940a358..bdf34b966 100644 --- a/lfs/knot +++ b/lfs/knot @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2020 IPFire Team = # +# Copyright (C) 2007-2021 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3.0.4 +VER =3D 3.0.5 =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 c0a546927ff50db153893de43758cb37 +$(DL_FILE)_MD5 =3D 687d00586202bc0bbf0c76fa90921652 =20 install : $(TARGET) =20 --=20 2.18.0 --===============0348812384647638184==--