From owner-svn-ports-all@FreeBSD.ORG Fri Dec 14 13:56:17 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3853A918; Fri, 14 Dec 2012 13:56:17 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 04BCA8FC16; Fri, 14 Dec 2012 13:56:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBEDuGM3072464; Fri, 14 Dec 2012 13:56:16 GMT (envelope-from sem@svn.freebsd.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBEDuGCN072462; Fri, 14 Dec 2012 13:56:16 GMT (envelope-from sem@svn.freebsd.org) Message-Id: <201212141356.qBEDuGCN072462@svn.freebsd.org> From: Sergey Matveychuk Date: Fri, 14 Dec 2012 13:56:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308903 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 14 Dec 2012 13:56:17 -0000 Author: sem Date: Fri Dec 14 13:56:16 2012 New Revision: 308903 URL: http://svnweb.freebsd.org/changeset/ports/308903 Log: - Update to 1.1.19 Modified: head/dns/unbound/Makefile head/dns/unbound/distinfo Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Fri Dec 14 13:51:27 2012 (r308902) +++ head/dns/unbound/Makefile Fri Dec 14 13:56:16 2012 (r308903) @@ -6,8 +6,8 @@ # PORTNAME= unbound -PORTVERSION= 1.4.18 -PORTREVISION= 3 +PORTVERSION= 1.4.19 +PORTREVISION= 0 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -28,7 +28,15 @@ USERS= ${PORTNAME} USE_RC_SUBR= unbound MAN1= unbound-host.1 -MAN3= libunbound.3 +MAN3= libunbound.3 ub_cancel.3 ub_ctx.3 ub_ctx_add_ta.3 \ + ub_ctx_add_ta_file.3 ub_ctx_async.3 ub_ctx_config.3 \ + ub_ctx_create.3 ub_ctx_data_add.3 ub_ctx_data_remove.3 \ + ub_ctx_debuglevel.3 ub_ctx_debugout.3 ub_ctx_delete.3 \ + ub_ctx_get_option.3 ub_ctx_hosts.3 ub_ctx_print_local_zones.3 \ + ub_ctx_resolvconf.3 ub_ctx_set_fwd.3 ub_ctx_set_option.3 \ + ub_ctx_trustedkeys.3 ub_ctx_zone_add.3 ub_ctx_zone_remove.3 \ + ub_fd.3 ub_poll.3 ub_process.3 ub_resolve.3 ub_resolve_async.3 \ + ub_resolve_free.3 ub_result.3 ub_strerror.3 ub_wait.3 MAN5= unbound.conf.5 MAN8= unbound.8 unbound-anchor.8 unbound-control.8 unbound-checkconf.8 @@ -42,7 +50,7 @@ OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT_DESC= Enable whenever using many (10000) outgoing ports GOST_DESC= Enable GOST support (requires OpenSSL from ports) -ECDSA_DESC= Enable ECDSA support (requires OpenSSL from ports) +ECDSA_DESC= Enable ECDSA (elliptic curve) support MUNIN_DESC= Install Munin plugin .include Modified: head/dns/unbound/distinfo ============================================================================== --- head/dns/unbound/distinfo Fri Dec 14 13:51:27 2012 (r308902) +++ head/dns/unbound/distinfo Fri Dec 14 13:56:16 2012 (r308903) @@ -1,2 +1,2 @@ -SHA256 (unbound-1.4.18.tar.gz) = b20f45ff90b944f306fc1875084af8ecba68ca0db16895148288d43cec225b8d -SIZE (unbound-1.4.18.tar.gz) = 3592485 +SHA256 (unbound-1.4.19.tar.gz) = 47e681cf2489cdbad9c9687d579e9b052dceada8f9a720ba447689246aaeeadd +SIZE (unbound-1.4.19.tar.gz) = 3601992