From 81346dd2208107b04abb9e959197a62302212c40 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Jul 2015 17:05:27 +0200 Subject: php-ioncube-loader: 5.0.13 --- REFLECTION | 5 ++++- php-ioncube-loader.spec | 12 ++++++++---- 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 [ extension #198 ionCube Loader version ] { Current = '1' } Entry [ ic24.sec.approve_included_files ] - Current = '0' + Current = '' + } + Entry [ ic24.sec.trusted_include_paths ] + Current = '' } Entry [ ic24.sec.block_uploaded_files ] 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 - 5.0.13-1 +- update to 5.0.13 (Jul 28, 2015) + * Tue Jul 14 2015 Remi Collet - 5.0.12-1 - update to 5.0.12 (Jul 13, 2015) -- cgit