summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-28 17:05:27 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-28 17:05:27 +0200
commit81346dd2208107b04abb9e959197a62302212c40 (patch)
tree7056868900fa4a941d8cf6a834ca677a2b6abdc9
parentf24c9c0605e9f32c30c8c76584b4c8f07ffdf78a (diff)
php-ioncube-loader: 5.0.13
-rw-r--r--REFLECTION5
-rw-r--r--php-ioncube-loader.spec12
2 files changed, 12 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index c03985d..6953769 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -8,7 +8,10 @@ Extension [ <persistent> extension #198 ionCube Loader version <no_version> ] {
Current = '1'
}
Entry [ ic24.sec.approve_included_files <SYSTEM> ]
- Current = '0'
+ Current = ''
+ }
+ Entry [ ic24.sec.trusted_include_paths <SYSTEM> ]
+ Current = ''
}
Entry [ ic24.sec.block_uploaded_files <SYSTEM> ]
Current = '1'
diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec
index 3033089..603d891 100644
--- a/php-ioncube-loader.spec
+++ b/php-ioncube-loader.spec
@@ -24,8 +24,8 @@
Name: %{?scl_prefix}php-ioncube-loader
Summary: Loader for ionCube Encoded Files with ionCube 24 support
-Version: 5.0.12
-Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 5.0.13
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: Distribuable
Group: Development/Languages
@@ -68,7 +68,7 @@ Obsoletes: php56w-ioncube-loader <= %{version}
%description
Loader for ionCube Encoded Files with ionCube 24 support.
-Package built for PHP %(%{__php} -n -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection}.
+Package built for PHP %(%{__php} -n -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}.
%prep
@@ -93,7 +93,8 @@ zend_extension = %{extname}.so
; ionCube PHP Loader + Intrusion Protection from ioncube24.com configuration
;ic24.enable = 0
;ic24.sec.stop_on_error = 1
-;ic24.sec.approve_included_files = 0
+;ic24.sec.approve_included_files = ''
+;ic24.sec.trusted_include_paths = ''
;ic24.sec.block_uploaded_files = 1
;ic24.api_access_key = ''
;ic24.api_check_ip = 1
@@ -174,6 +175,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Jul 28 2015 Remi Collet <remi@remirepo.net> - 5.0.13-1
+- update to 5.0.13 (Jul 28, 2015)
+
* Tue Jul 14 2015 Remi Collet <remi@remirepo.net> - 5.0.12-1
- update to 5.0.12 (Jul 13, 2015)