From owner-svn-ports-head@freebsd.org Sat Apr 29 20:59:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04AA8D568A6; Sat, 29 Apr 2017 20:59:36 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB2A6D95; Sat, 29 Apr 2017 20:59:35 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3TKxYQs050314; Sat, 29 Apr 2017 20:59:34 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3TKxYZk050311; Sat, 29 Apr 2017 20:59:34 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201704292059.v3TKxYZk050311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 29 Apr 2017 20:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439775 - head/dns/unbound X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2017 20:59:36 -0000 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