From fddf4979e38919c7b1988ac9b6c437f9f8f361bf Mon Sep 17 00:00:00 2001 From: arved Date: Tue, 11 Jan 2005 14:53:12 +0000 Subject: 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. --- security/gnutls-devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/gnutls-devel') diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index fc47c8db4459..ab902bddca0b 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls PORTVERSION= 1.1.9 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/devel/ \ @@ -18,7 +19,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= sergei@FreeBSD.org COMMENT= GNU Transport Layer Security library (development version) -LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ gpg-error.1:${PORTSDIR}/security/libgpg-error \ tasn1.2:${PORTSDIR}/security/libtasn1 \ opencdk.8:${PORTSDIR}/security/opencdk -- cgit