summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-16 06:44:22 +0200
committerRemi Collet <remi@remirepo.net>2021-06-16 06:44:22 +0200
commit1c5da8157593e8b39f96a37be012b590f3fd51f2 (patch)
treed46205c02b6ee9c28f26a5696cd90f6d008a2f95 /php.spec
parente0326436f5533ddf5d96a3063bdfa25cece57261 (diff)
update to 7.4.21RC1
ignore unsupported "threads" option on password_hash
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index 52c13f9..38e6003 100644
--- a/php.spec
+++ b/php.spec
@@ -96,8 +96,8 @@
#global gh_date 20190612
%global gh_owner php
%global gh_project php-src
-%global upver 7.4.20
-#global rcver RC1
+%global upver 7.4.21
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -153,6 +153,8 @@ Patch42: php-7.3.3-systzdata-v18.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-7.4.20-argon2.patch
# drop "Configure command" from phpinfo output
# and add build system and provider (from 8.0)
Patch47: php-7.4.8-phpinfo.patch
@@ -930,6 +932,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
%patch45 -p1 -b .ldap_r
%endif
+%patch46 -p1 -b .argon2
%patch47 -p1 -b .phpinfo
%patch91 -p1 -b .remi-oci8
@@ -1812,6 +1815,10 @@ fi
%changelog
+* Wed Jun 16 2021 Remi Collet <remi@remirepo.net> - 7.4.21~RC1-1
+- update to 7.4.21RC1
+- ignore unsupported "threads" option on password_hash
+
* Wed Jun 2 2021 Remi Collet <remi@remirepo.net> - 7.4.20-1
- Update to 7.4.20 - http://www.php.net/releases/7_4_20.php