Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2017 20:59:34 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439775 - head/dns/unbound
Message-ID:  <201704292059.v3TKxYZk050311@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Apr 29 20:59:34 2017
New Revision: 439775
URL: https://svnweb.freebsd.org/changeset/ports/439775

Log:
  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)

Modified:
  head/dns/unbound/Makefile
  head/dns/unbound/distinfo
  head/dns/unbound/pkg-plist

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Sat Apr 29 20:39:23 2017	(r439774)
+++ head/dns/unbound/Makefile	Sat Apr 29 20:59:34 2017	(r439775)
@@ -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 LIC
 		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
 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
 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_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

Modified: head/dns/unbound/distinfo
==============================================================================
--- head/dns/unbound/distinfo	Sat Apr 29 20:39:23 2017	(r439774)
+++ head/dns/unbound/distinfo	Sat Apr 29 20:59:34 2017	(r439775)
@@ -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

Modified: head/dns/unbound/pkg-plist
==============================================================================
--- head/dns/unbound/pkg-plist	Sat Apr 29 20:39:23 2017	(r439774)
+++ head/dns/unbound/pkg-plist	Sat Apr 29 20:59:34 2017	(r439775)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704292059.v3TKxYZk050311>