Skip to content

Commit

Permalink
dns/knot3: Update to 3.2.3
Browse files Browse the repository at this point in the history
Improvements:

 * knotd: new per-zone DS push configuration option (see 'zone.ds-push')
 * libs: upgraded embedded libngtcp2 to 0.11.0

Bugfixes:

 * knsupdate: program crashes when sending an update
 * knotd: server drops more responses over UDP under higher load
 * knotd: missing EDNS padding in responses over QUIC
 * knotd: some memory issues when handling unusual QUIC traffic
 * kxdpgun: broken IPv4 source subnet processing
 * kdig: incorrect handling of unsent data over QUIC

PR:		267965
Reported by:	clukas@firc.de
Approved by:	freebsd@dns.company (maintainer)
  • Loading branch information
Christoph Lukas authored and Fernando Apesteguía committed Nov 28, 2022
1 parent cf58da0 commit f6cb7e8
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.2
DISTVERSION= 3.2.3
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 = 1667918567
SHA256 (knot-3.2.2.tar.xz) = cea9c1988cdce7752f88fbe37378f65e83c4e54048978b94fb21a9c92f88788f
SIZE (knot-3.2.2.tar.xz) = 1632748
TIMESTAMP = 1669307343
SHA256 (knot-3.2.3.tar.xz) = f736ef284358923e312f8e1e3c6ce7c97b20965b09eb65705e9f7e3d5e9a9d79
SIZE (knot-3.2.3.tar.xz) = 1673664

0 comments on commit f6cb7e8

Please sign in to comment.