[packages/php/PHP_5_3] disable suhosin patch
glen
glen at pld-linux.org
Wed Jul 22 18:07:59 CEST 2015
commit a8961b92094c793edcc48fef7f7ee56d14ab588e
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Jul 22 16:01:33 2015 +0300
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}}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/a8961b92094c793edcc48fef7f7ee56d14ab588e
More information about the pld-cvs-commit
mailing list