summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-27 13:47:09 +0100
committerRemi Collet <remi@remirepo.net>2020-10-27 13:47:09 +0100
commit4c1812a98eb9c27995d072798581d40767a04d1b (patch)
tree34f127f7d2e3fae450749d4dd4d4a18b1dc468d1
parent74481f9eecfe4bb16abcc1260a97282f664b4e59 (diff)
Update to 7.3.24 - http://www.php.net/releases/7_3_24.php
-rw-r--r--failed.txt5
-rw-r--r--php73.spec7
2 files changed, 8 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index e0a4420..0aca1f5 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,17 +1,18 @@
-===== 7.3.24RC1 (2020-10-13)
+===== 7.3.24 (2020-10-29)
$ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
/var/lib/mock/el6i/build.log:Tests failed : 0
/var/lib/mock/el6x/build.log:Tests failed : 0
/var/lib/mock/el7x/build.log:Tests failed : 0
-/var/lib/mock/el8x73/build.log:Tests failed : 14
+/var/lib/mock/el8x73/build.log:Tests failed : 15
/var/lib/mock/fc31x/build.log:Tests failed : 0
el8x:
3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt]
2 buildroot issue with strict openssl policy (fixed in 7.4)
+ 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt]
1 proc_open give erratic test results :(
diff --git a/php73.spec b/php73.spec
index 7468974..fae0808 100644
--- a/php73.spec
+++ b/php73.spec
@@ -121,12 +121,12 @@
%endif
%global upver 7.3.24
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -2263,6 +2263,9 @@ fi
%changelog
+* Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 7.3.24-1
+- Update to 7.3.24 - http://www.php.net/releases/7_3_24.php
+
* 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