libbsd-arc4random-perl 1.50-6 source package in Ubuntu

Changelog

libbsd-arc4random-perl (1.50-6) unstable; urgency=medium


  * Take over for the Debian Perl Group; Closes: #738680 -- RFA/ITA
  * debian/control: Vcs-* migrated to pkg-perl repository (source stanza).
    Changed: Maintainer set to Debian Perl Group <pkg-perl-
    <email address hidden>> (was: Thorsten Glaser
    <email address hidden>)
  * add myself as an uploader
  * bump debhelper build dependency to get hardening support
  * add metacpan URL to debian/watch
  * declare conformance with Policy 3.9.5
  * rules: use dh7-tiny style
    drop README from docs as redundant
    lose changelog.Debian.$ARCH.gz as duplicate

 -- Damyan Ivanov <email address hidden>  Wed, 12 Feb 2014 12:27:31 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libbsd-arc4random-perl_1.50-6.dsc 2.0 KiB 10866d851f6d46f592e4582a14988b523be1dc3a5d8b47c5596e3c6c22c412e4
libbsd-arc4random-perl_1.50.orig.tar.gz 14.1 KiB fbdab5020c0ba8300614f837d08e3d2ef5b243fc5564ef190a0ee866a81411ae
libbsd-arc4random-perl_1.50-6.debian.tar.xz 4.6 KiB 70e493552b0bc73357d3a02deca30a0d4386d3440f3ae3e885406ac2ff1ecd03

No changes file available.

Binary packages built by this source

libbsd-arc4random-perl: CPAN's BSD::arc4random -- Perl bindings for arc4random

 The BSD::arc4random module provides a Perl API for the arc4random(3)
 suite of functions and a few natively implemented functions.
 .
 Exposed functions are: have_kintf (ability to push entropy back to
 the kernel); arc4random, arc4random_bytes, arc4random_uniform, the
 RANDOM variable (get entropy); arc4random_stir (next time used, some
 entropy from the kernel is first requested); arc4random_addrandom
 (add user data to SRNG state); arc4random_push[bk] (push user data
 to kernel RNG if supported; add kernel data or, if not supported,
 user data to SRNG); the ability to "tie" variables to this module
 for retrieving and storing entropy (e.g. in $RANDOM).