mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
dns/knot3: Update to 3.2.8
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)
This commit is contained in:
parent
75b71a6231
commit
cdde04dfa0
2 changed files with 4 additions and 4 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue