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:   drixter
Date:           Wed Jul 22 15:06:55 UTC 2026

Modified Files:
        pkgsrc/net/knot: Makefile distinfo

Log Message:
knot: Update to 3.5.6

Release notes
Knot DNS 3.5.6 (2026-07-20)

Improvements:
knotd: new log message when accepting a control client fails
knotd: new log message when UDP or TCP worker initialization fails
knotd: improved log message when loading an expired zone
knotd: more verbose log messages for DDNS forwarding
knotd: disabled 0-RTT when forwarding DDNS updates over QUIC
utils: configuration detection considers an empty database directory as unused
libknot: added support for EDE code 33 (Negative Trust Anchor) (Thanks to Babak Farrokhi)
libs: upgraded embedded libngtcp2 to 1.24.0
doc: various improvements

Bugfixes:
knotd: server crashes when evaluating an ACL rule with 'cert-hostname' set
knotd: failed to start with 'listen-tls' and 'tcp-reuseport' enabled
knotd: missing proper mutex (de)initialization for controlling access to some zone properties
knotd: server crashes when it fails to load a QUIC/TLS key
knotd: zone control unset does not respect the TTL value of the removed record
knotd: incomplete configuration check for conflicting ACL settings
libknot: XDP frame limit does not correctly consider the MTU limit
libknot: QUIC connection not closed on handshake failure (Thanks to Vendemiat) !1886 (closed)
knot-exporter: uncaught exception when connecting to knotd that is not running #974 (closed)


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/net/knot/Makefile
cvs rdiff -u -r1.53 -r1.54 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.99 pkgsrc/net/knot/Makefile:1.100
--- pkgsrc/net/knot/Makefile:1.99       Sun Jun 14 09:02:01 2026
+++ pkgsrc/net/knot/Makefile    Wed Jul 22 15:06:55 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2026/06/14 09:02:01 drixter Exp $
+# $NetBSD: Makefile,v 1.100 2026/07/22 15:06:55 drixter Exp $
 
-DISTNAME=      knot-3.5.5
+DISTNAME=      knot-3.5.6
 CATEGORIES=    net
 MASTER_SITES=  https://knot-dns.nic.cz/release/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/net/knot/distinfo
diff -u pkgsrc/net/knot/distinfo:1.53 pkgsrc/net/knot/distinfo:1.54
--- pkgsrc/net/knot/distinfo:1.53       Sun Jun 14 09:02:01 2026
+++ pkgsrc/net/knot/distinfo    Wed Jul 22 15:06:55 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.53 2026/06/14 09:02:01 drixter Exp $
+$NetBSD: distinfo,v 1.54 2026/07/22 15:06:55 drixter Exp $
 
-BLAKE2s (knot-3.5.5.tar.xz) = 5d0ca7a4f3414c95a99adce6a9bb47ec785ded8287a889cfaca3bba7cc71864b
-SHA512 (knot-3.5.5.tar.xz) = 983789c7fbbb191d4bd8e9f13050a5d5310a8bc69184b6d3440711fff88fa631ca6703b0800dd5581bd84850b4253dddfb36c2bdd46f6f158333b5ad934fdfdc
-Size (knot-3.5.5.tar.xz) = 1734192 bytes
+BLAKE2s (knot-3.5.6.tar.xz) = 8641abe576b08a182dfb059c98156626b0c231e58605441138ee4f6072cb8a08
+SHA512 (knot-3.5.6.tar.xz) = bd1818552ab076a007aae2d14fdae053e7ffabb37bcfd6cd4485b866fe2d80675f3a4367a87afe4c4a32ea529a503f2b6857632eb74f7cac0598f15b093d286b
+Size (knot-3.5.6.tar.xz) = 1734776 bytes
 SHA1 (patch-samples_Makefile.in) = 499b8742dbd948e489b01d512bc7a8d8e4fe2e7b



Home | Main Index | Thread Index | Old Index