summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-05-22 14:30:00 +0200
committerRemi Collet <fedora@famillecollet.com>2015-05-22 14:30:00 +0200
commita85f4f1e77db8811ae40284a5877386fb4f4a2e7 (patch)
tree001869872b5b266e89380eb440e31ffc3c02241d
parent8ebf5e0868a635f111e95f4a42acfe09a858fa8f (diff)
php-suhosin: 0.9.38
-rw-r--r--REFLECTION5
-rw-r--r--php-suhosin.spec12
2 files changed, 13 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index 416dd2a..dcad6d9 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #144 suhosin version 0.9.37.1 ] {
+Extension [ <persistent> extension #194 suhosin version 0.9.38 ] {
- INI {
Entry [ suhosin.log.syslog <PERDIR,SYSTEM> ]
@@ -217,6 +217,9 @@ Extension [ <persistent> extension #144 suhosin version 0.9.37.1 ] {
Entry [ suhosin.upload.max_uploads <PERDIR,SYSTEM> ]
Current = '25'
}
+ Entry [ suhosin.upload.max_newlines <PERDIR,SYSTEM> ]
+ Current = '100'
+ }
Entry [ suhosin.upload.disallow_elf <PERDIR,SYSTEM> ]
Current = '1'
}
diff --git a/php-suhosin.spec b/php-suhosin.spec
index 9dd55bc..5efead9 100644
--- a/php-suhosin.spec
+++ b/php-suhosin.spec
@@ -1,4 +1,4 @@
-# spec file for php-suhosin
+# remirepo spec file for php-suhosin (from old fedora spec)
#
# Copyright (c) 2008-2015 Remi Collet
# Copyright (c) 2007-2009 Bart Vanbrabant
@@ -26,8 +26,8 @@
%endif
Name: %{?scl_prefix}php-suhosin
-Version: 0.9.37.1
-Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1
+Version: 0.9.38
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Summary: Suhosin is an advanced protection system for PHP installations
Group: Development/Languages
@@ -152,6 +152,9 @@ rm tests/session/session_recursive_crash.phpt
%if "%{php_version}" < "5.5"
rm tests/executor/function_blacklist_printf.phpt
rm tests/executor/function_whitelist_call_user_func.phpt
+rm tests/executor/eval_blacklist.phpt
+rm tests/executor/eval_blacklist_printf.phpt
+rm tests/executor/eval_whitelist_call_user_func.phpt
%endif
rm tests/filter/suhosin_upload_disallow_binary_on.phpt
@@ -184,6 +187,9 @@ rm -rf %{buildroot}
%changelog
+* Fri May 22 2015 Remi Collet <remi@fedoraproject.org> - 0.9.38-1
+- update to 0.9.38
+
* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 0.9.37.1-1.1
- Fedora 21 SCL mass rebuild