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

Changelog

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

  * Upload to unstable now that Bullseye has been released

  [ Paragon Initiative Enterprises ]
  * Fix PHP 8.1.0 test code, widen phpunit

  [ David Prévot ]
  * Mark package as Multi-Arch: foreign
  * Update standards version to 4.6.0, no changes needed.

 -- David Prévot <email address hidden>  Thu, 17 Feb 2022 04:24:05 -0400

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-random-compat_2.0.21-1.dsc 1.8 KiB 1672181070a63484936b9c8aa9276b3727ecac637ab251e21eec531e96bb9cd6
php-random-compat_2.0.21.orig.tar.xz 25.4 KiB b1c54a2f670be7e8d4cdc8e7994297c843584d8981a6c4a2744d52ed1f5ce81e
php-random-compat_2.0.21-1.debian.tar.xz 5.6 KiB 4a4ad85ebc3c31159ecfe4419265e0c033d69c9f6fd8ae0aae8703c090d92f99

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)