From 993f58d32eede8a1783ab0270b2cccf3db218d95 Mon Sep 17 00:00:00 2001 From: Jaap Akkerhuis Date: Wed, 8 Jun 2022 18:31:52 +0800 Subject: 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 --- dns/unbound/Makefile | 5 ++--- dns/unbound/distinfo | 6 +++--- dns/unbound/pkg-plist | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) (limited to 'dns/unbound') 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 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 -- cgit v1.2.3