diff options
author | heinz <heinz> | 2006-02-12 01:50:05 +0000 |
---|---|---|
committer | heinz <heinz> | 2006-02-12 01:50:05 +0000 |
commit | b5a0fab694310c1e064e2a3fcdbbb6538165df90 (patch) | |
tree | 6bb5ea1800ae8712cf1c1f650157ff0c37bc09a8 /security | |
parent | e3601431119c8b90e483b3b156e026ca2f9cec29 (diff) | |
download | pkgsrc-b5a0fab694310c1e064e2a3fcdbbb6538165df90.tar.gz |
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 (limited to 'security')
-rw-r--r-- | security/p5-Crypt-Random/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Crypt-Random/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile index 6dba93bf365..f87024bf2f2 100644 --- a/security/p5-Crypt-Random/Makefile +++ b/security/p5-Crypt-Random/Makefile @@ -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 --git a/security/p5-Crypt-Random/distinfo b/security/p5-Crypt-Random/distinfo index 378e8b12412..ee505f59365 100644 --- a/security/p5-Crypt-Random/distinfo +++ b/security/p5-Crypt-Random/distinfo @@ -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 |