diff options
author | adam <adam> | 2008-10-14 11:33:13 +0000 |
---|---|---|
committer | adam <adam> | 2008-10-14 11:33:13 +0000 |
commit | da1a13464ce29584a5fdba963d311905f883b4c1 (patch) | |
tree | 82f0c61928cfae1db6bdef3155d0f7a345059625 /security/libgcrypt/Makefile | |
parent | 1c278873270aabca3a7341726dc87679493d91ec (diff) | |
download | pkgsrc-da1a13464ce29584a5fdba963d311905f883b4c1.tar.gz |
Changes 1.4.3:
* Try to auto-initialize Libgcrypt to minimize the effect of
applications not doing that correctly. This is not a perfect
solution but given that many applicationion would totally fail
without such a hack, we try to help at least with the most common
cases. Folks, please read the manual to learn how to properly
initialize Libgcrypt!
* Auto-initialize the secure memory to 32k instead of aborting the
process.
* Log fatal errors via syslog.
* Changed the name and the semantics of the fips mode config file.
* Add convenience macro gcry_fips_mode_active.
* More self-tests.
* Documentation cleanups.
Diffstat (limited to 'security/libgcrypt/Makefile')
-rw-r--r-- | security/libgcrypt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 7c55b69f6ed..db28c0a82da 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.41 2008/04/29 11:03:50 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2008/10/14 11:33:13 adam Exp $ -DISTNAME= libgcrypt-1.4.1 +DISTNAME= libgcrypt-1.4.3 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \ http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://directory.fsf.org/security/libgcrypt.html |