Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2012 23:49:11 +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: r307548 - head/dns/unbound
Message-ID:  <201211182349.qAINnBTX037731@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sem
Date: Sun Nov 18 23:49:11 2012
New Revision: 307548
URL: http://svnweb.freebsd.org/changeset/ports/307548

Log:
  - Mention in options that ECDSA requires OpenSSL from ports
  
  PR:		ports/173709
  Submitted by:	Ilya Bakulin <webmaster at kibab.com>
  Feature safe:	yes

Modified:
  head/dns/unbound/Makefile

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Sun Nov 18 22:00:07 2012	(r307547)
+++ head/dns/unbound/Makefile	Sun Nov 18 23:49:11 2012	(r307548)
@@ -42,7 +42,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 (elliptic curve) support
+ECDSA_DESC=	Enable ECDSA support (requires OpenSSL from ports)
 MUNIN_DESC=	Install Munin plugin
 
 .include <bsd.port.options.mk>



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