pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/knot knot: Update to 2.9.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a8960802a13
branches:  trunk
changeset: 414563:1a8960802a13
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Mar 30 12:42:22 2020 +0000

description:
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

diffstat:

 net/knot/Makefile |   5 ++---
 net/knot/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r b07b8920a9f1 -r 1a8960802a13 net/knot/Makefile
--- a/net/knot/Makefile Mon Mar 30 12:30:57 2020 +0000
+++ b/net/knot/Makefile Mon Mar 30 12:42:22 2020 +0000
@@ -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
diff -r b07b8920a9f1 -r 1a8960802a13 net/knot/distinfo
--- a/net/knot/distinfo Mon Mar 30 12:30:57 2020 +0000
+++ b/net/knot/distinfo Mon Mar 30 12:42:22 2020 +0000
@@ -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