pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-BSD-arc4random Import BSD::arc4random from...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a960c4b1ec88
branches:  trunk
changeset: 604701:a960c4b1ec88
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Jun 02 14:29:42 2012 +0000

description:
Import BSD::arc4random from wip. From DESCR:

This module provides a Perl API for the BSDs' arc4random(3) suite
of functions and adds a few high-level functions, such as the new
arc4random_uniform(3). The Perl functions are ithreads-safe (only
if threads::shared is required). Scalars can be tied to this pak-
kage, yielding uniformly distributed random numbers with an arbi-
trary upper bound on read access, contributing to the RC4 entropy
pool on write access. An exported global $RANDOM variable returns
15-bit unsigned random numbers, from [0; 32767], similar to mksh.
Furthermore, Perl's internal PRNG is seeded with entropy obtained
from the arc4random generator once on module load time.

diffstat:

 security/p5-BSD-arc4random/DESCR    |  10 ++++++++++
 security/p5-BSD-arc4random/Makefile |  19 +++++++++++++++++++
 security/p5-BSD-arc4random/distinfo |   5 +++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 9483564bfc55 -r a960c4b1ec88 security/p5-BSD-arc4random/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-BSD-arc4random/DESCR  Sat Jun 02 14:29:42 2012 +0000
@@ -0,0 +1,10 @@
+This module provides a Perl API for the BSDs' arc4random(3) suite
+of functions and adds a few high-level functions, such as the new
+arc4random_uniform(3). The Perl functions are ithreads-safe (only
+if threads::shared is required). Scalars can be tied to this pak-
+kage, yielding uniformly distributed random numbers with an arbi-
+trary upper bound on read access, contributing to the RC4 entropy
+pool on write access. An exported global $RANDOM variable returns
+15-bit unsigned random numbers, from [0; 32767], similar to mksh.
+Furthermore, Perl's internal PRNG is seeded with entropy obtained
+from the arc4random generator once on module load time.
diff -r 9483564bfc55 -r a960c4b1ec88 security/p5-BSD-arc4random/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-BSD-arc4random/Makefile       Sat Jun 02 14:29:42 2012 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2012/06/02 14:29:42 bsiegert Exp $
+#
+
+DISTNAME=      BSD-arc4random-1.50
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    security
+MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/S/SJ/SJSZ/
+
+MAINTAINER=    bsiegert%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~sjsz/BSD-arc4random/
+COMMENT=       Perl interface to the arc4 random number generator
+LICENSE=       miros
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=        auto/BSD/arc4random/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9483564bfc55 -r a960c4b1ec88 security/p5-BSD-arc4random/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-BSD-arc4random/distinfo       Sat Jun 02 14:29:42 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/06/02 14:29:42 bsiegert Exp $
+
+SHA1 (BSD-arc4random-1.50.tar.gz) = d7472ce6306572965f041d37437b8be3446294da
+RMD160 (BSD-arc4random-1.50.tar.gz) = 794d4f799e769b7d11ccc79ba733c190868df664
+Size (BSD-arc4random-1.50.tar.gz) = 14432 bytes



Home | Main Index | Thread Index | Old Index