diff options
author | Jaap Akkerhuis <jaap@NLnetLabs.nl> | 2022-06-08 18:31:52 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2022-06-08 18:33:33 +0800 |
commit | 993f58d32eede8a1783ab0270b2cccf3db218d95 (patch) | |
tree | 6057ce9f4d3b20be4c42e647957a9461f1a870c1 /dns/unbound/distinfo | |
parent | da86df1c1d489e7ec985c3e6a2935d71fd92432b (diff) | |
download | freebsd-ports-993f58d32eede8a1783ab0270b2cccf3db218d95.zip |
dns/unbound: Update to 1.16.0
This release has EDE support, for extended EDNS error reporting,
it fixes unsupported ZONEMD algorithms to load, and has more bug fixes.
The EDE errors can be turned on by `ede: yes`, it is default disabled.
Validation errors and other errors are then reported. If you also want
stale answers for expired responses to have an error code, the option
`ede-serve-expired: yes` can be used.
On request, the port now also has dnscrypt support default enabled.
PR: 264538
Diffstat (limited to 'dns/unbound/distinfo')
-rw-r--r-- | dns/unbound/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo index 1d08d512c280..5f4a92c7a646 100644 --- a/dns/unbound/distinfo +++ b/dns/unbound/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1644483707 -SHA256 (unbound-1.15.0.tar.gz) = a480dc6c8937447b98d161fe911ffc76cfaffa2da18788781314e81339f1126f -SIZE (unbound-1.15.0.tar.gz) = 6163470 +TIMESTAMP = 1654173583 +SHA256 (unbound-1.16.0.tar.gz) = 6701534c938eb019626601191edc6d012fc534c09d2418d5b92827db0cbe48a5 +SIZE (unbound-1.16.0.tar.gz) = 6188349 |