pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/knot Knot DNS 2.3.3 (2016-12-08)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d554866b268
branches:  trunk
changeset: 355682:2d554866b268
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Fri Dec 09 22:28:17 2016 +0000

description:
Knot DNS 2.3.3 (2016-12-08)
===========================

Bugfixes:
---------
 - Double free when failed to apply zone journal
 - Zone bootstrap retry interval not preserved upon zone reload
 - DNSSEC related records not flushed if not signed
 - False semantic checks warning about incorrect type in NSEC bitmap
 - Memory leak in kzonecheck

Improvements:
-------------
 - All zone names are fully-qualified in log

Features:
---------
 - New kjournalprint utility

Knot DNS 2.3.2 (2016-11-04)
===========================

Bugfixes:
---------
 - Incorrect %s expansion for the root zone
 - Failed to refresh not existing slave zone after restart
 - Immediate zone refresh upon restart if refresh already scheduled
 - Early zone transfer after restart if transfer already scheduled
 - Not ignoring empty non-terminal parents during delegation lookup
 - CD bit preservation in responses
 - Compilation error on GNU/kFreeBSD
 - Server crash after double zone-commit if journal error

Improvements:
-------------
 - Speed-up of knotc if control operation and known socket
 - Zone purge operation purges also zone timers

Features:
---------
 - Simple modules don't require empty configuration section
 - New zone journal path configuration option
 - New timeout configuration option for module dnsproxy

diffstat:

 net/knot/Makefile |   4 ++--
 net/knot/PLIST    |   4 +++-
 net/knot/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r aabb0084d315 -r 2d554866b268 net/knot/Makefile
--- a/net/knot/Makefile Fri Dec 09 22:25:28 2016 +0000
+++ b/net/knot/Makefile Fri Dec 09 22:28:17 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2016/10/29 09:42:48 pettai Exp $
+# $NetBSD: Makefile,v 1.34 2016/12/09 22:28:17 pettai Exp $
 
-DISTNAME=      knot-2.3.1
+DISTNAME=      knot-2.3.3
 CATEGORIES=    net
 MASTER_SITES=  https://secure.nic.cz/files/knot-dns/
 EXTRACT_SUFX=  .tar.xz
diff -r aabb0084d315 -r 2d554866b268 net/knot/PLIST
--- a/net/knot/PLIST    Fri Dec 09 22:25:28 2016 +0000
+++ b/net/knot/PLIST    Fri Dec 09 22:28:17 2016 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.11 2016/10/29 09:42:48 pettai Exp $
+@comment $NetBSD: PLIST,v 1.12 2016/12/09 22:28:17 pettai Exp $
 bin/kdig
 bin/khost
+bin/kjournalprint
 bin/knsec3hash
 bin/knsupdate
 bin/kzonecheck
@@ -75,6 +76,7 @@
 libexec/knot1to2
 man/man1/kdig.1
 man/man1/khost.1
+man/man1/kjournalprint.1
 man/man1/knot1to2.1
 man/man1/knsec3hash.1
 man/man1/knsupdate.1
diff -r aabb0084d315 -r 2d554866b268 net/knot/distinfo
--- a/net/knot/distinfo Fri Dec 09 22:25:28 2016 +0000
+++ b/net/knot/distinfo Fri Dec 09 22:28:17 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.21 2016/10/29 09:55:13 pettai Exp $
+$NetBSD: distinfo,v 1.22 2016/12/09 22:28:17 pettai Exp $
 
-SHA1 (knot-2.3.1.tar.xz) = fbc1ecc8586b44dbffc8f81d2450a6b920e9c0bc
-RMD160 (knot-2.3.1.tar.xz) = f3ed4603b4e1591e880a8048de8e8962927c30c5
-SHA512 (knot-2.3.1.tar.xz) = 10d8c09d7cce88aba95b067da9b138af710864de4ef9c00d7ab165b4aca621d9ff15a49b5102e0cdd7bfb14e2806ed8587fd138b6e6af74a01e26e6d6ffe1163
-Size (knot-2.3.1.tar.xz) = 1072808 bytes
+SHA1 (knot-2.3.3.tar.xz) = a94bebb595eab6b3014aae9e2376300958864113
+RMD160 (knot-2.3.3.tar.xz) = d72fc69dd2a0fee769eb1c7261ea5df6d31c145e
+SHA512 (knot-2.3.3.tar.xz) = ed7b93c2d0ae15819d09a8bf77c2d12505a035dcd7777e9ac453b58c36d302c3cbaa2766e1f6d2163a71234d005494a7d9b5be436c0e16b443de4da97f7a5d9f
+Size (knot-2.3.3.tar.xz) = 1071160 bytes
 SHA1 (patch-samples_Makefile.in) = 9354505e5525b28266e5ab250026571d980ade54



Home | Main Index | Thread Index | Old Index