diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-01-11 14:53:12 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-01-11 14:53:12 +0000 |
commit | 8310ee07c93f36a92b6a679651f69c0347bd3307 (patch) | |
tree | 6459177c5fb9b38161ddf8310662af3ab3756ec8 /security/libgcrypt/pkg-plist | |
parent | Fix build on 4.X. (diff) |
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/libgcrypt/pkg-plist')
-rw-r--r-- | security/libgcrypt/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libgcrypt/pkg-plist b/security/libgcrypt/pkg-plist index 7c86318fd7c8..30e3d9e99c01 100644 --- a/security/libgcrypt/pkg-plist +++ b/security/libgcrypt/pkg-plist @@ -3,5 +3,5 @@ include/gcrypt.h include/gcrypt-module.h lib/libgcrypt.a lib/libgcrypt.so -lib/libgcrypt.so.12 +lib/libgcrypt.so.13 share/aclocal/libgcrypt.m4 |