From a8961b92094c793edcc48fef7f7ee56d14ab588e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 22 Jul 2015 16:01:33 +0300 Subject: [PATCH] disable suhosin patch unmaintained, not needed for PHP>=5.3, see e14ff99 also source of apache segfaults on restart/reloads see http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2014-October/024055.html and http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2015-May/024364.html --- php.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php.spec b/php.spec index df178ec..58e6995 100644 --- a/php.spec +++ b/php.spec @@ -66,7 +66,7 @@ %bcond_without cgi # disable CGI/FCGI SAPI %bcond_without fpm # disable FPM %bcond_without embed # disable Embedded API -%bcond_without suhosin # with suhosin patch +%bcond_with suhosin # with suhosin patch %bcond_with tests # default off; test process very often hangs on builders, approx run time 45m; perform "make test" %bcond_with gcov # Enable Code coverage reporting %bcond_with type_hints # experimental support for strict typing/casting @@ -117,7 +117,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules. %endif %endif -%define rel 17 +%define rel 18 %define orgname php %define ver_suffix 53 %define php_suffix %{!?with_default_php:%{ver_suffix}} -- 2.43.0