diff options
| author | Remi Collet <remi@remirepo.net> | 2021-06-15 17:03:39 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-06-15 17:03:39 +0200 | 
| commit | ce3d53d54117a5799ac7e673fe5449daafbea682 (patch) | |
| tree | 0337576fd1f2f1d36a70d4afd7de594b47039739 /php80.spec | |
| parent | 0ac8d0e2f130b1f0de28c608caad78f2c22a2243 (diff) | |
update to 8.0.8RC1
ignore unsupported "threads" option on password_hash
Diffstat (limited to 'php80.spec')
| -rw-r--r-- | php80.spec | 15 | 
1 files changed, 11 insertions, 4 deletions
| @@ -14,7 +14,7 @@  # Extension version  %global fileinfover 1.0.5  %global oci8ver     3.0.1 -%global zipver      1.19.2 +%global zipver      1.19.3  # Adds -z now to the linker flags  %global _hardened_build 1 @@ -85,9 +85,9 @@  %bcond_without         libgd  %bcond_with            zip -%global upver          8.0.7 -#global rcver          RC1 -#global lower          RC1 +%global upver          8.0.8 +%global rcver          RC1 +%global lower          RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -144,6 +144,8 @@ Patch42: php-8.0.0-systzdata-v19.patch  Patch43: php-7.4.0-phpize.patch  # Use -lldap_r for OpenLDAP  Patch45: php-7.4.0-ldap_r.patch +# Ignore unsupported "threads" option on password_hash +Patch46: php-8.0.7-argon2.patch  # drop "Configure command" from phpinfo output  # and only use gcc (instead of full version)  Patch47: php-8.0.0-phpinfo.patch @@ -1150,6 +1152,7 @@ in pure PHP.  %endif  %patch43 -p1 -b .headers  %patch45 -p1 -b .ldap_r +%patch46 -p1 -b .argon2  %patch47 -p1 -b .phpinfo  %patch91 -p1 -b .remi-oci8 @@ -2142,6 +2145,10 @@ fi  %changelog +* Tue Jun 15 2021 Remi Collet <remi@remirepo.net> - 8.0.8~RC1-1 +- update to 8.0.8RC1 +- ignore unsupported "threads" option on password_hash +  * Wed Jun  2 2021 Remi Collet <remi@remirepo.net> - 8.0.7-1  - Update to 8.0.7 - http://www.php.net/releases/8_0_7.php | 
