Subject: CVS commit: pkgsrc/security/p5-Crypt-Random
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 02/12/2006 01:50:05
Module Name:	pkgsrc
Committed By:	heinz
Date:		Sun Feb 12 01:50:05 UTC 2006

Modified Files:
	pkgsrc/security/p5-Crypt-Random: Makefile distinfo

Log Message:
Updated to version 1.25.

Relevant changes since version 1.13:
====================================
 - fixed circular reference between Crypt::Random and Crypt::Random::Generator
   causing 'Undefined subroutine' errors.
 - Made "forbidden division t_REAL % t_INT" error disappear.
 - Workaround for Math::Pari's serialization problem.
 - Added a Uniform option to makerandom() and makerandom_itv() that
   doesn't set the high bit of the generated random, and produces
   a number uniformally distributed in the interval. Thanks to Len
   Budney for pointing this out.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/security/p5-Crypt-Random/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/security/p5-Crypt-Random/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.