summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-23 11:15:14 +0100
committerRemi Collet <remi@remirepo.net>2020-01-23 11:15:14 +0100
commite64421cd767593ba51cf32917a1bf33064f3edd8 (patch)
treee3f1e2661635bd257b9095b1d9ac712af5ed75c6 /php.spec
parent4de127dc81624b43843bc4d3d31f97bffd992c93 (diff)
rebuild with 1 more fix
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index d254dd9..c55df12 100644
--- a/php.spec
+++ b/php.spec
@@ -146,7 +146,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}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
@@ -1368,6 +1368,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
unset TZ LANG LC_ALL
if ! make test; then
set +x
@@ -1931,7 +1932,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