SHA256
1
0
forked from pool/matomo

Accepting request 781188 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/781188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matomo?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2020-03-04 08:44:35 +00:00 committed by Git OBS Bridge
commit 4e11715dea
4 changed files with 29 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Feb 24 23:16:59 UTC 2020 - Lars Vogdt <lars@linux-schulserver.de>
- Update: 3.13.3
In this new release were solving a few regressions and making a
few minor improvements. In terms of bugs, an issue in the Overlay
report causing sessions to logout has been fixed.
Other issues were fixed the Samesite cookies handling and session,
and a bug was fixed in the new Date comparison feature.
#15513 Loading Page Overlay fails and logs user out [by @diosmosis]
#15602 Fix session cookies for Matomo installed in subdirectory
[by @sgiehl, @tsteur]
#15605 Fix VisitorFrequency.get API for idsites=all [by @sgiehl]
#15553 piwik_ignore cookie is blocked on macOS and Chrome 80 [by @diosmosis]
#15561 Various fixes for Samesite handling in sessions,
iframes [by @diosmosis, @tsteur]
#15568 Support tracker js files from custom plugin directories [by @tsteur]
#15569 Fix non-numeric value encountered in session recording [by @tsteur]
#15576 Do not record the stack trace for user input errors [by @tsteur, @sgiehl]
#15577 During archive invalidation clear general cache less often [by @tsteur, @diosmosis]
#15590 Fallback to JSON renderer if no valid format is given [by @tsteur]
#15592 Try to determine the region iso code based on its name if
not available [by @sgiehl, @tsteur]
-------------------------------------------------------------------
Tue Feb 18 10:21:24 UTC 2020 - Lars Vogdt <lars@linux-schulserver.de>

View File

@ -32,7 +32,7 @@
%{!?_tmpfilesdir:%global _tmpfilesdir %{_prefix}/lib/tmpfiles.d}
Name: matomo
Version: 3.13.2
Version: 3.13.3
Release: 0
Summary: Web analytics platform
License: GPL-3.0-or-later
@ -118,7 +118,7 @@ do
sed -i "/\W\"${i}\"\W/d" config/manifest.inc.php
done
# Insert new hashes for chanded files
for file in console 'vendor/leafo/lessphp/plessc' 'vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php' 'config/global.ini.php'
for file in console 'vendor/leafo/lessphp/plessc' 'vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php' 'config/global.ini.php' 'core/CliMulti/Output.php'
do
size=$(ls -l $file | awk '{ print $5 }')
checksum=$(md5sum $file | awk '{ print $1 }')