summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-12-15 11:22:15 +0100
committerRemi Collet <fedora@famillecollet.com>2014-12-15 11:22:15 +0100
commitbf34fed7c1dc410f8b9df91431c88de7f96b234d (patch)
tree0f88230edc2385e71c3544db5d5ac9c62918a625
parent64457ab9376d28e11613bc4ab02106e6ebbda880 (diff)
php-suhosin: 0.9.37.1
-rw-r--r--REFLECTION4
-rw-r--r--php-suhosin.spec10
2 files changed, 7 insertions, 7 deletions
diff --git a/REFLECTION b/REFLECTION
index 6e6a999..416dd2a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #181 suhosin version 0.9.37 ] {
+Extension [ <persistent> extension #144 suhosin version 0.9.37.1 ] {
- INI {
Entry [ suhosin.log.syslog <PERDIR,SYSTEM> ]
@@ -134,7 +134,7 @@ Extension [ <persistent> extension #181 suhosin version 0.9.37 ] {
Current = ''
}
Entry [ suhosin.request.array_index_blacklist <PERDIR,SYSTEM> ]
- Current = ''"+-<>;()'
+ Current = ''"+<>;()'
}
Entry [ suhosin.request.disallow_nul <PERDIR,SYSTEM> ]
Current = '1'
diff --git a/php-suhosin.spec b/php-suhosin.spec
index 9e399c7..c459b89 100644
--- a/php-suhosin.spec
+++ b/php-suhosin.spec
@@ -26,7 +26,7 @@
%endif
Name: %{?scl_prefix}php-suhosin
-Version: 0.9.37
+Version: 0.9.37.1
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Summary: Suhosin is an advanced protection system for PHP installations
@@ -36,7 +36,7 @@ URL: http://www.hardened-php.net/suhosin/
%if 0%{?gh_commit:1}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
%else
-Source0: http://download.suhosin.org/suhosin-%{version}.tgz
+Source0: http://download.suhosin.org/suhosin-%{version}.tar.gz
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -85,9 +85,6 @@ mv %{ext_name}-%{gh_commit} NTS
mv %{ext_name}-%{version} NTS
%endif
-# Fix version
-sed -e '/SUHOSIN_EXT_VERSION/s/0.9.37-dev/%{version}/' -i NTS/php_suhosin.h
-
# Check extension version
ver=$(sed -n '/SUHOSIN_EXT_VERSION/{s/.* "//;s/".*$//;p}' NTS/php_suhosin.h)
if test "$ver" != "%{version}%{?gh_commit:-dev}"; then
@@ -187,6 +184,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Dec 15 2014 Remi Collet <remi@fedoraproject.org> - 0.9.37.1-1
+- update to 0.9.37.1
+
* Wed Dec 3 2014 Remi Collet <remi@fedoraproject.org> - 0.9.37-1
- update to 0.9.37