Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2012 13:56:16 +0000 (UTC)
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308903 - head/dns/unbound
Message-ID:  <201212141356.qBEDuGCN072462@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212141356.qBEDuGCN072462>