diff options
author | Leo Vandewoestijne <freebsd@dns.company> | 2023-06-23 08:57:40 +0200 |
---|---|---|
committer | Fernando Apesteguía <fernape@FreeBSD.org> | 2023-06-24 18:50:03 +0200 |
commit | d9bc749d8fc54d27b40086dfe9320388ca97f682 (patch) | |
tree | d03be39121ca78f4e01ccbb24aab2967e07ba323 /dns | |
parent | df27ab158ed353b24883c43dc0ef2037e0041a6c (diff) | |
download | freebsd-ports-d9bc749d8fc54d27b40086dfe9320388ca97f682.zip |
dns/knot3: upgrade to 3.2.7
ChangeLog: https://www.knot-dns.cz/2023-06-06-version-327.html
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
* 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
* knotd: failed to process zero-length messages over QUIC
* libs: compilation with embedded ngtcp2 fails if there is another ngtcp2 in
the path
PR: 272088
Reported by: freebsd@dns.company (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/knot3/Makefile | 2 | ||||
-rw-r--r-- | dns/knot3/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/knot3/Makefile b/dns/knot3/Makefile index dd6e8ce7b9c4..378acdae92c7 100644 --- a/dns/knot3/Makefile +++ b/dns/knot3/Makefile @@ -1,5 +1,5 @@ PORTNAME= knot -DISTVERSION= 3.2.6 +DISTVERSION= 3.2.7 CATEGORIES= dns MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ https://dns.company/downloads/knot-dns/ diff --git a/dns/knot3/distinfo b/dns/knot3/distinfo index ff695e4622d7..c629c0d8b961 100644 --- a/dns/knot3/distinfo +++ b/dns/knot3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680602039 -SHA256 (knot-3.2.6.tar.xz) = ac124fb17dbc4ac5310a30a396245a6ba304b3c89abed0f8a47d727462c8da4d -SIZE (knot-3.2.6.tar.xz) = 1639600 +TIMESTAMP = 1687249092 +SHA256 (knot-3.2.7.tar.xz) = d3b7872ac8aa80f7f54ddb1bb3b1e2f90ec55f7270a2c4a9338eab42b7d2767b +SIZE (knot-3.2.7.tar.xz) = 1681416 |