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 Jan  6 12:18:48 UTC 2021

Modified Files:
        pkgsrc/net/knot: Makefile distinfo

Log Message:
knot: Update to 3.0.3

Changelog:
Version 3.0.3

Features:

      + Kjournalprint can display changesets starting from specific SOA serial

Improvements:

      + New configuration check on ambiguous 'storage' specification #706
      + New configuration check on problematic 'zonefile-load' with
        'journal-contents' combination
      + Server logs positive ACL check in debug severity level (Thanks to
        Andreas Schrägle)
      + More verbose logging of failed zone backup
      + Extended documentation for catalog zones

Bugfixes:

      + On-slave signing produces broken NSEC(3) chain if glue node becomes
        (un-)orphaned #705
      + Server responds CNAME query with NXDOMAIN for CNAME synthesized from
        DNAME
      + Kdig crashes if source address and dnstap logging are specified
        together #702
      + Knotc fails to display error returned from zone freeze or zone thaw
      + Dynamically reconfigured zone isn't loaded upon configuration commit
      + Keymgr is unable to import BIND-style private key if it contains empty
        lines
      + Zone backup fails to backup keys if any of them is public-only
      + Failed to build with XDP support on Debian testing

Version 3.0.2

Features:

      + kdig prints Extended DNS Error (Gift for Marek Vavruša)
      + kxdpgun allows source IP address/subnet specification

Improvements:

      + Server doesn't start if any of listen addresses fails to bind
      + knotc no longer stores empty and adjacent identical commands to
        interactive history
      + Depth of interactive history of knotc was increased to 1000 commands
      + keymgr prints error messages to stderr instead of stdout
      + keymgr checks for proper offline-ksk configuration before processing
        KSR or SKR
      + keymgr imports Revoked timer from BIND keys
      + Additional XDP support detection in server
      + Lots of spelling and grammar fixes in documentation (Thanks to Paul
        Dee)
      + Some documentation improvements

Bugfixes:

      + If more masters configured, zone retransfer triggers AXFR from all
        masters
      + Server can fail to bind address during restart due to missing
        SO_REUSEADDR
      + KSK imported from BIND doesn't roll over automatically
      + libdnssec respects local GnuTLS policy — affects DNSSEC operations and
        Knot Resolver
      + kdig can stuck in infinite loop when solving BADCOOKIE responses
      + Zone names received over control interface are not lower-cased
      + Zone attributes not secured with multi-threaded changes
      + kzonecheck ignores forced dnssec checks if zone not signed
      + kzonecheck fails on case-sensitivity of owner names in NSEC records #
        699
      + kdig fails to establish TLS connection #700
      + Server responds NOTIMPL to queries with QDCOUNT 0 and known OPCODE


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/knot/Makefile
cvs rdiff -u -r1.34 -r1.35 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.59 pkgsrc/net/knot/Makefile:1.60
--- pkgsrc/net/knot/Makefile:1.59       Fri Dec  4 20:45:34 2020
+++ pkgsrc/net/knot/Makefile    Wed Jan  6 12:18:48 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2020/12/04 20:45:34 nia Exp $
+# $NetBSD: Makefile,v 1.60 2021/01/06 12:18:48 ryoon Exp $
 
-DISTNAME=      knot-3.0.1
-PKGREVISION=   1
+DISTNAME=      knot-3.0.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.34 pkgsrc/net/knot/distinfo:1.35
--- pkgsrc/net/knot/distinfo:1.34       Sun Oct 25 11:13:43 2020
+++ pkgsrc/net/knot/distinfo    Wed Jan  6 12:18:48 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.34 2020/10/25 11:13:43 ryoon Exp $
+$NetBSD: distinfo,v 1.35 2021/01/06 12:18:48 ryoon Exp $
 
-SHA1 (knot-3.0.1.tar.xz) = 70da59fee8c8ca0eded2ac6d93421b8f93b2a1cc
-RMD160 (knot-3.0.1.tar.xz) = 05b31c096aac340c79de28af6706150a17037710
-SHA512 (knot-3.0.1.tar.xz) = e220d1db7d01c4899d687b0c1eaf792a48ef3a2d356265fd89addfc89c23f41462967fc974b96d22714e0c812c70f83f919bc2b91803776025e0b907e0cd914d
-Size (knot-3.0.1.tar.xz) = 1332112 bytes
+SHA1 (knot-3.0.3.tar.xz) = b176c28105eb914efb7802284a23deafae30e899
+RMD160 (knot-3.0.3.tar.xz) = bf3c33baf30efb5037c3d458697321de1540b7ec
+SHA512 (knot-3.0.3.tar.xz) = 4a4de22f8324d8459a7012faa49fb1503ad3b2f23af434a82381a73bf3f43a66f096bba7b0dfc8a61f416d9e02ce97c449ed1590a8a899279ac793798423c339
+Size (knot-3.0.3.tar.xz) = 1322748 bytes
 SHA1 (patch-configure) = c8d556d66c37093031ecabfe889e3fd6a80bc772
 SHA1 (patch-samples_Makefile.in) = 499b8742dbd948e489b01d512bc7a8d8e4fe2e7b



Home | Main Index | Thread Index | Old Index