Skip to content

Commit

Permalink
dns/knot3: Update to 3.2.8
Browse files Browse the repository at this point in the history
ChangeLog: https://gitlab.nic.cz/knot/knot-dns/raw/v3.2.8/NEWS

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

PR:		272222
Reported by:	clukas@firc.de
Approved by:	freebsd@dns.company (maintainer)
  • Loading branch information
Christoph Lukas authored and Fernando Apesteguía committed Jul 5, 2023
1 parent 75b71a6 commit cdde04d
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
@@ -1,5 +1,5 @@
PORTNAME= knot
DISTVERSION= 3.2.7
DISTVERSION= 3.2.8
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
@@ -1,3 +1,3 @@
TIMESTAMP = 1687249092
SHA256 (knot-3.2.7.tar.xz) = d3b7872ac8aa80f7f54ddb1bb3b1e2f90ec55f7270a2c4a9338eab42b7d2767b
SIZE (knot-3.2.7.tar.xz) = 1681416
TIMESTAMP = 1687779236
SHA256 (knot-3.2.8.tar.xz) = ef419a428f327def77780bc90eda763b51e6121fe548543da84b9eb96a261a6e
SIZE (knot-3.2.8.tar.xz) = 1681556

0 comments on commit cdde04d

Please sign in to comment.