summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-22 09:44:18 +0100
committerRemi Collet <remi@remirepo.net>2020-01-22 09:44:18 +0100
commitcb89f590cca0e5fcf5b57ade09fc10db6da9bc5e (patch)
tree974f4248d8ab8f642c353f577900f65e416259f2
parente657e358dce6f0adb40d8aac75f41268b711e2e1 (diff)
Update to 7.2.27 - http://www.php.net/releases/7_2_27.php
-rw-r--r--failed.txt13
-rw-r--r--php.spec6
2 files changed, 12 insertions, 7 deletions
diff --git a/failed.txt b/failed.txt
index 5288b50..7cd7917 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,19 +1,20 @@
-===== 7.2.26 (2019-12-19)
+===== 7.2.27 (2020-01-23)
$ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log
/var/lib/mock/scl72el6x/build.log:Tests failed : 0
-/var/lib/mock/scl72el7x/build.log:Tests failed : 0
-/var/lib/mock/scl72el8x/build.log:Tests failed : 16
+/var/lib/mock/scl72el7x/build.log:Tests failed : 2
+/var/lib/mock/scl72el8x/build.log:Tests failed : 17
/var/lib/mock/scl72fc29x/build.log:Tests failed : 1
/var/lib/mock/scl72fc30x/build.log:Tests failed : 1
-/var/lib/mock/scl72fc31x/build.log:Tests failed : 2
+/var/lib/mock/scl72fc31x/build.log:Tests failed : 1
fc29x, fc30x, fc31x:
TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt]
-fc31x
- 1 ext/standard/tests/streams/proc_open_bug69900.phpt
+el7x:
+ 1 Bug #73072: Invalid path SNI_server_certs causes segfault [ext/openssl/tests/bug73072.phpt]
+ 1 Test get_headers() function : test with context [ext/standard/tests/url/get_headers_error_003.phpt]
el8x:
buildroot issue under investigation
diff --git a/php.spec b/php.spec
index cbcbc05..1d0cf99 100644
--- a/php.spec
+++ b/php.spec
@@ -135,7 +135,7 @@
%global db_devel libdb-devel
%endif
-%global upver 7.2.26
+%global upver 7.2.27
#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
@@ -1364,6 +1364,7 @@ cd build-apache
# Run tests, using the CLI SAPI
export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
export SKIP_ONLINE_TESTS=1
+export SKIP_SLOW_TESTS=1
export SKIP_IO_CAPTURE_TESTS=1
unset TZ LANG LC_ALL
if ! make test; then
@@ -1904,6 +1905,9 @@ fi
%changelog
+* Wed Jan 22 2020 Remi Collet <remi@remirepo.net> - 7.2.27-1
+- Update to 7.2.27 - http://www.php.net/releases/7_2_27.php
+
* Tue Dec 17 2019 Remi Collet <remi@remirepo.net> - 7.2.26-1
- Update to 7.2.26 - http://www.php.net/releases/7_2_26.php
- use oracle client library version 19.5 (18.5 on EL-6)