Index: Makefile =================================================================== --- Makefile (revision 468332) +++ Makefile (working copy) @@ -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 @@ 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 @@ 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_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 Index: distinfo =================================================================== --- distinfo (revision 468332) +++ distinfo (working copy) @@ -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 Index: pkg-descr =================================================================== --- pkg-descr (revision 468332) +++ pkg-descr (working copy) @@ -21,4 +21,4 @@ * An authoritative name server. * Too many Features. -WWW: http://unbound.net/ +WWW: https://www.nlnetlabs.nl/projects/unbound Index: pkg-plist =================================================================== --- pkg-plist (revision 468332) +++ pkg-plist (working copy) @@ -5,7 +5,7 @@ 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