diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2018-05-10 14:50:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2018-05-10 14:50:19 +0000 |
commit | c79bac1a544eb538a8d14657d02a26b683714e03 (patch) | |
tree | 78b6c8116860d9b08e7f0104cebbe91e79fca43d /dns/unbound | |
parent | c3d70989610902cec98a41e3249109e80ce891e8 (diff) |
- Update to 2.5.9
- Update WWW
PR: 227949
Submitted by: maintainer
Sponsored by: iXsystems Inc.
Notes
Notes:
svn path=/head/; revision=469556
Diffstat (limited to 'dns/unbound')
-rw-r--r-- | dns/unbound/Makefile | 10 | ||||
-rw-r--r-- | dns/unbound/distinfo | 6 | ||||
-rw-r--r-- | dns/unbound/pkg-descr | 2 | ||||
-rw-r--r-- | dns/unbound/pkg-plist | 2 |
4 files changed, 12 insertions, 8 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index ff99707ffa08..c3b9da50f738 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= dns MASTER_SITES= https://unbound.net/downloads/ \ https://distfiles.crux.guru/ @@ -34,7 +34,8 @@ PORTDOCS= CREDITS Changelog FEATURES LICENSE README README.svn \ OPTIONS_SUB= yes OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN_PLUGIN DOCS LIBEVENT \ - FILTER_AAAA DNSTAP DNSCRYPT SUBNET EVAPI TFOCL TFOSE + FILTER_AAAA DNSTAP DNSCRYPT SUBNET EVAPI TFOCL TFOSE \ + HIREDIS OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT LIBEVENT_DESC= Build against libevent @@ -48,6 +49,7 @@ SUBNET_DESC= Enable client subnet support EVAPI_DESC= (Experimental) pluggable event based libunbound API support TFOCL_DESC= Enable TCP Fast Open for client mode TFOSE_DESC= Enable TCP Fast Open for server mode +HIREDIS_DESC= Enable hiredis support for the cachedb module STRIP_FILES= .libs/libunbound.so unbound-checkconf unbound \ unbound-control .libs/unbound-host .libs/unbound-anchor @@ -75,9 +77,11 @@ PYTHON_BUILD_DEPENDS= swig3.0:devel/swig30 PYTHON_CONFIGURE_ON= --with-pyunbound=yes --with-pythonmodule=yes \ LDFLAGS="-L${LOCALBASE}/lib" \ ac_cv_path_SWIG=${LOCALBASE}/bin/swig3.0 -PYTHON_USES= python:2.7 +PYTHON_USES= python PYTHON_VARS= STRIP_FILES+=.libs/_unbound.so THREADS_CONFIGURE_WITH= pthreads +HIREDIS_CONFIGURE_ON= --enable-cachedb --with-libhiredis +HIREDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis post-patch: @${RM} ${WRKSRC}/util/configlexer.c diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo index a1ba0664bc30..0b3c7d9618c7 100644 --- a/dns/unbound/distinfo +++ b/dns/unbound/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1521117536 -SHA256 (unbound-1.7.0.tar.gz) = 94dd9071fb13d8ccd122a3ac67c4524a3324d0e771fc7a8a7c49af8abfb926a2 -SIZE (unbound-1.7.0.tar.gz) = 5538228 +TIMESTAMP = 1525339862 +SHA256 (unbound-1.7.1.tar.gz) = 56e085ef582c5372a20207de179d0edb4e541e59f87be7d4ee1d00d12008628d +SIZE (unbound-1.7.1.tar.gz) = 5565938 diff --git a/dns/unbound/pkg-descr b/dns/unbound/pkg-descr index e1da25e95558..51000028a854 100644 --- a/dns/unbound/pkg-descr +++ b/dns/unbound/pkg-descr @@ -21,4 +21,4 @@ Non-goals: * An authoritative name server. * Too many Features. -WWW: http://unbound.net/ +WWW: https://www.nlnetlabs.nl/projects/unbound diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index 93923eb7e668..806bfa670b9d 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.2 -lib/libunbound.so.2.5.8 +lib/libunbound.so.2.5.9 %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py |