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:           Fri Mar  3 15:32:41 UTC 2023

Modified Files:
        pkgsrc/net/knot: Makefile distinfo

Log Message:
knot: Update to 3.2.5

Changelog:
Version 3.2.5

Thursday, February 2, 2023

Features:

      + knotd: new configuration option for enforcing IXFR fallback (see
        'zone.provide-ixfr')

Improvements:

      + knotd: changed UNIX socket file mode to 0222 for answering and 0220 for
        control
      + mod-probe: new support for communication over a UNIX socket
      + kdig: new support for communication over a UNIX socket
      + libs: upgraded embedded libngtcp2 to 0.13.0
      + doc: various improvements

Bugfixes:

      + knotd: failed to get catalog member configuration if catalog template
        is in a template
      + knotd: failed to respond over a UNIX socket with EDNS
      + knotd: unexpected zone update upon restart or zone reload if ZONEMD
        generation is enabled
      + knotd: redundant zone flush of unchanged zone if zone file load is
        'difference-no-serial'
      + knotd/kxdpgun: failed to receive messages over XDP with drivers tap or
        ena
      + knotc: zone check doesn't report missing zone file #829
      + kxdpgun: program crashes when remote closes QUIC connection instead of
        resumption
      + mod-geoip: configuration check leaks memory in the geodb mode
      + utils: unwanted color reset sequences in non-color output


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/net/knot/Makefile
cvs rdiff -u -r1.42 -r1.43 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.71 pkgsrc/net/knot/Makefile:1.72
--- pkgsrc/net/knot/Makefile:1.71       Sun Jan  8 20:40:20 2023
+++ pkgsrc/net/knot/Makefile    Fri Mar  3 15:32:41 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2023/01/08 20:40:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.72 2023/03/03 15:32:41 ryoon Exp $
 
-DISTNAME=      knot-3.2.4
+DISTNAME=      knot-3.2.5
 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.42 pkgsrc/net/knot/distinfo:1.43
--- pkgsrc/net/knot/distinfo:1.42       Sun Jan  8 20:40:20 2023
+++ pkgsrc/net/knot/distinfo    Fri Mar  3 15:32:41 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.42 2023/01/08 20:40:20 ryoon Exp $
+$NetBSD: distinfo,v 1.43 2023/03/03 15:32:41 ryoon Exp $
 
-BLAKE2s (knot-3.2.4.tar.xz) = 65acecae40099c8a9fef98eb9b0a4b969686dc0966535d777064d8fff14d9bec
-SHA512 (knot-3.2.4.tar.xz) = 5a32ef5bd837324d99fdef4d3b378ed1b1df61ee9bad95ba51edce6f2da3c1c8c2b0b31b578e4cb7f9079a9b4db1363a8d984f29beb29fed4e91315ef9e0b77b
-Size (knot-3.2.4.tar.xz) = 1674532 bytes
+BLAKE2s (knot-3.2.5.tar.xz) = 8a074deb5ad15c219c7c06563c4b8f8337473871843e87d374f4df3d399fe87e
+SHA512 (knot-3.2.5.tar.xz) = c73874b60970b4b1d14f141fa40d47d6620e475b1fb3a5f803956e3b6d8b670d7250b049b26679e1488bfba5bfcfa65ef75c68a494c94f36b60d697fa95048f7
+Size (knot-3.2.5.tar.xz) = 1676804 bytes
 SHA1 (patch-configure) = cf0e2a973380dc7123835e249eea7d3bac46c7e9
 SHA1 (patch-samples_Makefile.in) = 499b8742dbd948e489b01d512bc7a8d8e4fe2e7b



Home | Main Index | Thread Index | Old Index