diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2012-12-14 13:56:16 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2012-12-14 13:56:16 +0000 |
commit | e7357dedfaf3e3deb4d74a1116fdf721ee66351c (patch) | |
tree | 3dface62c097dc19db2a831acdda3e0fb1c97f41 /dns/unbound | |
parent | 61b39479d0785a2a70f869ab60f3035ccdd19867 (diff) | |
download | ports-e7357dedfaf3e3deb4d74a1116fdf721ee66351c.tar.gz ports-e7357dedfaf3e3deb4d74a1116fdf721ee66351c.zip |
Notes
Diffstat (limited to 'dns/unbound')
-rw-r--r-- | dns/unbound/Makefile | 16 | ||||
-rw-r--r-- | dns/unbound/distinfo | 4 |
2 files changed, 14 insertions, 6 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index cabd2e6244f9..86e59c6e0241 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -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> diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo index 7c1b4f303703..57ec5fceefd1 100644 --- a/dns/unbound/distinfo +++ b/dns/unbound/distinfo @@ -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 |