mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
- Upgrade to 2.0.12.
- Turn on Camellia option (rfc5581 published). PR: ports/135668 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
This commit is contained in:
parent
bd61dc2f3e
commit
4dc50ded23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236131
2 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gnupg
|
PORTNAME= gnupg
|
||||||
PORTVERSION= 2.0.11
|
PORTVERSION= 2.0.12
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||||
MASTER_SITE_SUBDIR= gnupg
|
MASTER_SITE_SUBDIR= gnupg
|
||||||
|
@ -45,7 +45,7 @@ OPTIONS= LDAP "LDAP keyserver interface" off \
|
||||||
SCDAEMON "Enable Smartcard daemon (with libusb)" off \
|
SCDAEMON "Enable Smartcard daemon (with libusb)" off \
|
||||||
CURL "Use the real curl library (worked around if no)" on \
|
CURL "Use the real curl library (worked around if no)" on \
|
||||||
GPGSM "Enable GPGSM (require LDAP)" off \
|
GPGSM "Enable GPGSM (require LDAP)" off \
|
||||||
CAMELLIA "Enable Camellia algorithm (for testing only)" off \
|
CAMELLIA "Enable Camellia algorithm" on \
|
||||||
KDNS "Use DNS CERT helper" off \
|
KDNS "Use DNS CERT helper" off \
|
||||||
NLS "National Language Support" off
|
NLS "National Language Support" off
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
MD5 (gnupg-2.0.11.tar.bz2) = a3014f3b3c919662278060f9a4818b89
|
MD5 (gnupg-2.0.12.tar.bz2) = 4718d8a8cd3eac100951d8b162cf537b
|
||||||
SHA256 (gnupg-2.0.11.tar.bz2) = 8c40148ad471f4a7e583bc5f84ebf652c395b303deaf2583b11e51f43fa8b47c
|
SHA256 (gnupg-2.0.12.tar.bz2) = 9633e104c519fade1c9fce5843d1f70439b156bcc446aa270ea8192d461d9cce
|
||||||
SIZE (gnupg-2.0.11.tar.bz2) = 3852869
|
SIZE (gnupg-2.0.12.tar.bz2) = 3924196
|
||||||
MD5 (gnupg-2.0.11.tar.bz2.sig) = 39e69b28bc64d284fc5a43ccdf479930
|
MD5 (gnupg-2.0.12.tar.bz2.sig) = 88e8d5d64cff885d0e6a29ffb71d1537
|
||||||
SHA256 (gnupg-2.0.11.tar.bz2.sig) = b2d7c75fce7c11653e3c2299734ddfdd56986fea6dcac0aad88d8b14077786cb
|
SHA256 (gnupg-2.0.12.tar.bz2.sig) = 546a5ee3390003c109e511fa0ea5925bdc73c817cd05bc05580fc36aa55af94e
|
||||||
SIZE (gnupg-2.0.11.tar.bz2.sig) = 158
|
SIZE (gnupg-2.0.12.tar.bz2.sig) = 158
|
||||||
|
|
Loading…
Add table
Reference in a new issue