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:   ryoon
Date:           Wed Aug 21 14:19:00 UTC 2019

Modified Files:
        pkgsrc/net/knot: Makefile distinfo

Log Message:
Update to 2.8.3

Changelog:

Features:

        Added cert/key file configuration for TLS in kdig (Thanks to Alexander Schultz)

Improvements:

        More verbose log message for offline-KSK signing
        Module RRL logs affected source address subnet instead of only one source address
        Extended DNSSEC policy configuration checks
        Various improvements in the documentation

Bugfixes:

        Excessive server load when maximum TCP clients limit is reached
        Incorrect reply after zone update with a node changed from non-authoritative to delegation
        Wrong error line number in a config file if it contains leading tab character
        Config file error message contains unrelated parsing context
        NSEC3 salt not updated when reconfigured to zero length
        Kjournalprint sometimes prints a random value for per-zone occupation
        Missing debug log for failed zone refresh triggered by zone notification
        DS check not scheduled when reconfigured
        Broken unit test on NetBSD 8.x


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/knot/Makefile
cvs rdiff -u -r1.27 -r1.28 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.46 pkgsrc/net/knot/Makefile:1.47
--- pkgsrc/net/knot/Makefile:1.46       Sat Jul 20 22:46:39 2019
+++ pkgsrc/net/knot/Makefile    Wed Aug 21 14:19:00 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2019/07/20 22:46:39 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2019/08/21 14:19:00 ryoon Exp $
 
-DISTNAME=      knot-2.8.2
-PKGREVISION=   1
+DISTNAME=      knot-2.8.3
 CATEGORIES=    net
 MASTER_SITES=  https://secure.nic.cz/files/knot-dns/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/net/knot/distinfo
diff -u pkgsrc/net/knot/distinfo:1.27 pkgsrc/net/knot/distinfo:1.28
--- pkgsrc/net/knot/distinfo:1.27       Thu Jun 13 23:47:05 2019
+++ pkgsrc/net/knot/distinfo    Wed Aug 21 14:19:00 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.27 2019/06/13 23:47:05 ryoon Exp $
+$NetBSD: distinfo,v 1.28 2019/08/21 14:19:00 ryoon Exp $
 
-SHA1 (knot-2.8.2.tar.xz) = 46288679fe5547d301968b7054b7aa1a2f460d42
-RMD160 (knot-2.8.2.tar.xz) = 2e03a0a5e0fbb718d4e1e661b5b3a68d484e68e5
-SHA512 (knot-2.8.2.tar.xz) = d7a045cc7b1a1f43b9536283d4202d7f8f36ac2160e0b985b40f318cc0041f3c3e977ff2db6f518dd37ea62d93d0d3f617bca1ac0dff81185bf5dcb9c1eac97b
-Size (knot-2.8.2.tar.xz) = 1193760 bytes
+SHA1 (knot-2.8.3.tar.xz) = 1af4446d9a27d5202dfb5ad20408c3fae9798015
+RMD160 (knot-2.8.3.tar.xz) = ced1cffefdf808a2807b0ba6147a62ffdab4dbe0
+SHA512 (knot-2.8.3.tar.xz) = a5743181807b944c9b6dfce845f009c576125c114fbac7b87592129b724628466740fb77e41cabd8aaf9f046374a9337a1c97ea74b33afae1af6e39e21f8e662
+Size (knot-2.8.3.tar.xz) = 1206172 bytes
 SHA1 (patch-samples_Makefile.in) = 499b8742dbd948e489b01d512bc7a8d8e4fe2e7b



Home | Main Index | Thread Index | Old Index