Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2017 17:03:00 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r441011 - branches/2017Q2/dns/unbound
Message-ID:  <201705161703.v4GH30Ii027344@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Tue May 16 17:03:00 2017
New Revision: 441011
URL: https://svnweb.freebsd.org/changeset/ports/441011

Log:
  MFH: r439775 r440077
  
  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)
  
  Correct typo in DNSCRYPT option description
  
  PR:	219052
  Submitted by: greenreaper@hotmail.com
  Reportee by:
  Approved by:	adamw (mentor, implicit)
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2017Q2/dns/unbound/Makefile
  branches/2017Q2/dns/unbound/distinfo
  branches/2017Q2/dns/unbound/pkg-plist
Directory Properties:
  branches/2017Q2/   (props changed)

Modified: branches/2017Q2/dns/unbound/Makefile
==============================================================================
--- branches/2017Q2/dns/unbound/Makefile	Tue May 16 16:58:01 2017	(r441010)
+++ branches/2017Q2/dns/unbound/Makefile	Tue May 16 17:03:00 2017	(r441011)
@@ -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 dnscrypt 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: branches/2017Q2/dns/unbound/distinfo
==============================================================================
--- branches/2017Q2/dns/unbound/distinfo	Tue May 16 16:58:01 2017	(r441010)
+++ branches/2017Q2/dns/unbound/distinfo	Tue May 16 17:03:00 2017	(r441011)
@@ -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: branches/2017Q2/dns/unbound/pkg-plist
==============================================================================
--- branches/2017Q2/dns/unbound/pkg-plist	Tue May 16 16:58:01 2017	(r441010)
+++ branches/2017Q2/dns/unbound/pkg-plist	Tue May 16 17:03:00 2017	(r441011)
@@ -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?201705161703.v4GH30Ii027344>