aboutsummaryrefslogtreecommitdiffstats
path: root/security/opencdk
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2005-01-11 22:53:12 +0800
committerarved <arved@FreeBSD.org>2005-01-11 22:53:12 +0800
commitfddf4979e38919c7b1988ac9b6c437f9f8f361bf (patch)
tree03123ebf7f984e9f115f3d3c10c84d009ead8ea3 /security/opencdk
parent5e3de3a1b633b45b14ebed48071b0859c2360ac8 (diff)
downloadfreebsd-ports-gnome-fddf4979e38919c7b1988ac9b6c437f9f8f361bf.tar.gz
freebsd-ports-gnome-fddf4979e38919c7b1988ac9b6c437f9f8f361bf.tar.zst
freebsd-ports-gnome-fddf4979e38919c7b1988ac9b6c437f9f8f361bf.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.
Diffstat (limited to 'security/opencdk')
-rw-r--r--security/opencdk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile
index 95d4038e1be5..29cdd675826f 100644
--- a/security/opencdk/Makefile
+++ b/security/opencdk/Makefile
@@ -7,6 +7,7 @@
PORTNAME= opencdk
PORTVERSION= 0.5.5
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG} \
@@ -18,7 +19,7 @@ MASTER_SITE_SUBDIR= alpha/gnutls/opencdk
MAINTAINER= sergei@FreeBSD.org
COMMENT= Open Crypto Development Kit
-LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt
USE_BZIP2= yes
USE_LIBTOOL_VER=15