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:           Mon Jul 29 20:38:15 UTC 2024

Modified Files:
        pkgsrc/net/knot: Makefile distinfo

Log Message:
net/knot: Update to 3.3.8

Version 3.3.8

Monday, July 22, 2024

Features:

      + libzscanner,libknot: added support for 'dohpath' and 'ohttp' SVCB
        parameters
      + libzscanner,libknot: added support for WALLET rrtype
      + keymgr: new commands for keystore testing (see 'keystore-test' and
        'keystore-bench')
      + knotd: new configuration option for setting default TTL (see
        'zone.default-ttl')

Improvements:

      + libknot: added error codes to better describe some failures

Bugfixes:

      + knotd: DNSSEC signing doesn't remove NSEC records for non-authoritative
        nodes
      + knotd: DNSSEC signing not scheduled on secondary if nothing to be
        reloaded
      + libknot: TCP over XDP doesn't ignore SYN+ACK packets on the server side

Version 3.3.7

Tuesday, June 25, 2024

Improvements:

      + libs: upgraded embedded libngtcp2 to 1.6.0

Bugfixes:

      + knotd: insufficient metadata check can cause journal corruption
      + knotd: missing zone timers initialization upon purge
      + knotd: missing RCU lock in zone flush and refresh
      + knotd: defective assert in zone refresh

Version 3.3.6

Wednesday, June 12, 2024

Features:

      + knotd: configurable control socket backlog size (see 'control.backlog')
      + knotd: optional configuration of congruency of generated keytags (see
        'policy.keytag-modulo')
      + knotc: support for exporting configuration schema in JSON (see
        'conf-export') #912
      + mod-dnstap: configuration of sink allows TCP address specification

Improvements:

      + knotd: last-signed serial is stored to KASP even if not a secondary
        zone
      + knotd: allowed catalog role member in a catalog template configuration
      + knotd: some references in a zone configuration can be set empty to
        override a template
      + knotd: allowed zone backup during a zone transaction
      + knotd: add remote TSIG key name to outgoing event logs
      + knotc: zone backup with '+keysonly' silently uses all defaults as 'off'
      + kxdpgun: host name can be used for target specification
      + libs: upgraded embedded libngtcp2 to 1.5.0
      + doc: various fixes and updates

Bugfixes:

      + knotd: reset TCP connection not removed from a connection pool
      + knotd: server wrongly tries to remove removed ZONEMD
      + knotd: failed to parse empty list from a textual configuration
      + knotd: blocking zone signing in combination with an open transaction
        causes a deadlock
      + knotd: missing RCU lock when sending NOTIFY
      + kdig: QNAME letter case isn't preserved if IDN is enabled
      + kdig: failed to parse empty QNAME (do not fill question section)
      + kxdpgun: floating point exception on SIGUSR1 #927
      + libknot: incorrect handling of regular QUIC tokens in incoming initials
      + python: failed to set an empty configuration value


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/net/knot/Makefile
cvs rdiff -u -r1.47 -r1.48 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.84 pkgsrc/net/knot/Makefile:1.85
--- pkgsrc/net/knot/Makefile:1.84       Wed May 29 16:33:56 2024
+++ pkgsrc/net/knot/Makefile    Mon Jul 29 20:38:15 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2024/05/29 16:33:56 adam Exp $
+# $NetBSD: Makefile,v 1.85 2024/07/29 20:38:15 ryoon Exp $
 
-DISTNAME=      knot-3.3.5
-PKGREVISION=   2
+DISTNAME=      knot-3.3.8
 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.47 pkgsrc/net/knot/distinfo:1.48
--- pkgsrc/net/knot/distinfo:1.47       Sun Mar 24 15:07:31 2024
+++ pkgsrc/net/knot/distinfo    Mon Jul 29 20:38:15 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.47 2024/03/24 15:07:31 ryoon Exp $
+$NetBSD: distinfo,v 1.48 2024/07/29 20:38:15 ryoon Exp $
 
-BLAKE2s (knot-3.3.5.tar.xz) = 178c26fe32279ea5251407df3ba0ec44d92a6a05d529a82cfffb880613958662
-SHA512 (knot-3.3.5.tar.xz) = f0e22514aba4bdf01d3e21f1e8a61852a0cabcd12bfa0d955c36bb127bb57448f38f8bdb45fe40fdd0d15abe8a707288c1dbbe96ef14d8918c4ddc5f3edf97ea
-Size (knot-3.3.5.tar.xz) = 1558484 bytes
+BLAKE2s (knot-3.3.8.tar.xz) = a55c5f74f2a5dff3d652d4b4b837757e68fd935c9cac84e94e39fc4cf0d4981c
+SHA512 (knot-3.3.8.tar.xz) = 4cb7ae728e722902a6808e48747621eceb0a92a7a0afc1a12ecfecca5b1ece5e4a367a98fa6ec68b008697002b881effd314bb4333f225d50f3891d8184f5630
+Size (knot-3.3.8.tar.xz) = 1608360 bytes
 SHA1 (patch-samples_Makefile.in) = 499b8742dbd948e489b01d512bc7a8d8e4fe2e7b



Home | Main Index | Thread Index | Old Index