diff options
-rw-r--r-- | failed.txt | 21 | ||||
-rw-r--r-- | php73.spec | 9 |
2 files changed, 16 insertions, 14 deletions
@@ -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 :( @@ -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 |