* [PATCH] knot: Update to 3.0.6
@ 2021-05-22 13:32 Matthias Fischer
2021-05-22 16:34 ` Peter Müller
2021-05-25 9:49 ` Michael Tremer
0 siblings, 2 replies; 5+ messages in thread
From: Matthias Fischer @ 2021-05-22 13:32 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2201 bytes --]
For details see:
https://www.knot-dns.cz/2021-05-12-version-306.html
"
Features:
mod-probe: new module for simple traffic logging (Python API not yet included)
Improvements:
keymgr: new mode for listing zones with at least one key stored
keymgr: the pregenerate command accepts optional timestamp-from parameter
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
Bugfixes:
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 before 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 UNIX socket
knotd: server responds FORMERR instead of BADTIME if TSIG signed time is zero #730
modules: incorrect local and remote addresses in the XDP mode
modules: failed to read configuration from a section without identifiers
mod-synthrecord: queries on synthesized empty-non-terminals not answered with NODATA
keymgr: confusing error if del-all-old command fails"
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
lfs/knot | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/knot b/lfs/knot
index bdf34b966..ec6ec4deb 100644
--- a/lfs/knot
+++ b/lfs/knot
@@ -24,7 +24,7 @@
include Config
-VER = 3.0.5
+VER = 3.0.6
THISAPP = knot-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 687d00586202bc0bbf0c76fa90921652
+$(DL_FILE)_MD5 = 0d8aaa8e5214623c12123c67b5f2c460
install : $(TARGET)
--
2.18.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] knot: Update to 3.0.6
2021-05-22 13:32 [PATCH] knot: Update to 3.0.6 Matthias Fischer
@ 2021-05-22 16:34 ` Peter Müller
2021-05-25 9:49 ` Michael Tremer
1 sibling, 0 replies; 5+ messages in thread
From: Peter Müller @ 2021-05-22 16:34 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2365 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> For details see:
> https://www.knot-dns.cz/2021-05-12-version-306.html
>
> "
> Features:
>
> mod-probe: new module for simple traffic logging (Python API not yet included)
>
> Improvements:
>
> keymgr: new mode for listing zones with at least one key stored
> keymgr: the pregenerate command accepts optional timestamp-from parameter
> 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
>
> Bugfixes:
>
> 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 before 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 UNIX socket
> knotd: server responds FORMERR instead of BADTIME if TSIG signed time is zero #730
> modules: incorrect local and remote addresses in the XDP mode
> modules: failed to read configuration from a section without identifiers
> mod-synthrecord: queries on synthesized empty-non-terminals not answered with NODATA
> keymgr: confusing error if del-all-old command fails"
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> lfs/knot | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lfs/knot b/lfs/knot
> index bdf34b966..ec6ec4deb 100644
> --- a/lfs/knot
> +++ b/lfs/knot
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 3.0.5
> +VER = 3.0.6
>
> THISAPP = knot-$(VER)
> DL_FILE = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 687d00586202bc0bbf0c76fa90921652
> +$(DL_FILE)_MD5 = 0d8aaa8e5214623c12123c67b5f2c460
>
> install : $(TARGET)
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] knot: Update to 3.0.6
2021-05-22 13:32 [PATCH] knot: Update to 3.0.6 Matthias Fischer
2021-05-22 16:34 ` Peter Müller
@ 2021-05-25 9:49 ` Michael Tremer
2021-05-25 15:31 ` Matthias Fischer
1 sibling, 1 reply; 5+ messages in thread
From: Michael Tremer @ 2021-05-25 9:49 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2647 bytes --]
Hello Matthias,
Good to hear from you again :)
This patch does not apply, because we have 3.0.4 in next and not .5.
I looked on the mailing list but could not find a patch for .5.
Could you please rebase this on next and resubmit?
Best,
-Michael
> On 22 May 2021, at 14:32, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>
> For details see:
> https://www.knot-dns.cz/2021-05-12-version-306.html
>
> "
> Features:
>
> mod-probe: new module for simple traffic logging (Python API not yet included)
>
> Improvements:
>
> keymgr: new mode for listing zones with at least one key stored
> keymgr: the pregenerate command accepts optional timestamp-from parameter
> 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
>
> Bugfixes:
>
> 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 before 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 UNIX socket
> knotd: server responds FORMERR instead of BADTIME if TSIG signed time is zero #730
> modules: incorrect local and remote addresses in the XDP mode
> modules: failed to read configuration from a section without identifiers
> mod-synthrecord: queries on synthesized empty-non-terminals not answered with NODATA
> keymgr: confusing error if del-all-old command fails"
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> lfs/knot | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lfs/knot b/lfs/knot
> index bdf34b966..ec6ec4deb 100644
> --- a/lfs/knot
> +++ b/lfs/knot
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 3.0.5
> +VER = 3.0.6
>
> THISAPP = knot-$(VER)
> DL_FILE = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 687d00586202bc0bbf0c76fa90921652
> +$(DL_FILE)_MD5 = 0d8aaa8e5214623c12123c67b5f2c460
>
> install : $(TARGET)
>
> --
> 2.18.0
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] knot: Update to 3.0.6
2021-05-25 9:49 ` Michael Tremer
@ 2021-05-25 15:31 ` Matthias Fischer
0 siblings, 0 replies; 5+ messages in thread
From: Matthias Fischer @ 2021-05-25 15:31 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 225 bytes --]
Hi,
On 25.05.2021 11:49, Michael Tremer wrote:
> Could you please rebase this on next and resubmit?
*sigh*
Yes, my build machine was on 3.0.5, and it seems that we missed this one.
I'll write a new patch.
Best,
Matthias
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] knot: Update to 3.0.6
@ 2021-05-25 15:37 Matthias Fischer
0 siblings, 0 replies; 5+ messages in thread
From: Matthias Fischer @ 2021-05-25 15:37 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2955 bytes --]
For details see:
https://www.knot-dns.cz/2021-05-12-version-306.html
"Features:
mod-probe: new module for simple traffic logging (Python API not yet included)
Improvements:
keymgr: new mode for listing zones with at least one key stored
keymgr: the pregenerate command accepts optional timestamp-from parameter
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
Bugfixes:
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 before 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 UNIX socket
knotd: server responds FORMERR instead of BADTIME if TSIG signed time is zero #730
modules: incorrect local and remote addresses in the XDP mode
modules: failed to read configuration from a section without identifiers
mod-synthrecord: queries on synthesized empty-non-terminals not answered with NODATA
keymgr: confusing error if del-all-old command fails"
For 3.0.5 (skipped):
https://www.knot-dns.cz/2021-03-25-version-305.html
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
lfs/knot | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/knot b/lfs/knot
index 39940a358..ec6ec4deb 100644
--- a/lfs/knot
+++ b/lfs/knot
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2020 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2021 IPFire Team <info(a)ipfire.org> #
# #
# 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 @@
include Config
-VER = 3.0.4
+VER = 3.0.6
THISAPP = knot-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = c0a546927ff50db153893de43758cb37
+$(DL_FILE)_MD5 = 0d8aaa8e5214623c12123c67b5f2c460
install : $(TARGET)
--
2.18.0
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-05-25 15:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-22 13:32 [PATCH] knot: Update to 3.0.6 Matthias Fischer
2021-05-22 16:34 ` Peter Müller
2021-05-25 9:49 ` Michael Tremer
2021-05-25 15:31 ` Matthias Fischer
2021-05-25 15:37 Matthias Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox