Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8ddeb4d35dc
branches:  trunk
changeset: 432343:c8ddeb4d35dc
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu May 21 11:39:10 2020 +0000

description:
Update to 2.9.4

Changelog:
Version 2.9.4
Tuesday, May 5, 2020

Improvements:

        ANY query over UDP is always answered with one RRSet + possible RRSIG instead of truncated reply
        Server tries to resolve CNAME record generated by geoip module (Thanks to Conrad Hoffmann)
        Earlier OCSP validity check in kdig certificate verification (Thanks to Alexander Schultz)
        Module onlinesign allows KSK + ZSK mode
        Server control listen backlog limit was increased to 5
        Zone signing event is always re-scheduled even after a signing error
        Extended error checks and tiny enhancements in kjournalprint
        kdig logs a more detailed error message when failed to acquire a remote address
        Some documentation improvements

Bugfixes:
        Server can crash when zone update fails due to exceeded zone size limit
        keymgr 'share' command doesn't work
        Shared KSK doesn't work with an initial key
        Self-created RRSIGs are still cryptographically verified in some unnecessary cases
        Changed NSEC3PARAM not correctly detected during zone update
        NSEC(3) chain not fixed if affected by zone udpate
        knotc orphan purge doesn't work on journal
        Online signing configured along with DNSSEC signing can cause MDB_BAD_RSLOT error during server reload
        Zone journal access can stuck if mismanaged zone serial
        Concurrently added and removed same records in a DDNS message are not properly handled
        Zone check logs error instead of warning after a first error occured

diffstat:

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

diffs (28 lines):

diff -r 8cd935eddc5b -r c8ddeb4d35dc net/knot/Makefile
--- a/net/knot/Makefile Thu May 21 11:34:33 2020 +0000
+++ b/net/knot/Makefile Thu May 21 11:39:10 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2020/05/08 16:25:04 rillig Exp $
+# $NetBSD: Makefile,v 1.53 2020/05/21 11:39:10 ryoon Exp $
 
-DISTNAME=      knot-2.9.3
+DISTNAME=      knot-2.9.4
 CATEGORIES=    net
 MASTER_SITES=  https://secure.nic.cz/files/knot-dns/
 EXTRACT_SUFX=  .tar.xz
diff -r 8cd935eddc5b -r c8ddeb4d35dc net/knot/distinfo
--- a/net/knot/distinfo Thu May 21 11:34:33 2020 +0000
+++ b/net/knot/distinfo Thu May 21 11:39:10 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.30 2020/03/30 12:42:22 ryoon Exp $
+$NetBSD: distinfo,v 1.31 2020/05/21 11:39:10 ryoon Exp $
 
-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 (knot-2.9.4.tar.xz) = 087a2c9c81066e738d73bcbe729a2d5c3451c986
+RMD160 (knot-2.9.4.tar.xz) = 5db78cc84c89977cd7d5fc0b1f2e70baa837ecae
+SHA512 (knot-2.9.4.tar.xz) = 05a2c492fe2efa541773d5ca01ed261447efa35842a56dc9fc1c82b70b8bec4b329461dc8a077d8b294247fff14cf9ab9aaac77160ccf9a5eb561c2c22f0399a
+Size (knot-2.9.4.tar.xz) = 1187472 bytes
 SHA1 (patch-samples_Makefile.in) = 499b8742dbd948e489b01d512bc7a8d8e4fe2e7b



Home | Main Index | Thread Index | Old Index