Skip to content

Commit

Permalink
dns/knot3: upgrade to 3.2.7
Browse files Browse the repository at this point in the history
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:	[email protected] (maintainer)
  • Loading branch information
Leo Vandewoestijne authored and fernape committed Jun 24, 2023
1 parent df27ab1 commit d9bc749
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dns/knot3/Makefile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
6 changes: 3 additions & 3 deletions dns/knot3/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d9bc749

Please sign in to comment.