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:           Mon Mar 30 12:42:22 UTC 2020

Modified Files:
        pkgsrc/net/knot: Makefile distinfo

Log Message:
knot: Update to 2.9.3

Changelog:
Version 2.9.3

Tuesday, March 3, 2020
Features:

        New configuration option 'remote.block-notify-after-transfer' to suppress sending NOTIFY messages
        Enabled testing support for Ed448 DNSSEC algorithm (requires GnuTLS 3.6.12+ and not-yet-released Nettle 3.6+)
        New keymgr parameter 'local-serial' for getting/setting signed zone SOA serial in the KASP database
        keymgr can import Ed25519 and Ed448 keys in the BIND format (Thanks to Conrad Hoffmann)

Improvements:

        kdig returns error if the query name is invalid
        Increased 'server.tcp-io-timeout' default value to 500 ms
        Decreased 'database.journal-db-max-size' default value to 512 MiB on 32-bit systems
        Server no longer falls back to AXFR if master is outdated during zone refresh
        Some documentation improvements (including new EPUB format and compatibility with Ultra Electronics CIS Keyper Plus HSM)
        Some packaging improvements (including new python3-libknot deb package)

Bugfixes:

        Outgoing IXFR can be malformed if the message size has specific size
        Server can crash if the zone contains solo NSEC3 record
        Improved compatibility with older journal format
        Incorrect SOA TTL in negative answers — SOA minimum not considered
        Cannot unset uppercase nodes via control interface #668
        Module RRL doesn't set AA flag and NOERROR rcode in slipped responses
        Server returns FORMERR instead of NOTIMP if empty QUESTION and unknown OPCODE


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/knot/Makefile
cvs rdiff -u -r1.29 -r1.30 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.50 pkgsrc/net/knot/Makefile:1.51
--- pkgsrc/net/knot/Makefile:1.50       Sun Mar  8 16:50:54 2020
+++ pkgsrc/net/knot/Makefile    Mon Mar 30 12:42:22 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2020/03/08 16:50:54 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2020/03/30 12:42:22 ryoon Exp $
 
-DISTNAME=      knot-2.9.2
-PKGREVISION=   1
+DISTNAME=      knot-2.9.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.29 pkgsrc/net/knot/distinfo:1.30
--- pkgsrc/net/knot/distinfo:1.29       Wed Feb 19 13:17:24 2020
+++ pkgsrc/net/knot/distinfo    Mon Mar 30 12:42:22 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.29 2020/02/19 13:17:24 ryoon Exp $
+$NetBSD: distinfo,v 1.30 2020/03/30 12:42:22 ryoon Exp $
 
-SHA1 (knot-2.9.2.tar.xz) = 08b19da156d09f23f65c0906c35568cc8190b256
-RMD160 (knot-2.9.2.tar.xz) = e98deadac8116b4276caca2c8213aff20007eda3
-SHA512 (knot-2.9.2.tar.xz) = 7e09cd6e587342b0a213f7a108704fff7535d02dd47d662e60b96ae5d75d9745d659131622253f964deb1607f28d172d1d46dc3b5f61e2f6c70e5002e746da68
-Size (knot-2.9.2.tar.xz) = 1181860 bytes
+SHA1 (knot-2.9.3.tar.xz) = d644010b0ec0f686ca30b5a0366f61243d764186
+RMD160 (knot-2.9.3.tar.xz) = 56fa572f9525ffe203a034ab13a4c5f157182d84
+SHA512 (knot-2.9.3.tar.xz) = 69186b0d83ab548e46a7eed2703b1c3e29de36123c39a7ca461a8728488433bcc27dd5564ff3cb55d8490d4515098cebdd72aa732742fb0b9fceaca27f456e08
+Size (knot-2.9.3.tar.xz) = 1214512 bytes
 SHA1 (patch-samples_Makefile.in) = 499b8742dbd948e489b01d512bc7a8d8e4fe2e7b



Home | Main Index | Thread Index | Old Index