diff options
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 10 | ||||
-rw-r--r-- | security/gnupg/distinfo | 10 | ||||
-rw-r--r-- | security/gnupg/files/patch-keybox-blob.c | 10 | ||||
-rw-r--r-- | security/gnupg/pkg-plist | 1 |
4 files changed, 6 insertions, 25 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 1db0d886b32e..186ca1822e86 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnupg -PORTVERSION= 2.0.16 -PORTREVISION= 6 +PORTVERSION= 2.0.17 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg @@ -47,8 +46,7 @@ INFO= gnupg 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 \ + GPGSM "Enable GPGSM (requires LDAP)" off \ KDNS "Use DNS CERT helper" off \ STD_SOCKET "Use standard socket for agent" off \ NLS "National Language Support" off @@ -74,10 +72,6 @@ CONFIGURE_ARGS+=--disable-ldap PLIST_SUB+= LDAP="@comment " .endif -.if defined(WITH_CAMELLIA) && !defined(WITHOUT_CAMELLIA) -CONFIGURE_ARGS+=--enable-camellia -.endif - .if defined(WITH_KDNS) && !defined(WITHOUT_KDNS) LIB_DEPENDS+= adns:${PORTSDIR}/dns/adns PLIST_SUB+= ADNS="" diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index b316739cc2d7..52577e46648f 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,6 +1,4 @@ -MD5 (gnupg-2.0.16.tar.bz2) = 88a4d46deca63d2eca29b2b611304afb -SHA256 (gnupg-2.0.16.tar.bz2) = 0d5abb977c02ebb0f6ce25a5ba71c8df90835aa666a85acd73a9b7f9df35a80b -SIZE (gnupg-2.0.16.tar.bz2) = 4004033 -MD5 (gnupg-2.0.16.tar.bz2.sig) = 1c6b0b9b04c06deb5ec4bd8c959e25b0 -SHA256 (gnupg-2.0.16.tar.bz2.sig) = a72156a1a231e4380225aa4c81f515ce66b787a19996f7f7d84315631be8df43 -SIZE (gnupg-2.0.16.tar.bz2.sig) = 158 +SHA256 (gnupg-2.0.17.tar.bz2) = ea649d5ecb2f97cc8d81c5796c6ad8d7d8581f9554241c39d2b11ab12139eea6 +SIZE (gnupg-2.0.17.tar.bz2) = 3997356 +SHA256 (gnupg-2.0.17.tar.bz2.sig) = 27918acebd48f93e3042c3b6f6396182bee2c9a5f0448d2063ce73986bb748ff +SIZE (gnupg-2.0.17.tar.bz2.sig) = 287 diff --git a/security/gnupg/files/patch-keybox-blob.c b/security/gnupg/files/patch-keybox-blob.c deleted file mode 100644 index 538114db83e8..000000000000 --- a/security/gnupg/files/patch-keybox-blob.c +++ /dev/null @@ -1,10 +0,0 @@ ---- kbx/keybox-blob.c.orig 2010-07-23 22:18:31.450982300 +0900 -+++ kbx/keybox-blob.c 2010-07-23 22:18:53.264465242 +0900 -@@ -898,6 +898,7 @@ - rc = gpg_error_from_syserror (); - goto leave; - } -+ names = tmp; - } - names[blob->nuids++] = p; - if (!i && (p=x509_email_kludge (p))) diff --git a/security/gnupg/pkg-plist b/security/gnupg/pkg-plist index f10db805eb39..5873af249afb 100644 --- a/security/gnupg/pkg-plist +++ b/security/gnupg/pkg-plist @@ -34,7 +34,6 @@ sbin/applygnupgdefaults %%PORTDOCS%%%%DOCSDIR%%/examples/pwpattern.list %%PORTDOCS%%%%DOCSDIR%%/examples/scd-event %%PORTDOCS%%%%DOCSDIR%%/examples/trustlist.txt -%%PORTDOCS%%%%DOCSDIR%%/faq.html %%PORTDOCS%%%%DATADIR%%/com-certs.pem %%DATADIR%%/gpg-conf.skel %%PORTDOCS%%%%DATADIR%%/help.be.txt |