This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via fead20a917dfdb8d7e091f8a8c6e39625ea9e315 (commit) from ca33424de57b2530f11e99e40501251dda26f5c0 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit fead20a917dfdb8d7e091f8a8c6e39625ea9e315 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Tue May 26 20:46:29 2020 +0200
knot: Update to 2.9.5
For details see: https://www.knot-dns.cz/2020-05-25-version-295.html
"Bugfixes:
Old ZSK can be withdrawn too early during a ZSK rollover if maximum zone TTL is computed automatically Server responds SERVFAIL to ANY queries on empty non-terminal nodes
Improvements:
Also module onlinesign returns minimized responses to ANY queries Linking against libcap-ng can be disabled via a configure option"
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/knot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/lfs/knot b/lfs/knot index e5074d08c..7f341ab3f 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@
include Config
-VER = 2.9.4 +VER = 2.9.5
THISAPP = knot-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 4975cfc1b0a789bc1263b07d28f2493c +$(DL_FILE)_MD5 = f04b2ce8c9e25ec8a9a5e8566a8192b7
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree