diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-01-20 23:49:58 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-01-20 23:49:58 +0000 |
commit | efe5fa61bc0ce105438f62be362341407d99d9b9 (patch) | |
tree | f41e00dbdbffd8eae574871972e4c63dbbe6d594 | |
parent | - Update to 1.0.1 (diff) |
- Add notice about CAMELLIA option (for testing only) [1].
- Turn CAMELLIA off by default for above reason.
Suggested by: dougb [1]
Notes
Notes:
svn path=/head/; revision=226576
-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 |