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 | |
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')
-rw-r--r-- | dns/unbound/Makefile | 5 | ||||
-rw-r--r-- | dns/unbound/distinfo | 6 | ||||
-rw-r--r-- | dns/unbound/pkg-plist | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 5d606d88e488..3daa762db3ca 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -1,8 +1,7 @@ # Created by: Sergey Matveychuk <sem@FreeBSD.org> PORTNAME= unbound -DISTVERSION= 1.15.0 -PORTREVISION= 1 +DISTVERSION= 1.16.0 CATEGORIES= dns MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ \ https://distfiles.crux.guru/ @@ -37,7 +36,7 @@ PORTDOCS= CNAME-basedRedirectionDesignNotes.pdf CREDITS Changelog \ OPTIONS_DEFINE= DEP-RSA1024 DNSCRYPT DNSTAP DOCS DOH ECDSA EVAPI \ FILTER_AAAA GOST HIREDIS LIBEVENT MUNIN_PLUGIN PYTHON \ SUBNET TFOCL TFOSE THREADS -OPTIONS_DEFAULT= DOH ECDSA GOST LIBEVENT THREADS +OPTIONS_DEFAULT= DOH DNSCRYPT ECDSA GOST LIBEVENT THREADS OPTIONS_SUB= yes DEP-RSA1024_DESC= Deprecate the use of RSA 1024 keys 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 diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index 51a13b64bc5f..5a3ed6ef4bca 100644 --- a/dns/unbound/pkg-plist +++ b/dns/unbound/pkg-plist @@ -5,7 +5,7 @@ libdata/pkgconfig/libunbound.pc lib/libunbound.a lib/libunbound.so lib/libunbound.so.8 -lib/libunbound.so.8.1.15 +lib/libunbound.so.8.1.16 %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py |