php-random-compat 2.0.18-1 source package in Ubuntu

Changelog

php-random-compat (2.0.18-1) unstable; urgency=medium

  [ Paragon Initiative Enterprises ]
  * Update for v2.0.18

  [ David Prévot ]
  * Use debhelper-compat 12
  * Drop get-orig-source target
  * Update Standards-Version to 4.3.0

 -- David Prévot <email address hidden>  Tue, 08 Jan 2019 10:56:56 +1100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-random-compat_2.0.18-1.dsc 1.7 KiB d9b6ae8e31b7649ba45f4b3f408b93c3a0e5b425a5eaea4f94216ebd55db457b
php-random-compat_2.0.18.orig.tar.gz 9.5 KiB 426c9a99618b35203aa60f2699bcb0f420323ee2865bdaa61d8d48761457c4f2
php-random-compat_2.0.18-1.debian.tar.xz 7.5 KiB 49e83bd509772b819d2c1e5e9bc0aac2c34f6314bf48ff988f1babd1db8849da

Available diffs

No changes file available.

Binary packages built by this source

php-random-compat: PHP 5.x polyfill for random_bytes() and random_int() from PHP 7

 The random_compat polyfill provides simple interfaces for cryptographically
 secure random number generators added in PHP 7.0.0:
  * random_bytes(int) generates an arbitrary number of random bytes
  * random_int(int, int) returns a random integer between two given values
    (inclusive)