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 Jul  7 10:53:14 UTC 2023

Modified Files:
        pkgsrc/net/knot: Makefile distinfo

Log Message:
knot: Update to 3.2.8

Changelog:
Version 3.2.8

Improvements:

        kdig: malformed messages are parsed and printed using a best-effort approach
        python: new dname from wire initialization

Bugfixes:

        knotd: missing outgoing NOTIFY upon refresh if one of more primaries is up-to-date
        knotd: journal loop detection can prevent zone from loading
        knotd: cryptic error message when journal is full #842
        knotd: failed to query catalog zone over UDP
        configure: libngtcp2 check wrongly requires version 0.13.0 instead of 0.13.1

Version 3.2.7

Features:

        knotd: new configuration option for preserving incoming IXFR changeset history (see 'zone.ixfr-by-one')

Improvements:

        knotd: journal ensures the stored changeset's SOA serials are strictly increasing
        knotd: more effective handling of zero KNOT_ZONE_LOAD_TIMEOUT_SEC environment value
        knotd, kdig: incoming transfer fails if a message has the TC bit set
        knotd, kjournalprint: store or print the timestamp of changeset creation
        kxdpgun: load only necessary number of queries (Thanks to Petr Špaček)
        kxdpgun: print ratio of sent vs. requested queries (Thanks to Petr Špaček)
        kxdpgun: print percentages as floats (Thanks to Petr Špaček)
        kjournalprint: ability to print a changeset loop
        kjournalprint: added changset serials information to '-z -d' output
        packaging: RHEL9 requires libxdp like fedora since RHEL 9.2 #844
        doc: various improvements

Bugfixes:

        knotd: journal loading can get stuck in a multi-changeset loop
        knotd: missing RCU lock when reading zone through the control interface
        knotd: server start D-Bus signaling doesn't work well if the zone file is missing, catalog zones are used, or in the async-start mode
        knotd: test suite fails on 32bit architectures on musl 1.2 and newer #843
        knotd: failed to process zero-length messages over QUIC
        libs: compilation with embedded ngtcp2 fails if there is another ngtcp2 in the path

Version 3.2.6

Improvements:

        libs: upgraded embedded libngtcp2 to 0.13.1
        libs: added support for building on Cygwin and MSYS (Thanks to Christopher Ng)
        mod-dnstap: improved precision of stored time values
        kdig: added option for EDNS EXPIRE (see '+expire') #836
        kdig: extended description of SOA timers in the multiline mode
        kdig: reduced latency of TLS communication
        libknot: added EDE codes 28 and 29
        doc: various improvements

Bugfixes:

        knotd: generated catalog zone not updated upon server reload #834
        knotd: failed to check shared module configuration
        knotd: missing RCU registration of the statistics thread (Thanks to Qin Longfei)
        knotd: server logs failed to send QUIC packets in the XDP mode
        libs: inconsistent transformation of IPv4-Compatible IPv6 Addresses
        utils: failed to load configuration if dnstap module is enabled #831
        libknot: missing include string.h


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/net/knot/Makefile
cvs rdiff -u -r1.43 -r1.44 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.73 pkgsrc/net/knot/Makefile:1.74
--- pkgsrc/net/knot/Makefile:1.73       Wed Apr 19 08:11:07 2023
+++ pkgsrc/net/knot/Makefile    Fri Jul  7 10:53:14 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2023/04/19 08:11:07 adam Exp $
+# $NetBSD: Makefile,v 1.74 2023/07/07 10:53:14 ryoon Exp $
 
-DISTNAME=      knot-3.2.5
-PKGREVISION=   1
+DISTNAME=      knot-3.2.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.43 pkgsrc/net/knot/distinfo:1.44
--- pkgsrc/net/knot/distinfo:1.43       Fri Mar  3 15:32:41 2023
+++ pkgsrc/net/knot/distinfo    Fri Jul  7 10:53:14 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.43 2023/03/03 15:32:41 ryoon Exp $
+$NetBSD: distinfo,v 1.44 2023/07/07 10:53:14 ryoon Exp $
 
-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
+BLAKE2s (knot-3.2.8.tar.xz) = c5bce715f611fe8495e7ba31fed27f2e152a10b16a4aa13a2c98732a912a6dae
+SHA512 (knot-3.2.8.tar.xz) = 792e7d062ef018530594abc26b90fcd023758cb88b77f971460ca73de36121d1faf84fe55d5f24e72cc07adcc48115c24b6c60817d90f5620cdca13f7782e67d
+Size (knot-3.2.8.tar.xz) = 1681556 bytes
 SHA1 (patch-configure) = cf0e2a973380dc7123835e249eea7d3bac46c7e9
 SHA1 (patch-samples_Makefile.in) = 499b8742dbd948e489b01d512bc7a8d8e4fe2e7b



Home | Main Index | Thread Index | Old Index