summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-01 13:50:06 +0200
committerRemi Collet <remi@remirepo.net>2020-09-01 13:50:06 +0200
commite6034f278ceb0dff2986d11b08241a79c23c6b11 (patch)
tree5a244cc6574b6368297afffb0f9a18ce3fb17934
parentbbdc8d330490ec3868243f7ad8fbcf5d09edde01 (diff)
Update to 7.3.22 - http://www.php.net/releases/7_3_22.php
-rw-r--r--failed.txt7
-rw-r--r--php73.spec5
2 files changed, 7 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index c424d22..8922126 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.3.22RC1 (2020-08-20)
+===== 7.3.22 (2020-09-03)
$ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
@@ -6,13 +6,12 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
/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/fc30i/build.log:Tests failed : 0
-/var/lib/mock/fc30x/build.log:Tests failed : 0
/var/lib/mock/fc31x/build.log:Tests failed : 0
el8x:
- 2 buildroot issue with openssl under investigation
+ 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 proc_open give erratic test results :(
diff --git a/php73.spec b/php73.spec
index e9eaa66..4ea6ef1 100644
--- a/php73.spec
+++ b/php73.spec
@@ -126,7 +126,7 @@
%endif
%global upver 7.3.22
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -2264,6 +2264,9 @@ fi
%changelog
+* Tue Sep 1 2020 Remi Collet <remi@remirepo.net> - 7.3.22-1
+- Update to 7.3.22 - http://www.php.net/releases/7_3_22.php
+
* Tue Aug 18 2020 Remi Collet <remi@remirepo.net> - 7.3.22~RC1-1
- update to 7.3.22RC1
- use oracle client library version 19.8 (x86_64)