summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheinz <heinz>2006-02-12 01:50:05 +0000
committerheinz <heinz>2006-02-12 01:50:05 +0000
commit479719e564ea0d0738e2f593d2322dfbbbecf73d (patch)
tree6bb5ea1800ae8712cf1c1f650157ff0c37bc09a8
parentd9069dbd2b30afb4b851bc66e8a84af7663edd6c (diff)
downloadpkgsrc-479719e564ea0d0738e2f593d2322dfbbbecf73d.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.
-rw-r--r--security/p5-Crypt-Random/Makefile5
-rw-r--r--security/p5-Crypt-Random/distinfo8
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