summaryrefslogtreecommitdiffstats
path: root/php73.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-23 11:47:46 +0200
committerRemi Collet <remi@remirepo.net>2020-10-23 11:47:46 +0200
commit74481f9eecfe4bb16abcc1260a97282f664b4e59 (patch)
tree047d45ff841f4425726759a57e5cd4f63578d68c /php73.spec
parente4148165b2f1141fc70b49dc2db1d39896fede6f (diff)
backport fix for https://bugs.php.net/74083 from 7.4
master PHP-fpm is stopped on multiple reloads
Diffstat (limited to 'php73.spec')
-rw-r--r--php73.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/php73.spec b/php73.spec
index c427401..7468974 100644
--- a/php73.spec
+++ b/php73.spec
@@ -126,7 +126,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 1%{?dist}
+Release: 2%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -183,6 +183,9 @@ Patch46: php-7.3.20-fixheader.patch
Patch47: php-7.3.20-phpinfo.patch
# backport PDOStatement::getColumnMeta from 7.4
Patch48: php-7.3.3-pdooci.patch
+# backport FPM signals changes from 7.4
+# https://bugs.php.net/74083 master PHP-fpm is stopped on multiple reloads
+Patch49: php-7.3.24-fpm.patch
# RC Patch
Patch91: php-7.2.0-oci8conf.patch
@@ -1161,6 +1164,7 @@ low-level PHP extension for the libsodium cryptographic library.
%patch46 -p1 -b .fixheader
%patch47 -p1 -b .phpinfo
%patch48 -p1 -b .pdooci
+%patch49 -p1 -b .fpmsig
%patch91 -p1 -b .remi-oci8
@@ -2259,6 +2263,10 @@ fi
%changelog
+* Fri Oct 23 2020 Remi Collet <remi@remirepo.net> - 7.3.24~RC1-2
+- backport fix for https://bugs.php.net/74083 from 7.4
+ master PHP-fpm is stopped on multiple reloads
+
* Tue Oct 13 2020 Remi Collet <remi@remirepo.net> - 7.3.24~RC1-1
- update to 7.3.24RC1