From 6da45137790c67e4714089aed552a032e43e55c7 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 15 Dec 2009 10:40:11 +0000 Subject: Update to 1.4.5: Noteworthy changes in version 1.4.5 (2009-12-11) ------------------------------------------------ * Fixed minor memory leak in DSA key generation. * No more switching to FIPS mode if /proc/version is not readable. * Fixed a sigill during Padlock detection on old CPUs. * Fixed a hang on some W2000 machines. * Boosted SHA-512 performance by 30% on ia32 boxes and gcc 4.3; SHA-256 went up by 25%. --- security/libgcrypt/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'security/libgcrypt/Makefile') diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 62102c3752a..9107d2eb84a 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2009/05/19 08:59:31 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2009/12/15 10:40:11 wiz Exp $ -DISTNAME= libgcrypt-1.4.4 +DISTNAME= libgcrypt-1.4.5 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \ http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/ @@ -9,8 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://directory.fsf.org/security/libgcrypt.html COMMENT= GNU cryptographic library -#LICENSE= gnu-gpl-v2 gnu-lgpl-v21 - +LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -- cgit v1.2.3