Accepting request 908883 from home:ecsos:server

- Update to 4.4.0
  * Breaking Changes
    - The logme method for automatic logins is now disabled by
      default for new installations. For existing installations it
      will be enabled automatically on update. If you do not need
      it please consider disabling it again for security reasons
      by setting login_allow_logme = 0 in General section of 
      config.ini.php.
    - The redirect using the url param for the automatic
      login action logme, will no longer do redirects to untrusted
      hosts. If you need to do redirects to other URLs on purpose,
      please add the according hosts as trusted_hosts entry in
      config.ini.php
  * New config.ini.php settings
    - When determining the client IP address from proxy headers
     like X-Forwarded-For, Matomo will by default look at the first
     IP in the list. If you need to read the last IP instead,
     the new INI config option [General] proxy_ip_read_last_in_list
     be set to 1. Using the last IP can be more secure when you are
     using proxy headers in combination with a load balancer.
    - Matomo logs can now be written into "errorlog" (logs using
      the error_log() php function) and "syslog" (logs to the
      syslog service) (to complement existing log writers: 
      "screen", "file", "database"). Learn more.
  * New commands
    - Added new command core:version which returns the Matomo
      version number.

OBS-URL: https://build.opensuse.org/request/show/908883
OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=95
This commit is contained in:
Eric Schirra 2021-07-28 12:32:55 +00:00 committed by Git OBS Bridge
parent 51f580e332
commit 6a867a60cb
4 changed files with 35 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed Jul 28 10:55:31 UTC 2021 - ecsos <ecsos@opensuse.org>
- Update to 4.4.0
* Breaking Changes
- The logme method for automatic logins is now disabled by
default for new installations. For existing installations it
will be enabled automatically on update. If you do not need
it please consider disabling it again for security reasons
by setting login_allow_logme = 0 in General section of
config.ini.php.
- The redirect using the url param for the automatic
login action logme, will no longer do redirects to untrusted
hosts. If you need to do redirects to other URLs on purpose,
please add the according hosts as trusted_hosts entry in
config.ini.php
* New config.ini.php settings
- When determining the client IP address from proxy headers
like X-Forwarded-For, Matomo will by default look at the first
IP in the list. If you need to read the last IP instead,
the new INI config option [General] proxy_ip_read_last_in_list
be set to 1. Using the last IP can be more secure when you are
using proxy headers in combination with a load balancer.
- Matomo logs can now be written into "errorlog" (logs using
the error_log() php function) and "syslog" (logs to the
syslog service) (to complement existing log writers:
"screen", "file", "database"). Learn more.
* New commands
- Added new command core:version which returns the Matomo
version number.
-------------------------------------------------------------------
Wed May 26 17:25:19 UTC 2021 - ecsos <ecsos@opensuse.org>

View File

@ -21,7 +21,7 @@
%{!?_tmpfilesdir:%global _tmpfilesdir %{_prefix}/lib/tmpfiles.d}
Name: matomo
Version: 4.3.1
Version: 4.4.0
Release: 0
Summary: Web analytics platform
License: GPL-3.0-or-later