diff options
| -rw-r--r-- | Crypt_RSA-role.patch | 8 | ||||
| -rw-r--r-- | php-phpseclib-crypt-rsa.spec | 5 | 
2 files changed, 8 insertions, 5 deletions
diff --git a/Crypt_RSA-role.patch b/Crypt_RSA-role.patch index bb51634..93d1ee2 100644 --- a/Crypt_RSA-role.patch +++ b/Crypt_RSA-role.patch @@ -1,6 +1,6 @@ -diff -up Crypt_RSA-0.3.7/RSA.php.role Crypt_RSA-0.3.7/RSA.php ---- Crypt_RSA-0.3.7/RSA.php.role	2014-07-07 17:19:19.711010692 +0200 -+++ Crypt_RSA-0.3.7/RSA.php	2014-07-07 17:19:19.712010697 +0200 +diff -up Crypt_RSA-0.3.8/RSA.php.role Crypt_RSA-0.3.8/RSA.php +--- Crypt_RSA-0.3.8/RSA.php.role	2014-09-13 09:31:03.775079734 +0200 ++++ Crypt_RSA-0.3.8/RSA.php	2014-09-13 09:32:39.595509197 +0200  @@ -178,7 +178,7 @@ define('CRYPT_RSA_MODE_OPENSSL', 2);   /**    * Default openSSL configuration file. @@ -25,4 +25,4 @@ diff -up Crypt_RSA-0.3.7/RSA.php.role Crypt_RSA-0.3.7/RSA.php  +        $this->configFile = $dir . DIRECTORY_SEPARATOR . CRYPT_RSA_OPENSSL_CONFIG;           if ( !defined('CRYPT_RSA_MODE') ) { -             // Math/BigInteger's openssl requirements are a little less stringent than Crypt/RSA's. in particular, +             switch (true) { diff --git a/php-phpseclib-crypt-rsa.spec b/php-phpseclib-crypt-rsa.spec index b5466cf..2eb819d 100644 --- a/php-phpseclib-crypt-rsa.spec +++ b/php-phpseclib-crypt-rsa.spec @@ -2,7 +2,7 @@  %global pear_name Crypt_RSA  Name:           php-phpseclib-crypt-rsa -Version:        0.3.7 +Version:        0.3.8  Release:        1%{?dist}  Summary:        Pure-PHP PKCS#1 (v2.1) compliant implementation of RSA @@ -91,6 +91,9 @@ fi  %changelog +* Sat Sep 13 2014 Remi Collet <remi@fedoraproject.org> - 0.3.8-1 +- Update to 0.3.8 +  * Mon Jul 07 2014 Remi Collet <remi@fedoraproject.org> - 0.3.7-1  - Update to 0.3.7  | 
