Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2012 23:47:22 +0100 (CET)
From:      Ilya Bakulin <webmaster@kibab.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/173709: [PATCH] dns/unbound: Correct option description
Message-ID:  <20121118224722.9F6073F44C@olymp.kibab.com>
Resent-Message-ID: <201211182300.qAIN002o062479@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173709
>Category:       ports
>Synopsis:       [PATCH] dns/unbound: Correct option description
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 18 23:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Ilya Bakulin
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
Deglitch Networks
>Environment:
System: FreeBSD olymp.kibab.com 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012
>Description:
The description of "ECDSA" option doesn't mention that this option requires OpenSSL from ports.
This option is enabled by default, which means that OpenSSL from ports will be installed,
that's my it makes sense to mention OpenSSL dependency in description.
At the same time, "(elliptic curve)" sentence may be dropped, because people who need this option
(off by default) will probably know what ECDSA is :-).
Just as suggestion: if we require OpenSSL from ports by default, maybe it makes sense to
set ECDSA option to "Enabled by default" as well.

Port maintainer (sem@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
Try to compile dns/unbound with default options. It will require OpenSSL from ports.
>Fix:

--- unbound-1.4.18_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/dns/unbound/Makefile ./Makefile
--- /usr/ports/dns/unbound/Makefile	2012-11-17 06:57:11.000000000 +0100
+++ ./Makefile	2012-11-18 23:41:18.000000000 +0100
@@ -42,7 +42,7 @@
 
 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>
--- unbound-1.4.18_3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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