diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-ioncube-loader.spec | 22 |
3 files changed, 13 insertions, 13 deletions
@@ -4,7 +4,7 @@ ionCube Loader For Loader updates visit www.ioncube.com/loaders.php For support visit support.ioncube.com -Loader version => 14.0.0 +Loader version => 14.4.0 Directive => Local Value => Master Value ioncube.loader.encoded_paths => no value => no value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #17 ionCube Loader version 14.0.0 ] { +Extension [ <persistent> extension #18 ionCube Loader version 14.4.0 ] { - INI { Entry [ ioncube.loader.encoded_paths <ALL> ] diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec index 3ce2c49..f450fe6 100644 --- a/php-ioncube-loader.spec +++ b/php-ioncube-loader.spec @@ -1,8 +1,8 @@ # remirepo spec file for php-ioncube-loader # -# Copyright (c) 2012-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2012-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -24,7 +24,7 @@ Name: %{?scl_prefix}php-ioncube-loader Summary: Loader for ionCube Encoded Files with ionCube 24 support -%global upstream_version 14.0.0 +%global upstream_version 14.4.0 #global upstream_prever beta2 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} @@ -35,13 +35,12 @@ URL: http://www.ioncube.com Source1: https://www.ioncube.com/php-7.4.0-beta-loaders/ioncube_loaders_lin_x86-64_7.4_BETA2.tar.gz %else Source1: http://downloads2.ioncube.com/loader_downloads/%{extname}s_lin_x86-64_%{upstream_version}.tar.gz -Source2: http://downloads2.ioncube.com/loader_downloads/%{extname}s_lin_armv7l_%{upstream_version}.tar.gz -Source3: http://downloads2.ioncube.com/loader_downloads/%{extname}s_lin_aarch64_%{upstream_version}.tar.gz +Source2: http://downloads2.ioncube.com/loader_downloads/%{extname}s_lin_aarch64_%{upstream_version}.tar.gz %endif Source90: LICENSE.txt Source91: USER-GUIDE.txt -ExclusiveArch: x86_64 armv7hl aarch64 +ExclusiveArch: x86_64 aarch64 BuildRequires: %{?scl_prefix}php-devel # ABI check @@ -59,14 +58,10 @@ Package built for PHP %(%{__php} -n -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VER %setup -q -T -c %ifarch aarch64 -tar xvf %{SOURCE3} -%else -%ifarch armv7hl tar xvf %{SOURCE2} %else tar xvf %{SOURCE1} %endif -%endif %if 0%{?upstream_prever:1} mkdir ioncube @@ -182,6 +177,11 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinidir}/%{ininame} %changelog +* Fri Jan 31 2025 Remi Collet <remi@remirepo.net> - 14.4.0-1 +- update to 14.4.0 (January 30, 2024) +- re-license spec file to CECILL-2.1 +- drop armv7 support + * Wed Oct 16 2024 Remi Collet <remi@remirepo.net> - 14.0.0-1 - update to 14.0.0 (October 14, 2024) |