From 518501f5af0c792cad262682bc436c5f0d289512 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Wed, 9 Sep 2020 10:49:24 +0200
Subject: update to 10.4.3 (Sep 7, 2020)

---
 PHPINFO                 | 2 +-
 REFLECTION              | 2 +-
 php-ioncube-loader.spec | 5 ++++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/PHPINFO b/PHPINFO
index 7289f4e..46b9cb4 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -5,7 +5,7 @@ For Loader updates visit www.ioncube.com/loaders.php
 For support visit support.ioncube.com
 This Loader also includes features for real-time error reporting and malware protection.  Visit ioncube24.com for more details.
 
-Loader version => 10.4.2
+Loader version => 10.4.3
 ionCube24 features => unconfigured
 
 Directive => Local Value => Master Value
diff --git a/REFLECTION b/REFLECTION
index 9125e00..cd21c94 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #15 ionCube Loader version 10.4.2 ] {
+Extension [ <persistent> extension #15 ionCube Loader version 10.4.3 ] {
 
   - INI {
     Entry [ ic24.enable <SYSTEM> ]
diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec
index dbc319e..776a83f 100644
--- a/php-ioncube-loader.spec
+++ b/php-ioncube-loader.spec
@@ -30,7 +30,7 @@
 
 Name:          %{?scl_prefix}php-ioncube-loader
 Summary:       Loader for ionCube Encoded Files with ionCube 24 support
-%global upstream_version  10.4.2
+%global upstream_version  10.4.3
 #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;')}}
@@ -216,6 +216,9 @@ install -D -m 644  %{extname}.zts                      %{buildroot}%{php_ztsinid
 
 
 %changelog
+* Wed Sep  9 2020 Remi Collet <remi@remirepo.net> - 10.4.3-1
+- update to 10.4.3 (Sep 7, 2020)
+
 * Tue Sep  1 2020 Remi Collet <remi@remirepo.net> - 10.4.2-1
 - update to 10.4.2 (Sep 1, 2020)
 
-- 
cgit