From owner-svn-ports-head@freebsd.org Mon Aug 17 19:31:02 2015 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 5F26A9BC470; Mon, 17 Aug 2015 19:31:02 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 2EBC9160E; Mon, 17 Aug 2015 19:31:02 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7HJV20d097580; Mon, 17 Aug 2015 19:31:02 GMT (envelope-from sem@FreeBSD.org) Received: (from sem@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7HJV1uj097577; Mon, 17 Aug 2015 19:31:01 GMT (envelope-from sem@FreeBSD.org) Message-Id: <201508171931.t7HJV1uj097577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sem set sender to sem@FreeBSD.org using -f From: Sergey Matveychuk Date: Mon, 17 Aug 2015 19:31:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394528 - 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.20 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: Mon, 17 Aug 2015 19:31:02 -0000 Author: sem Date: Mon Aug 17 19:31:00 2015 New Revision: 394528 URL: https://svnweb.freebsd.org/changeset/ports/394528 Log: - Update to 1.5.4 - Disable FILTER_AAAA option. The patch is obsolated. PR: 202385 Submitted by: edwin Modified: head/dns/unbound/Makefile head/dns/unbound/distinfo head/dns/unbound/pkg-plist Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Mon Aug 17 19:10:23 2015 (r394527) +++ head/dns/unbound/Makefile Mon Aug 17 19:31:00 2015 (r394528) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.5.3 -PORTREVISION= 2 +PORTVERSION= 1.5.4 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -30,14 +29,14 @@ PORTDOCS= CREDITS Changelog FEATURES LIC ietf67-design-02.pdf requirements.txt PLIST_SUB+= PYTHON=${PYTHON} MUNIN=${MUNIN} -OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN DOCS LIBEVENT FILTER_AAAA +OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN DOCS LIBEVENT OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT_DESC= Build against libevent GOST_DESC= Enable GOST support (requires OpenSSL >= 1.0) ECDSA_DESC= Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0) MUNIN_DESC= Install Munin plugin -FILTER_AAAA_DESC= Build with AAAA filter functionality (contrib) +#FILTER_AAAA_DESC= Build with AAAA filter functionality (contrib) .include Modified: head/dns/unbound/distinfo ============================================================================== --- head/dns/unbound/distinfo Mon Aug 17 19:10:23 2015 (r394527) +++ head/dns/unbound/distinfo Mon Aug 17 19:31:00 2015 (r394528) @@ -1,2 +1,2 @@ -SHA256 (unbound-1.5.3.tar.gz) = 76bdc875ed4d1d3f8e4cfe960e6df78ee5c6c7c18abac11331cf93a7ae129eca -SIZE (unbound-1.5.3.tar.gz) = 4821300 +SHA256 (unbound-1.5.4.tar.gz) = a1e1c1a578cf8447cb51f6033714035736a0f04444854a983123c094cc6fb137 +SIZE (unbound-1.5.4.tar.gz) = 4844273 Modified: head/dns/unbound/pkg-plist ============================================================================== --- head/dns/unbound/pkg-plist Mon Aug 17 19:10:23 2015 (r394527) +++ head/dns/unbound/pkg-plist Mon Aug 17 19:31:00 2015 (r394528) @@ -1,6 +1,6 @@ etc/unbound/unbound.conf.sample include/unbound.h -lib/libunbound.so.2.3.6 +lib/libunbound.so.2.3.7 lib/libunbound.so.2 lib/libunbound.so lib/libunbound.a