From owner-svn-ports-all@freebsd.org Thu May 10 14:50:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E36B8FCC06F; Thu, 10 May 2018 14:50:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D99E684CB; Thu, 10 May 2018 14:50:20 +0000 (UTC) (envelope-from miwi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6F9EF21CE9; Thu, 10 May 2018 14:50:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4AEoKxT031919; Thu, 10 May 2018 14:50:20 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4AEoJUp031915; Thu, 10 May 2018 14:50:19 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201805101450.w4AEoJUp031915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 10 May 2018 14:50:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469556 - head/dns/unbound X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: head/dns/unbound X-SVN-Commit-Revision: 469556 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2018 14:50:21 -0000 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