summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-23 10:23:36 +0100
committerRemi Collet <remi@remirepo.net>2020-01-23 10:23:36 +0100
commit3d37f027cdbd2f38c13dc26d324aeb163c8f551c (patch)
tree5e283ac42ba4186e70cad1ac867f304e45ead43b /php.spec
parentb8dbeb1b6f3d8edbc2a037bba97a31ee53848dbd (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 68e5011..6e1e694 100644
--- a/php.spec
+++ b/php.spec
@@ -141,7 +141,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-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
@@ -1409,6 +1409,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
@@ -1965,7 +1966,7 @@ EOF
%changelog
-* Tue Jan 21 2020 Remi Collet <remi@remirepo.net> - 7.0.33-16
+* Thu Jan 23 2020 Remi Collet <remi@remirepo.net> - 7.0.33-17
- mbstring:
Fix #79037 global buffer-overflow in mbfl_filt_conv_big5_wchar
CVE-2020-7060