aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg-devel
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-01-11 14:53:12 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-01-11 14:53:12 +0000
commit8310ee07c93f36a92b6a679651f69c0347bd3307 (patch)
tree6459177c5fb9b38161ddf8310662af3ab3756ec8 /security/gnupg-devel
parentb1ebc3ea7b7d4128cd33e9c0e61c888115b6964c (diff)
downloadports-8310ee07c93f36a92b6a679651f69c0347bd3307.tar.gz
ports-8310ee07c93f36a92b6a679651f69c0347bd3307.zip
Update libgcrypt to 1.2.1. Changes:
* made the code try to lock secure memory pool not only when running as root, * fixed type usage in Serpent, * made the code mix the PID into the entropy pool for better protection after a fork, * fixed memory leak in RSA. * fixed alignment problems in Rijndael, * fixed memory leak in gcry_pk_sign(), * fixed broken pointer access in gcry_ac_open(), * updated the documentation, * fixed several other bugs. Chase Shared library version and bump PORTREVISION of affected ports.
Notes
Notes: svn path=/head/; revision=126139
Diffstat (limited to 'security/gnupg-devel')
-rw-r--r--security/gnupg-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile
index 1e40d1da1944..aa882ce3310d 100644
--- a/security/gnupg-devel/Makefile
+++ b/security/gnupg-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnupg
PORTVERSION= 1.9.14
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/gnupg
@@ -16,7 +17,7 @@ MAINTAINER= lofi@freebsd.org
COMMENT= Prerelease package of GnuPG extensions for GnuPG 2.0
BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan
-LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \
+LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
ksba.13:${PORTSDIR}/security/libksba \
pth.20:${PORTSDIR}/devel/pth
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \