summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-02 21:06:47 +0200
committerRemi Collet <remi@remirepo.net>2019-04-02 21:06:47 +0200
commitca848f83bf07af1f9b825ee120e3a91df3e1cac9 (patch)
tree886c5463e1524e78b810fe87b47fe277404beb9d
parentf2c3464f28fdcdca5636a6652f0c6a522d889554 (diff)
Update to 7.3.4 - http://www.php.net/releases/7_3_4.php
-rw-r--r--failed.txt21
-rw-r--r--php73.spec9
2 files changed, 16 insertions, 14 deletions
diff --git a/failed.txt b/failed.txt
index 3b151b9..ea92dac 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,29 +1,28 @@
-===== 7.3.4RC1 (2019-03-21)
+===== 7.3.4 (2019-04-04)
$ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
-/var/lib/mock/el6i/build.log:Tests failed : 1
+/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 : 13
/var/lib/mock/fc27i/build.log:Tests failed : 0
/var/lib/mock/fc27x/build.log:Tests failed : 0
-/var/lib/mock/fc28i/build.log:Tests failed : 1
+/var/lib/mock/fc28i/build.log:Tests failed : 0
/var/lib/mock/fc28x/build.log:Tests failed : 0
/var/lib/mock/fc29i/build.log:Tests failed : 0
-/var/lib/mock/fc29x/build.log:Tests failed : 1
-/var/lib/mock/fc30i/build.log:Tests failed : 0
+/var/lib/mock/fc29x/build.log:Tests failed : 0
+/var/lib/mock/fc30i/build.log:Tests failed : 4
/var/lib/mock/fc30x/build.log:Tests failed : 0
-el6i
- 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt]
-fc28i
- Server bitwise stream crypto flag assignment [ext/openssl/tests/stream_crypto_flags_003.phpt]
-fc29x
- Bug #69521 Segfault in gc_collect_cycles() [ext/standard/tests/streams/bug69521.phpt]
el8x:
5 buildroot issue with openssl under investigation
+fc30i:
+ #46127 php_openssl_tcp_sockop_accept forgets to set context on accepted stream [ext/openssl/tests/bug46127.phpt]
+ Bug #48182: ssl handshake fails during asynchronous socket connection [ext/openssl/tests/bug48182.phpt]
+ Bug #54992: Stream not closed and error not returned when SSL CN_match fails [ext/openssl/tests/bug54992.phpt]
+ Bug #65538: SSL context "cafile" supports stream wrappers [ext/openssl/tests/bug65538_001.phpt]
1 proc_open give erratic test results :(
diff --git a/php73.spec b/php73.spec
index 3ee8d7f..bee2305 100644
--- a/php73.spec
+++ b/php73.spec
@@ -119,13 +119,13 @@
%endif
%global upver 7.3.4
-%global rcver RC1
-%global lower RC1
+#global rcver RC1
+#global lower RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{lower}}
-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
@@ -2218,6 +2218,9 @@ fi
%changelog
+* Tue Apr 2 2019 Remi Collet <remi@remirepo.net> - 7.3.4-1
+- Update to 7.3.4 - http://www.php.net/releases/7_3_4.php
+
* Thu Mar 21 2019 Remi Collet <remi@remirepo.net> - 7.3.4~RC1-2
- update to 7.3.4RC1 new tag
- add upstream patches for failed tests