- Upgrade to 2.0.24 (security).
- Explicitly depends on libgpg-error>=1.11 [1] - Turn on PINENTRY option by default [2] (I don't like this, but by popular demand for years...) Submitted by: dereckson@gmail.com [1], sbruno [2] PR: ports/138424 [1], ports/189394 [2]
This commit is contained in:
parent
41990741de
commit
084e677708
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359088
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gnupg
|
||||
PORTVERSION= 2.0.23
|
||||
PORTVERSION= 2.0.24
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||
MASTER_SITE_SUBDIR= gnupg
|
||||
|
@ -18,9 +18,9 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LIB
|
|||
|
||||
LIB_DEPENDS= libassuan.so:${PORTSDIR}/security/libassuan \
|
||||
libgcrypt.so:${PORTSDIR}/security/libgcrypt \
|
||||
libgpg-error.so:${PORTSDIR}/security/libgpg-error \
|
||||
libksba.so:${PORTSDIR}/security/libksba \
|
||||
libpth.so:${PORTSDIR}/devel/pth
|
||||
BUILD_DEPENDS= libgpg-error>=1.11:${PORTSDIR}/security/libgpg-error
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USES= gmake iconv tar:bzip2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SHA256 (gnupg-2.0.23.tar.bz2) = cf196b8056eafb4236f000a3e12543e0022a1fec4d6edff1b91b48936c109841
|
||||
SIZE (gnupg-2.0.23.tar.bz2) = 4297195
|
||||
SHA256 (gnupg-2.0.23.tar.bz2.sig) = da91290e64527f42699fc81e64fc498601c07bb717dd27dc616c12609628485d
|
||||
SIZE (gnupg-2.0.23.tar.bz2.sig) = 287
|
||||
SHA256 (gnupg-2.0.24.tar.bz2) = d974a1d86c9470571411346368416d96200ef9510028763c1303cd66e3820232
|
||||
SIZE (gnupg-2.0.24.tar.bz2) = 4301922
|
||||
SHA256 (gnupg-2.0.24.tar.bz2.sig) = eabbf6aee23bab83ce2d6559c43572b66806acd0fd408e97167c190052915aa5
|
||||
SIZE (gnupg-2.0.24.tar.bz2.sig) = 287
|
||||
|
|
Loading…
Reference in a new issue