Subject: CVS commit: pkgsrc/security/libgcrypt
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 01/14/2005 11:26:34
Module Name: pkgsrc
Committed By: adam
Date: Fri Jan 14 11:26:34 UTC 2005
Modified Files:
pkgsrc/security/libgcrypt: Makefile distinfo
Removed Files:
pkgsrc/security/libgcrypt/patches: patch-ac
Log Message:
Changes 1.2.1:
* Portability fixes, memory allocation fixes and other minor things.
* Support to build as a W32 static library.
* Changed the way the RNG gets initialized. This allows to keep it
uninitialized as long as no random numbers are used. To override
this, the new macro gcry_fast_random_poll may be used. It is in
general a good idea to spread this macro into the application code
to make sure that these polls happen often enough.
To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/security/libgcrypt/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/security/libgcrypt/distinfo
cvs rdiff -r1.2 -r0 pkgsrc/security/libgcrypt/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.