SHA256
1
0
forked from pool/matomo

Accepting request 909687 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/909687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matomo?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2021-08-02 10:05:12 +00:00 committed by Git OBS Bridge
commit e806864496
4 changed files with 24 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3eea92155178a53410c35a6489995ff4deb9ece7182dc4a11e06f96ad3b707ba
size 15388929

3
matomo-4.4.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94b9a90c61afabff55e08ea53ff8532355349336fae439e168dbfe9364931479
size 15394472

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Aug 2 06:50:01 UTC 2021 - ecsos <ecsos@opensuse.org>
- 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 <ecsos@opensuse.org>

View File

@ -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 }')