diff options
author | arved <arved@FreeBSD.org> | 2005-10-18 17:32:59 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-10-18 17:32:59 +0000 |
commit | fadf23070ece0b39c276b82ce30990f5c76a2ad5 (patch) | |
tree | 51049e102a3763b258cf1b7fe293f4109949100c /security | |
parent | cfc153d2c8e7e139ed57d1b0e0f3b85cb1273c06 (diff) | |
download | FreeBSD-ports-fadf23070ece0b39c276b82ce30990f5c76a2ad5.zip FreeBSD-ports-fadf23070ece0b39c276b82ce30990f5c76a2ad5.tar.gz |
Update to 1.2.2
Noteworthy changes are:
* Made the RNG immune against fork without exec.
* Minor changes to some function declarations. Buffer arguments are
now typed as void pointer. This should not affect any compilation.
* A bug in the definition of gcry_cipher_register has been fixed.
Diffstat (limited to 'security')
-rw-r--r-- | security/libgcrypt/Makefile | 3 | ||||
-rw-r--r-- | security/libgcrypt/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index ebe85eb..0d90c8c 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= libgcrypt -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= libgcrypt diff --git a/security/libgcrypt/distinfo b/security/libgcrypt/distinfo index 9af3f59..094c89e 100644 --- a/security/libgcrypt/distinfo +++ b/security/libgcrypt/distinfo @@ -1,2 +1,2 @@ -MD5 (libgcrypt-1.2.1.tar.gz) = 215b242586cbe85716a9198b28209f8c -SIZE (libgcrypt-1.2.1.tar.gz) = 960872 +MD5 (libgcrypt-1.2.2.tar.gz) = 1a4f886e4c1eb9b6908d39831c6f75b3 +SIZE (libgcrypt-1.2.2.tar.gz) = 959875 |