summaryrefslogtreecommitdiffstats
path: root/php71.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-23 09:32:25 +0100
committerRemi Collet <remi@remirepo.net>2020-01-23 09:32:25 +0100
commita547e76e0f73ce594b9dff90133a8f829093a1ff (patch)
treed5ed05e73e9c63cbf67d04752609bdaa205128b0 /php71.spec
parent9fd633180dddf5573aa49084454a9357b29b06bb (diff)
rebuild with 1 more fix
Diffstat (limited to 'php71.spec')
-rw-r--r--php71.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/php71.spec b/php71.spec
index 37a4fa1..bf6cfee 100644
--- a/php71.spec
+++ b/php71.spec
@@ -118,7 +118,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 3%{?dist}
+Release: 4%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1559,6 +1559,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
@@ -2118,7 +2119,7 @@ EOF
%changelog
-* Tue Jan 21 2020 Remi Collet <remi@remirepo.net> - 7.1.33-3
+* Thu Jan 23 2020 Remi Collet <remi@remirepo.net> - 7.1.33-4
- mbstring:
Fix #79037 global buffer-overflow in mbfl_filt_conv_big5_wchar
CVE-2020-7060