Fedora 22 Update: php-paragonie-random-compat-1.4.1-1.fc22

updates at fedoraproject.org updates at fedoraproject.org
Fri Apr 22 01:58:12 UTC 2016


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-e4a54efa7f
2016-04-21 21:26:59.082753
--------------------------------------------------------------------------------

Name        : php-paragonie-random-compat
Product     : Fedora 22
Version     : 1.4.1
Release     : 1.fc22
URL         : https://github.com/paragonie/random_compat
Summary     : PHP 5.x polyfill for random_bytes() and random_int() from PHP 7
Description :
PHP 5.x polyfill for random_bytes() and random_int() from PHP 7.

Autoloader: /usr/share/php/random_compat/autoload.php

--------------------------------------------------------------------------------
Update Information:

### Version 1.4.1 - 2016-03-18  * Update comment in random.php  ### Version
1.4.0 - 2016-03-18  * Restored OpenSSL in the version 1 branch in preparation to
remove OpenSSL in version 2.  ### Version 1.3.1/1.2.3 - 2016-03-18  * Add more
possible values to `open_baseir` check.  ### Version 1.3.0 - 2016-03-17  *
Removed `openssl_random_pseudo_bytes()` entirely. If you are using
random_compat in PHP on a Unix-like OS but cannot access   `/dev/urandom`,
version 1.3+ will throw an `Exception`. If you want to   trust OpenSSL, feel
free to write your own fallback code. e.g.      ```   try {       $bytes =
random_bytes(32);   } catch (Exception $ex) {       $strong = false;
$bytes = openssl_random_pseudo_bytes(32, $strong);       if (!$strong) {
throw $ex;       }   }   ```
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1318836 - php-paragonie-random-compat-2.0.2 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=1318836
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program. Use
su -c 'yum update php-paragonie-random-compat' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list