summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-23 10:42:10 +0100
committerRemi Collet <remi@remirepo.net>2020-01-23 10:42:10 +0100
commit1d7a0a1c39341907795d03cfd951c683748fea2b (patch)
treedf2a9b8bc22b5d23cc951452f441fa73dacad87c /php56.spec
parent8d3fbacab4be105a9c72cc580a8b95b8701140c5 (diff)
rebuild with 1 more fix
Diffstat (limited to 'php56.spec')
-rw-r--r--php56.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/php56.spec b/php56.spec
index 6f36c42..de7dc7b 100644
--- a/php56.spec
+++ b/php56.spec
@@ -152,7 +152,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.6.40
-Release: 16%{?dist}
+Release: 17%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1528,6 +1528,7 @@ cd build-apache
# Run tests, using the CLI SAPI
export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
+export SKIP_SLOW_TESTS=1
export SKIP_ONLINE_TESTS=1
unset TZ LANG LC_ALL
if ! make test; then
@@ -2087,7 +2088,7 @@ EOF
%changelog
-* Tue Jan 21 2020 Remi Collet <remi@remirepo.net> - 5.6.40-16
+* Thu Jan 23 2020 Remi Collet <remi@remirepo.net> - 5.6.40-17
- mbstring:
Fix #79037 global buffer-overflow in mbfl_filt_conv_big5_wchar
CVE-2020-7060