aboutsummaryrefslogtreecommitdiff
path: root/dns/unbound
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2017-04-29 20:59:34 +0000
committerKurt Jaeger <pi@FreeBSD.org>2017-04-29 20:59:34 +0000
commit04078721f069ea41562b442b707b952d35307a2d (patch)
treeede920440b52be68422d52da269037cb0be85522 /dns/unbound
parent4206804e2c2bfbc7b56b28db3273a87a45e8b858 (diff)
downloadports-04078721f069ea41562b442b707b952d35307a2d.tar.gz
ports-04078721f069ea41562b442b707b952d35307a2d.zip
dns/unbound: update 1.6.1 -> 1.6.2
PR: 218872 Changes: http://www.unbound.net/pipermail/unbound-users/2017-April/004762.html Submitted by: jaap@NLnetLabs.nl (maintainer)
Notes
Notes: svn path=/head/; revision=439775
Diffstat (limited to 'dns/unbound')
-rw-r--r--dns/unbound/Makefile22
-rw-r--r--dns/unbound/distinfo6
-rw-r--r--dns/unbound/pkg-plist3
3 files changed, 23 insertions, 8 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index 9dadd17b0221..cfe04c0f2bd0 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= unbound
-PORTVERSION= 1.6.1
+PORTVERSION= 1.6.2
CATEGORIES= dns
MASTER_SITES= http://unbound.net/downloads/
@@ -32,7 +32,8 @@ PORTDOCS= CREDITS Changelog FEATURES LICENSE README README.svn \
ietf67-design-02.pdf requirements.txt
OPTIONS_SUB= yes
-OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN_PLUGIN DOCS LIBEVENT FILTER_AAAA DNSTAP
+OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN_PLUGIN DOCS LIBEVENT \
+ FILTER_AAAA DNSTAP DNSCRYPT SUBNET EVAPI TFOCL TFOSE
OPTIONS_DEFAULT=THREADS ECDSA
LIBEVENT_DESC= Build against libevent
@@ -41,6 +42,11 @@ ECDSA_DESC= Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0)
MUNIN_PLUGIN_DESC= Install Munin plugin
FILTER_AAAA_DESC= Build with AAAA filter functionality (contrib)
DNSTAP_DESC= Enable dnstap logging support
+DNSCRYPT_DESC= Enable dnscryot support
+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
STRIP_FILES= .libs/libunbound.so unbound-checkconf unbound \
unbound-control .libs/unbound-host .libs/unbound-anchor
@@ -48,6 +54,12 @@ STRIP_FILES= .libs/libunbound.so unbound-checkconf unbound \
DNSTAP_CONFIGURE_ENABLE=dnstap
DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \
libprotobuf-c.so:devel/protobuf-c
+DNSCRYPT_CONFIGURE_ENABLE= dnscrypt
+DNSCRYPT_LIB_DEPENDS= libsodium.so:security/libsodium
+SUBNET_CONFIGURE_ENABLE= subnet
+EVAPI_CONFIGURE_ENABLE= event-api
+TFOCL_CONFIGURE_ENABLE= tfo-client
+TFOSE_CONFIGURE_ENABLE= tfo-server
ECDSA_CONFIGURE_ENABLE= ecdsa
ECDSA_VARS= DEPENDS_ARGS+=WITH_ECDSA=yes
GOST_CONFIGURE_ENABLE= gost
@@ -58,8 +70,10 @@ LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent
LIBEVENT_LDFLAGS+= $$(pkg-config libevent --libs-only-L)
LIBEVENT_USES= pkgconfig
MUNIN_PLUGIN_SUB_FILES= pkg-message
-PYTHON_BUILD_DEPENDS= swig:devel/swig30
-PYTHON_CONFIGURE_ON= --with-pyunbound=yes --with-pythonmodule=yes LDFLAGS="-L${LOCALBASE}/lib"
+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
PYTHON_VARS= STRIP_FILES+=.libs/_unbound.so
THREADS_CONFIGURE_WITH= pthreads
diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo
index b3342a022980..25ecf431c14a 100644
--- a/dns/unbound/distinfo
+++ b/dns/unbound/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487712193
-SHA256 (unbound-1.6.1.tar.gz) = 42df63f743c0fe8424aeafcf003ad4b880b46c14149d696057313f5c1ef51400
-SIZE (unbound-1.6.1.tar.gz) = 5074713
+TIMESTAMP = 1493038416
+SHA256 (unbound-1.6.2.tar.gz) = 1a323d72c32180b7141c9e6ebf199fc68a0208dfebad4640cd2c4c27235e3b9c
+SIZE (unbound-1.6.2.tar.gz) = 5378826
diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist
index 1ca9b6288ca9..8d2eb21cee90 100644
--- a/dns/unbound/pkg-plist
+++ b/dns/unbound/pkg-plist
@@ -1,9 +1,10 @@
@sample %%ETCDIR%%/unbound.conf.sample
include/unbound.h
+%%EVAPI%%include/unbound-event.h
lib/libunbound.a
lib/libunbound.so
lib/libunbound.so.2
-lib/libunbound.so.2.4.4
+lib/libunbound.so.2.5.1
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py