diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-01-21 07:49:58 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-01-21 07:49:58 +0800 |
commit | b48af0497a8ae950201068856273d9b5ea5f455b (patch) | |
tree | 8a7853e5a339a1f5d6c98a73166b8da2becae81b /security | |
parent | 2deca9a30d79d62a4fe21b2fc6116c8ea2144d10 (diff) | |
download | freebsd-ports-gnome-b48af0497a8ae950201068856273d9b5ea5f455b.tar.gz freebsd-ports-gnome-b48af0497a8ae950201068856273d9b5ea5f455b.tar.zst freebsd-ports-gnome-b48af0497a8ae950201068856273d9b5ea5f455b.zip |
- Add notice about CAMELLIA option (for testing only) [1].
- Turn CAMELLIA off by default for above reason.
Suggested by: dougb [1]
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 761e404abb61..59d129559ffb 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnupg PORTVERSION= 2.0.10 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg @@ -45,7 +46,7 @@ OPTIONS= LDAP "LDAP keyserver interface" off \ SCDAEMON "Enable Smartcard daemon (with libusb)" off \ CURL "Use the real curl library (worked around if no)" on \ GPGSM "Enable GPGSM (require LDAP)" off \ - CAMELLIA "Enable Camellia algorithm" on \ + CAMELLIA "Enable Camellia algorithm (for testing only)" off \ KDNS "Use DNS CERT helper" off \ NLS "National Language Support" off |