summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-01-25Bump to 4.13.1Martin Rys
2022-12-14Bump to 4.13.0Martin Rys
2022-11-07Bump to 4.12.3Martin Rys
2022-10-09Bump to 4.12.0Martin Rys
2022-08-25Bump to 4.11.0Martin Rys
2022-06-02Bump to 4.10.1Martin Rys
2022-05-17Bump to 4.10.0Martin Rys
2022-04-28Bump to 4.9.1Martin Rys
2022-04-15Bump to 4.9.0Martin Rys
2022-03-11Bump to 4.8.0, GPG signature changeMartin Rys
2022-02-03Bump to 4.7.1Martin Rys
2021-12-10Bump to 4.6.2Martin Rys
2021-12-03Bump to 4.6.1Martin Rys
2021-10-07Bump to 4.5.0Martin Rys
2021-08-03bump to 4.4.1Martin Rys
2021-07-28bump to 4.4.0Martin Rys
2021-05-26bump to 4.3.1Martin Rys
2021-05-17bump to 4.3.0Martin Rys
2021-03-01bump to 4.2.1Martin Rys
2021-02-22bump to 4.2.0Martin Rys
2021-01-16bump to 4.1.1Martin Rys
2020-12-22bump to 4.1.0Martin Rys
2020-12-11bump to 4.0.5Martin Rys
2020-12-02bump to 4.0.3Martin Rys
2020-11-28bump to 4.0.2Martin Rys
2020-11-27Bump to 4.0.1Martin Rys
2020-09-11bump to 3.14.1Martin Rys
2020-07-20bump to 3.14C0rn3j
2020-06-05bump to 3.13.6C0rn3j
2020-04-28bump to 3.13.5C0rn3j
2020-03-24Bump to 3.13.4C0rn3j
2020-02-24Bump to 3.13.3C0rn3j
2020-02-10bump to 3.13.2C0rn3j
2020-01-22bump version to 3.13.1C0rn3j
2019-11-27bump to 3.13.0C0rn3j
2019-11-05Update to matomo 3.12.0C0rn3j
2019-07-25Update to matomo 3.11.0Chris Morgan
2019-07-04Update to matomo 3.10.0Chris Morgan
2019-03-22Update to matomo 3.9.1Chris Morgan
2019-03-20Update to matomo 3.9.0Chris Morgan
2019-02-08Update to matomo 3.8.1Chris Morgan
2019-01-23Update to matomo 3.8.0Chris Morgan
Changes have been made around piwik.js and matomo.js in this release. From the upstream changelog, https://matomo.org/changelog/matomo-3-8-0/: > Regarding the JavaScript Tracking: While the piwik.js and piwik.php > file still exist (and will always work), we’re also introducing the > new matomo.js and matomo.php files and they will be used by default > now.
2018-11-21Update to matomo 3.7.0Chris Morgan
No packaging changes required, just an extra typo fix as pointed out by C0rn3j.
2018-11-06Update to matomo 3.6.1Chris Morgan
An uneventful update, by the looks of it.
2018-09-023.6.0-2: upstream modified the tarballChris Morgan
See https://github.com/matomo-org/matomo/issues/13380 for details of what happened.
2018-09-01Update to matomo 3.6.0Chris Morgan
Note that 3.5.1-1 never actually got released publicly, because 3.6.0 got released shortly before I was going to push it.
2018-08-29Update to matamo 3.5.1, with various changesChris Morgan
As far as this AUR package is concerned, this is a major update. Packaging changes: • Use “matomo” where possible (no more “piwik” in the build scripts) • Fix pkgdesc (shouldn’t mention the package name) • License is GPL3 (GPLv3 or later), not GPL (GPLv2 or later) • PHP dependency needs to be at least 5.5.9 (so e.g. php53 from AUR wouldn’t be good enough, but php56 would be) • Replace mariadb dependency with mysql>=5.5 (mariadb provides mysql, so this way it supports any mysql, not just mariadb; I considered moving it from optdepends to depends as well, but I suppose its mysql need not be on the same server, so optdepends is correct) • Use HTTPS for downloads • Quote paths with variable expansions in the shell scripting • Removed optional php-geoip dependency, because it’s not what Matomo needs: Matomo uses geoip2, not geoip. It’s pure PHP and thus vendored in, though if you install the faster maxminddb C extension it’ll automatically use it in preference. Functional changes: • Upgrade from 3.4.0 to 3.5.1 • Move /usr/share/webapps/matomo/config/ to /etc/webapps/matomo/, leaving a symlink in its stead. • Move /usr/share/webapps/matomo/tmp/ to /usr/lib/webapps/matomo/tmp/ • Tighten the permissions of /usr/share/webapps/matomo by changing the owner from http:http to root:http, so that in it, only piwik.js and the plugins directory are writable by the http user. Note that /usr/share/webapps/matomo/plugins is excluded from the owner change: it is still owned by http:http so you can add plugins through the marketplace. • Support geoip2-database directly (install that package, and you can immediately enable proper geolocation in the Matomo admin) Upgrades should be fine with no data loss, but I still suggest caution. I have not been rigourous in verifying that everything works properly in all circumstances.
2018-04-01Fixed typo in replacesNils Czernia
2018-04-01Update to 3.4.0 and changed to matomoNils Czernia
2018-01-14Update to version 3.3.0Nils Czernia