summaryrefslogtreecommitdiffstats
path: root/php-pecl-pcs.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-17 06:44:41 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-17 06:44:41 +0100
commitbc1ef9c4a7a1e7e021855fbd8cbbe8726e0ba601 (patch)
treef10258f05be4b874b657b4d6b434e260776e5ea8 /php-pecl-pcs.spec
parent5609dcdc58248659bbda953ec0a1e0c6af7623e3 (diff)
php-pecl-pcs: 1.3.1
Diffstat (limited to 'php-pecl-pcs.spec')
-rw-r--r--php-pecl-pcs.spec11
1 files changed, 9 insertions, 2 deletions
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 <remi@fedoraproject.org> - 1.3.1-1
+- Update to 1.3.1 (beta)
+- add suhosin.executor.include.whitelist=pcs://
+
* Sat Dec 05 2015 Remi Collet <remi@fedoraproject.org> - 1.3.0-1
-- Update to 1.3.0
+- Update to 1.3.0 (beta)
* Thu Dec 03 2015 Remi Collet <remi@fedoraproject.org> - 1.2.1-1
- Update to 1.2.1 (beta)