From d17f02917055c76bd787fd85c9e3475de4298d4a1bee48b82fe4fbe0a40fd625 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Mon, 2 Aug 2021 07:28:34 +0000 Subject: [PATCH] Accepting request 909686 from home:ecsos:server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 4.4.1 * matomo-org/matomo - #17829 Testcookie causes warning in browser console - #17835 Fix sorting of Geolocation providers - #17838 More warnings about missing shell_exec() since Matomo 4.4.0 - #17831 make sure summary rows are serialized with their in-db subtable ID and not in memory one - #17832 Add command to generate a system check - #17842 Revert “more private Referrer-Policy: use strict-origin-when-cross-origin ” * matomo-org/device-detector - #6811 Detect devices for existing brands: Lenovo, Xiaomi, Samsung, Asus, ZTE, Vivo, Hyundai, Motorola, NYX Mobile, OPPO, LG, Sharp, Realme - Fix integrity check for misc/log-analytics/import_logs.py. OBS-URL: https://build.opensuse.org/request/show/909686 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=97 --- matomo-4.4.0.tar.gz | 3 --- matomo-4.4.1.tar.gz | 3 +++ matomo.changes | 19 +++++++++++++++++++ matomo.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 matomo-4.4.0.tar.gz create mode 100644 matomo-4.4.1.tar.gz diff --git a/matomo-4.4.0.tar.gz b/matomo-4.4.0.tar.gz deleted file mode 100644 index 44283d2..0000000 --- a/matomo-4.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3eea92155178a53410c35a6489995ff4deb9ece7182dc4a11e06f96ad3b707ba -size 15388929 diff --git a/matomo-4.4.1.tar.gz b/matomo-4.4.1.tar.gz new file mode 100644 index 0000000..bc0204c --- /dev/null +++ b/matomo-4.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b9a90c61afabff55e08ea53ff8532355349336fae439e168dbfe9364931479 +size 15394472 diff --git a/matomo.changes b/matomo.changes index 254ac47..227ff44 100644 --- a/matomo.changes +++ b/matomo.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Aug 2 06:50:01 UTC 2021 - ecsos + +- Update to 4.4.1 + * matomo-org/matomo + - #17829 Testcookie causes warning in browser console + - #17835 Fix sorting of Geolocation providers + - #17838 More warnings about missing shell_exec() since Matomo 4.4.0 + - #17831 make sure summary rows are serialized with their in-db + subtable ID and not in memory one + - #17832 Add command to generate a system check + - #17842 Revert “more private Referrer-Policy: use + strict-origin-when-cross-origin ” + * matomo-org/device-detector + - #6811 Detect devices for existing brands: Lenovo, Xiaomi, + Samsung, Asus, ZTE, Vivo, Hyundai, Motorola, NYX Mobile, + OPPO, LG, Sharp, Realme +- Fix integrity check for misc/log-analytics/import_logs.py. + ------------------------------------------------------------------- Wed Jul 28 10:55:31 UTC 2021 - ecsos diff --git a/matomo.spec b/matomo.spec index 0547b3e..e8a47ec 100644 --- a/matomo.spec +++ b/matomo.spec @@ -21,7 +21,7 @@ %{!?_tmpfilesdir:%global _tmpfilesdir %{_prefix}/lib/tmpfiles.d} Name: matomo -Version: 4.4.0 +Version: 4.4.1 Release: 0 Summary: Web analytics platform License: GPL-3.0-or-later @@ -123,7 +123,7 @@ do sed -i "/\W\"${i}\"\W/d" config/manifest.inc.php done # Insert new hashes for chanded files -for file in console 'vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php' 'config/global.ini.php' 'core/CliMulti/Output.php' 'plugins/CoreUpdater/Commands/Update.php' 'vendor/matomo/matomo-php-tracker/run_tests.sh' 'vendor/wikimedia/less.php/bin/lessc' +for file in console 'vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php' 'config/global.ini.php' 'core/CliMulti/Output.php' 'plugins/CoreUpdater/Commands/Update.php' 'vendor/matomo/matomo-php-tracker/run_tests.sh' 'vendor/wikimedia/less.php/bin/lessc' 'misc/log-analytics/import_logs.py' do size=$(ls -l $file | awk '{ print $5 }') checksum=$(md5sum $file | awk '{ print $1 }')