pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/knot



Module Name:    pkgsrc
Committed By:   pettai
Date:           Fri Dec  9 22:28:18 UTC 2016

Modified Files:
        pkgsrc/net/knot: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/knot/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/knot/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/knot/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/knot/Makefile
diff -u pkgsrc/net/knot/Makefile:1.33 pkgsrc/net/knot/Makefile:1.34
--- pkgsrc/net/knot/Makefile:1.33       Sat Oct 29 09:42:48 2016
+++ pkgsrc/net/knot/Makefile    Fri Dec  9 22:28:17 2016
@@ -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

Index: pkgsrc/net/knot/PLIST
diff -u pkgsrc/net/knot/PLIST:1.11 pkgsrc/net/knot/PLIST:1.12
--- pkgsrc/net/knot/PLIST:1.11  Sat Oct 29 09:42:48 2016
+++ pkgsrc/net/knot/PLIST       Fri Dec  9 22:28:17 2016
@@ -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 @@ lib/pkgconfig/libzscanner.pc
 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

Index: pkgsrc/net/knot/distinfo
diff -u pkgsrc/net/knot/distinfo:1.21 pkgsrc/net/knot/distinfo:1.22
--- pkgsrc/net/knot/distinfo:1.21       Sat Oct 29 09:55:13 2016
+++ pkgsrc/net/knot/distinfo    Fri Dec  9 22:28:17 2016
@@ -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