head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.10 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.8 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.6 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.4 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.2 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.4.0.2 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.3.0.6 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.4 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.2 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.2.0.10 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.8 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.6 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.4 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.2 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.1.0.4 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.2 pkgsrc-2006Q3-base:1.1; locks; strict; comment @# @; 1.5 date 2009.01.31.08.53.14; author adam; state dead; branches; next 1.4; 1.4 date 2008.10.29.10.24.09; author shannonjr; state Exp; branches; next 1.3; 1.3 date 2008.04.29.11.03.50; author wiz; state dead; branches; next 1.2; 1.2 date 2007.02.03.00.08.51; author wiz; state Exp; branches; next 1.1; 1.1 date 2006.09.06.11.41.41; author markd; state Exp; branches; next ; desc @@ 1.5 log @Changes 1.4.4: * Publish GCRY_MODULE_ID_USER and GCRY_MODULE_ID_USER_LAST constants. This functionality has been in Libgcrypt since 1.3.0. * MD5 may now be used in non-enforced fips mode. * Fixed HMAC for SHA-384 and SHA-512 with keys longer than 64 bytes. * In fips mode, RSA keys are now generated using the X9.31 algorithm and DSA keys using the FIPS 186-2 algorithm. * The transient-key flag is now also supported for DSA key generation. DSA domain parameters may be given as well. @ text @$NetBSD: patch-ag,v 1.4 2008/10/29 10:24:09 shannonjr Exp $ --- random/random.c.orig 2008-09-16 12:35:22.000000000 -0600 +++ random/random.c @@@@ -319,5 +319,5 @@@@ void _gcry_random_deinit_external_test (void *context) { if (fips_mode ()) - return _gcry_rngfips_deinit_external_test (context); + _gcry_rngfips_deinit_external_test (context); } @ 1.4 log @"return _gcry_rngfips_deinit_external_test (context);" is incorrect because: 1) _gcry_rngfips_deinit_external_test() is void function 2) the calling function, random, is declared void The unpatched code will not compile with Sun compiler. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update to 1.4.1: Noteworthy changes in version 1.4.1 (2008-04-25) ------------------------------------------------ * Fixed a bug introduced by 1.3.1 which led to the comsumption of far too much entropy for the intial seeding. * Improved AES performance for CFB and CBC modes. * Removed build problems for the Padlock support. @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.2 2007/02/03 00:08:51 wiz Exp $ d3 9 a11 11 --- configure.orig 2007-02-01 18:41:37.000000000 +0000 +++ configure @@@@ -20971,7 +20971,7 @@@@ case "${target}" in # DYNLINK_MOD_CFLAGS="-shared -rdynamic $CFLAGS_PIC -Wl,-Bshareable -Wl,-x" ;; - *-solaris* | *-irix* | *-dec-osf* | *-netbsd* ) + *-solaris* | *-irix* | *-dec-osf* ) NAME_OF_DEV_RANDOM="/dev/random" NAME_OF_DEV_URANDOM="/dev/random" # DYNLINK_MOD_CFLAGS="-shared $CFLAGS_PIC" @ 1.2 log @Update to 1.2.4: Noteworthy changes in version 1.2.4 (2007-02-01) ------------------------------------------------ * Fixed a bug in the memory allocator which could have been the reason for some of non-duplicable bugs. * Other minor bug fixes. @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.1 2006/09/06 11:41:41 markd Exp $ @ 1.1 log @libgcrypt 1.2.3 may have fixed the name of the random device on NetBSD but it broke the name of the urandom device. Bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.orig 2006-09-06 15:55:58.000000000 +1200 d5 1 a5 1 @@@@ -19575,7 +19575,7 @@@@ case "${target}" in @