summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-01-31 11:56:51 +0100
committerRemi Collet <remi@php.net>2025-01-31 11:56:51 +0100
commitf4045eec8fd9510877e00884581b1acc55aa7974 (patch)
treeca80e618317f6aed235ffdac4c5ab8d9769cd97a
parentf81bc3ba358940ab488db6934564d325dbe9227a (diff)
update to 14.4.0 (January 30, 2024)HEADmaster
re-license spec file to CECILL-2.1 drop armv7 support
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-ioncube-loader.spec22
3 files changed, 13 insertions, 13 deletions
diff --git a/PHPINFO b/PHPINFO
index 891d3ca..acca0cd 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -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
diff --git a/REFLECTION b/REFLECTION
index a687c8a..da97975 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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)