From 3577503fc031826ceffd86417fd58a8a8484fd26b96b4c87f4d8d45eda64ebf8 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Tue, 18 Feb 2020 14:32:41 +0000 Subject: [PATCH 1/7] core/CliMulti/Output.php also searches via '/usr/bin/env php': reconfigure size in manifest... OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=55 --- matomo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matomo.spec b/matomo.spec index c7537a9..9df1796 100644 --- a/matomo.spec +++ b/matomo.spec @@ -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 }') From 3fb45fc08ea8419ea6660cbbbb06fd3cb892241571082d656cb15932bccd6d0a Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 24 Feb 2020 23:20:38 +0000 Subject: [PATCH 2/7] OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=56 --- matomo.changes | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/matomo.changes b/matomo.changes index add2739..a03e995 100644 --- a/matomo.changes +++ b/matomo.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Feb 24 23:16:59 UTC 2020 - Lars Vogdt + +- Update: 3.13.3 + In this new release we’re 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 From f820ef3a7a81aa4cc2e9ab67ebaf625c1417deae58e1e5e01470df7ab41a69da Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 24 Feb 2020 23:22:04 +0000 Subject: [PATCH 3/7] Modified via webui OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=57 --- _service | 7 +++++++ _service:download_url:3.13.3.tar.gz | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 _service create mode 100644 _service:download_url:3.13.3.tar.gz diff --git a/_service b/_service new file mode 100644 index 0000000..be70acf --- /dev/null +++ b/_service @@ -0,0 +1,7 @@ + + + github.com + https + /matomo-org/matomo/archive/3.13.3.tar.gz + + \ No newline at end of file diff --git a/_service:download_url:3.13.3.tar.gz b/_service:download_url:3.13.3.tar.gz new file mode 100644 index 0000000..c5eff1d --- /dev/null +++ b/_service:download_url:3.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4e0121577f3b1eb8f72998fde72e5f29a27cd0be19c203b914741b81240b7d +size 9926322 From 63e9432e0cf0c592ae4f04152de2604f9b4d70c40677f73e0d6b42af40e2c05c Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 24 Feb 2020 23:23:39 +0000 Subject: [PATCH 4/7] OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=59 --- matomo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matomo.spec b/matomo.spec index 9df1796..94e542c 100644 --- a/matomo.spec +++ b/matomo.spec @@ -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 From 47655fe27e57cbf58030cfd616c1275a1c33a0e556d48f5135228cdc8919635e Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 24 Feb 2020 23:27:04 +0000 Subject: [PATCH 5/7] OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=63 --- _service | 4 ++-- _service:download_url:3.13.3.tar.gz | 3 --- _service:download_url:matomo-3.13.3.tar.gz | 3 +++ matomo-3.13.2.tar.gz | 3 --- 4 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 _service:download_url:3.13.3.tar.gz create mode 100644 _service:download_url:matomo-3.13.3.tar.gz delete mode 100644 matomo-3.13.2.tar.gz diff --git a/_service b/_service index be70acf..436d34d 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - github.com + builds.matomo.org https - /matomo-org/matomo/archive/3.13.3.tar.gz + /matomo-3.13.3.tar.gz \ No newline at end of file diff --git a/_service:download_url:3.13.3.tar.gz b/_service:download_url:3.13.3.tar.gz deleted file mode 100644 index c5eff1d..0000000 --- a/_service:download_url:3.13.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a4e0121577f3b1eb8f72998fde72e5f29a27cd0be19c203b914741b81240b7d -size 9926322 diff --git a/_service:download_url:matomo-3.13.3.tar.gz b/_service:download_url:matomo-3.13.3.tar.gz new file mode 100644 index 0000000..f827d1b --- /dev/null +++ b/_service:download_url:matomo-3.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff7795897e8a658577be0e4a74fae91845bc2d030f3aaa94f9f423b063ebb86 +size 15255487 diff --git a/matomo-3.13.2.tar.gz b/matomo-3.13.2.tar.gz deleted file mode 100644 index 25f09e6..0000000 --- a/matomo-3.13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:262cb6a002331fa0b5af0a5b0d0c9e03dafe7cbe6e52a7d7dbb940607ed35edf -size 15257798 From a39edd3ee780615d697c61570270c1a33a1baf86a6224bd08aa8530c52a11690 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Tue, 3 Mar 2020 11:40:33 +0000 Subject: [PATCH 6/7] Accepting request 781184 from network:utilities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update: 3.13.3 In this new release we’re 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] OBS-URL: https://build.opensuse.org/request/show/781184 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=65 --- _service | 7 ------- _service:download_url:matomo-3.13.3.tar.gz | 3 --- matomo-3.13.2.tar.gz | 3 +++ matomo.spec | 2 +- 4 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 _service delete mode 100644 _service:download_url:matomo-3.13.3.tar.gz create mode 100644 matomo-3.13.2.tar.gz diff --git a/_service b/_service deleted file mode 100644 index 436d34d..0000000 --- a/_service +++ /dev/null @@ -1,7 +0,0 @@ - - - builds.matomo.org - https - /matomo-3.13.3.tar.gz - - \ No newline at end of file diff --git a/_service:download_url:matomo-3.13.3.tar.gz b/_service:download_url:matomo-3.13.3.tar.gz deleted file mode 100644 index f827d1b..0000000 --- a/_service:download_url:matomo-3.13.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ff7795897e8a658577be0e4a74fae91845bc2d030f3aaa94f9f423b063ebb86 -size 15255487 diff --git a/matomo-3.13.2.tar.gz b/matomo-3.13.2.tar.gz new file mode 100644 index 0000000..25f09e6 --- /dev/null +++ b/matomo-3.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262cb6a002331fa0b5af0a5b0d0c9e03dafe7cbe6e52a7d7dbb940607ed35edf +size 15257798 diff --git a/matomo.spec b/matomo.spec index 94e542c..9df1796 100644 --- a/matomo.spec +++ b/matomo.spec @@ -32,7 +32,7 @@ %{!?_tmpfilesdir:%global _tmpfilesdir %{_prefix}/lib/tmpfiles.d} Name: matomo -Version: 3.13.3 +Version: 3.13.2 Release: 0 Summary: Web analytics platform License: GPL-3.0-or-later From 16b6cdd27d09af259dba3dd41942f8af05376f6906f23fe0bb66333b96ba89c7 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Tue, 3 Mar 2020 11:50:01 +0000 Subject: [PATCH 7/7] Accepting request 781187 from home:ecsos:server Update to 1.13.3 and add missing source file. OBS-URL: https://build.opensuse.org/request/show/781187 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=66 --- matomo-3.13.2.tar.gz | 3 --- matomo-3.13.3.tar.gz | 3 +++ matomo.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 matomo-3.13.2.tar.gz create mode 100644 matomo-3.13.3.tar.gz diff --git a/matomo-3.13.2.tar.gz b/matomo-3.13.2.tar.gz deleted file mode 100644 index 25f09e6..0000000 --- a/matomo-3.13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:262cb6a002331fa0b5af0a5b0d0c9e03dafe7cbe6e52a7d7dbb940607ed35edf -size 15257798 diff --git a/matomo-3.13.3.tar.gz b/matomo-3.13.3.tar.gz new file mode 100644 index 0000000..f827d1b --- /dev/null +++ b/matomo-3.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff7795897e8a658577be0e4a74fae91845bc2d030f3aaa94f9f423b063ebb86 +size 15255487 diff --git a/matomo.spec b/matomo.spec index 9df1796..94e542c 100644 --- a/matomo.spec +++ b/matomo.spec @@ -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