pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-Random Updated to version 1.25.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05f0fe4fe0af
branches:  trunk
changeset: 507972:05f0fe4fe0af
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Feb 12 01:50:05 2006 +0000

description:
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.

diffstat:

 security/p5-Crypt-Random/Makefile |  5 ++---
 security/p5-Crypt-Random/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 7e1e0e3a9cf3 -r 05f0fe4fe0af security/p5-Crypt-Random/Makefile
--- a/security/p5-Crypt-Random/Makefile Sun Feb 12 01:45:28 2006 +0000
+++ b/security/p5-Crypt-Random/Makefile Sun Feb 12 01:50:05 2006 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:30 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2006/02/12 01:50:05 heinz Exp $
 #
 
-DISTNAME=              Crypt-Random-1.13
+DISTNAME=              Crypt-Random-1.25
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5cra
-PKGREVISION=           2
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
 
diff -r 7e1e0e3a9cf3 -r 05f0fe4fe0af security/p5-Crypt-Random/distinfo
--- a/security/p5-Crypt-Random/distinfo Sun Feb 12 01:45:28 2006 +0000
+++ b/security/p5-Crypt-Random/distinfo Sun Feb 12 01:50:05 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 13:10:10 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/02/12 01:50:05 heinz Exp $
 
-SHA1 (Crypt-Random-1.13.tar.gz) = f7de75d0b61a64e80f91488f46459c8eaa4bd55f
-RMD160 (Crypt-Random-1.13.tar.gz) = f560cf98ca800ffc92f6adc906c1354ed6616823
-Size (Crypt-Random-1.13.tar.gz) = 7072 bytes
+SHA1 (Crypt-Random-1.25.tar.gz) = f9c766997133ff36476a3b7af580de0107756107
+RMD160 (Crypt-Random-1.25.tar.gz) = 9a756b8b7f333b85b33765abedb8c230a7c9a983
+Size (Crypt-Random-1.25.tar.gz) = 8770 bytes



Home | Main Index | Thread Index | Old Index