diff options
author | arved <arved@FreeBSD.org> | 2005-01-11 22:53:12 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-01-11 22:53:12 +0800 |
commit | fddf4979e38919c7b1988ac9b6c437f9f8f361bf (patch) | |
tree | 03123ebf7f984e9f115f3d3c10c84d009ead8ea3 /security/dirmngr | |
parent | 5e3de3a1b633b45b14ebed48071b0859c2360ac8 (diff) | |
download | freebsd-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/dirmngr')
-rw-r--r-- | security/dirmngr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 3cc55b4b828a..64aafe33b3ca 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -7,6 +7,7 @@ PORTNAME= dirmngr PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/dirmngr @@ -15,7 +16,7 @@ MAINTAINER= lofi@freebsd.org COMMENT= A client for managing and downloading certificate revocation lists BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan -LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ gpg-error:${PORTSDIR}/security/libgpg-error \ ksba.13:${PORTSDIR}/security/libksba \ pth:${PORTSDIR}/devel/pth |