diff options
author | sem <sem@FreeBSD.org> | 2015-08-18 03:31:00 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2015-08-18 03:31:00 +0800 |
commit | d58450d6a6074c22beec43e21d288bf5e056deea (patch) | |
tree | 1dfacf30e152a8f0ac9cfc8c9bbd79a85a3c6b35 | |
parent | a9914e5923cc567ead5be3f0be7878bb06599016 (diff) | |
download | freebsd-ports-gnome-d58450d6a6074c22beec43e21d288bf5e056deea.tar.gz freebsd-ports-gnome-d58450d6a6074c22beec43e21d288bf5e056deea.tar.zst freebsd-ports-gnome-d58450d6a6074c22beec43e21d288bf5e056deea.zip |
- Update to 1.5.4
- Disable FILTER_AAAA option. The patch is obsolated.
PR: 202385
Submitted by: edwin
-rw-r--r-- | dns/unbound/Makefile | 7 | ||||
-rw-r--r-- | dns/unbound/distinfo | 4 | ||||
-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 14064d2f344a..48f29e02cc20 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.5.3 -PORTREVISION= 2 +PORTVERSION= 1.5.4 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -30,14 +29,14 @@ PORTDOCS= CREDITS Changelog FEATURES LICENSE README README.svn \ ietf67-design-02.pdf requirements.txt PLIST_SUB+= PYTHON=${PYTHON} MUNIN=${MUNIN} -OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN DOCS LIBEVENT FILTER_AAAA +OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN DOCS LIBEVENT OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT_DESC= Build against libevent GOST_DESC= Enable GOST support (requires OpenSSL >= 1.0) ECDSA_DESC= Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0) MUNIN_DESC= Install Munin plugin -FILTER_AAAA_DESC= Build with AAAA filter functionality (contrib) +#FILTER_AAAA_DESC= Build with AAAA filter functionality (contrib) .include <bsd.port.options.mk> diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo index c8c47dfe809f..970f9b2a4299 100644 --- a/dns/unbound/distinfo +++ b/dns/unbound/distinfo @@ -1,2 +1,2 @@ -SHA256 (unbound-1.5.3.tar.gz) = 76bdc875ed4d1d3f8e4cfe960e6df78ee5c6c7c18abac11331cf93a7ae129eca -SIZE (unbound-1.5.3.tar.gz) = 4821300 +SHA256 (unbound-1.5.4.tar.gz) = a1e1c1a578cf8447cb51f6033714035736a0f04444854a983123c094cc6fb137 +SIZE (unbound-1.5.4.tar.gz) = 4844273 diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index a208f9824863..83c9222cc325 100644 --- a/dns/unbound/pkg-plist +++ b/dns/unbound/pkg-plist @@ -1,6 +1,6 @@ etc/unbound/unbound.conf.sample include/unbound.h -lib/libunbound.so.2.3.6 +lib/libunbound.so.2.3.7 lib/libunbound.so.2 lib/libunbound.so lib/libunbound.a |