Date: Thu, 10 May 2018 14:50:19 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469556 - head/dns/unbound Message-ID: <201805101450.w4AEoJUp031915@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Thu May 10 14:50:19 2018 New Revision: 469556 URL: https://svnweb.freebsd.org/changeset/ports/469556 Log: - Update to 2.5.9 - Update WWW PR: 227949 Submitted by: maintainer Sponsored by: iXsystems Inc. Modified: head/dns/unbound/Makefile head/dns/unbound/distinfo head/dns/unbound/pkg-descr head/dns/unbound/pkg-plist Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Thu May 10 14:49:36 2018 (r469555) +++ head/dns/unbound/Makefile Thu May 10 14:50:19 2018 (r469556) @@ -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 RE 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 Modified: head/dns/unbound/distinfo ============================================================================== --- head/dns/unbound/distinfo Thu May 10 14:49:36 2018 (r469555) +++ head/dns/unbound/distinfo Thu May 10 14:50:19 2018 (r469556) @@ -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 Modified: head/dns/unbound/pkg-descr ============================================================================== --- head/dns/unbound/pkg-descr Thu May 10 14:49:36 2018 (r469555) +++ head/dns/unbound/pkg-descr Thu May 10 14:50:19 2018 (r469556) @@ -21,4 +21,4 @@ Non-goals: * An authoritative name server. * Too many Features. -WWW: http://unbound.net/ +WWW: https://www.nlnetlabs.nl/projects/unbound Modified: head/dns/unbound/pkg-plist ============================================================================== --- head/dns/unbound/pkg-plist Thu May 10 14:49:36 2018 (r469555) +++ head/dns/unbound/pkg-plist Thu May 10 14:50:19 2018 (r469556) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805101450.w4AEoJUp031915>