From bc1ef9c4a7a1e7e021855fbd8cbbe8726e0ba601 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Dec 2015 06:44:41 +0100 Subject: php-pecl-pcs: 1.3.1 --- php-pecl-pcs.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php-pecl-pcs.spec') diff --git a/php-pecl-pcs.spec b/php-pecl-pcs.spec index ed97dd8..d5cb451 100644 --- a/php-pecl-pcs.spec +++ b/php-pecl-pcs.spec @@ -31,7 +31,7 @@ Summary: PHP Code Service Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.3.0 +Version: 1.3.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages @@ -127,6 +127,9 @@ cp -pr NTS ZTS cat << 'EOF' | tee %{ini_name} ; Enable '%{summary}' extension module extension=%{pecl_name}.so + +; For compatibility with Suhosin +suhosin.executor.include.whitelist=pcs:// EOF @@ -264,8 +267,12 @@ rm -rf %{buildroot} %changelog +* Thu Dec 17 2015 Remi Collet - 1.3.1-1 +- Update to 1.3.1 (beta) +- add suhosin.executor.include.whitelist=pcs:// + * Sat Dec 05 2015 Remi Collet - 1.3.0-1 -- Update to 1.3.0 +- Update to 1.3.0 (beta) * Thu Dec 03 2015 Remi Collet - 1.2.1-1 - Update to 1.2.1 (beta) -- cgit