From 3d971fc1bdd27c528c245732809ff69d9f6d4e7e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Jan 2020 10:24:12 +0100 Subject: rebuild with 1 more fix --- php.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index ca8756e..b242a33 100644 --- a/php.spec +++ b/php.spec @@ -140,7 +140,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}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 @@ -1344,6 +1344,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 @@ -1900,7 +1901,7 @@ EOF %changelog -* Tue Jan 21 2020 Remi Collet - 7.1.33-3 +* Thu Jan 23 2020 Remi Collet - 7.1.33-4 - mbstring: Fix #79037 global buffer-overflow in mbfl_filt_conv_big5_wchar CVE-2020-7060 -- cgit