diff options
author | Leo Vandewoestijne <freebsd@dns.company> | 2023-08-30 10:54:24 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-08-31 11:38:20 +0200 |
commit | 3015e94fb9f0f0d286b5b003510da868d5eae4a0 (patch) | |
tree | 117906ca46f456418e185a0a4ea28fd04dc7ef06 /dns | |
parent | 4ca7bda2f85d1a8b0688a0305c20c91a32a7ddca (diff) | |
download | freebsd-ports-3015e94fb9f0f0d286b5b003510da868d5eae4a0.zip |
dns/knot-resolver: upgrade to 5.7.0
ChangeLog: https://www.knot-resolver.cz/2023-08-22-knot-resolver-5.7.0.html
Security
* avoid excessive TCP reconnections in a few more cases Like before, the remote
server had to behave nonsensically in order to inflict this upon itself, but
it might be abusable for DoS.
Improvements
* forwarding mode: tweak dealing with failures from forwarders, in particular
prefer sending CD=0 upstream
Bugfixes
* fix unusual timestamp format in debug dumps of records
* adjust linker options; it should help less common platforms
* hints module: fix names inside home.arpa.
* EDNS padding (RFC 8467) compatibility with knot-dns 3.3 libs
PR: 273308
Reported by: freebsd@dns.company (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/knot-resolver/Makefile | 2 | ||||
-rw-r--r-- | dns/knot-resolver/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/knot-resolver/Makefile b/dns/knot-resolver/Makefile index a88226c3fdfd..85351e2e4bdb 100644 --- a/dns/knot-resolver/Makefile +++ b/dns/knot-resolver/Makefile @@ -1,5 +1,5 @@ PORTNAME= knot-resolver -DISTVERSION= 5.6.0 +DISTVERSION= 5.7.0 CATEGORIES= dns MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \ https://dns.company/downloads/knot-resolver/ diff --git a/dns/knot-resolver/distinfo b/dns/knot-resolver/distinfo index d737c3cbb747..b73820de71af 100644 --- a/dns/knot-resolver/distinfo +++ b/dns/knot-resolver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675677139 -SHA256 (knot-resolver-5.6.0.tar.xz) = 0c82ae937b685dc477fb3176098e3dc106c898b7cd83553e5bc54dccb83c80d7 -SIZE (knot-resolver-5.6.0.tar.xz) = 1923196 +TIMESTAMP = 1692801721 +SHA256 (knot-resolver-5.7.0.tar.xz) = 383ef6db1cccabd2dd788ea9385f05e98a2bafdfeb7f0eda57ff9d572f4fad71 +SIZE (knot-resolver-5.7.0.tar.xz) = 1926196 |