Ticket #923 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Piwik 2.16.2

Reported by: chris Owned by: chris
Priority: major Milestone:
Component: Piwik Keywords:
Cc: Estimated Number of Hours: 0.0
Add Hours to Ticket: 0 Billable?: yes
Total Hours: 0.3

Description

We are proud to announce Piwik 2.16.2: a new minor release of Piwik!

We have identified and fixed several XSS security issues in this release.

This release is rated critical.

https://piwik.org/changelog/piwik-2-16-2/

Change History

comment:1 Changed 3 months ago by chris

  • Add Hours to Ticket changed from 0.0 to 0.3
  • Status changed from new to closed
  • Resolution set to fixed
  • Total Hours changed from 0.0 to 0.3

Following wiki:PiwikServer#Updates

sudo -i
vi /web/stats.transitionnetwork.org/piwik/config/config.ini.php
cd /web/stats.transitionnetwork.org/
cp piwik/config/config.ini.php .
export PIWIK="2.16.2"
wget "https://builds.piwik.org/piwik-$PIWIK.tar.gz"
wget "https://builds.piwik.org/piwik-$PIWIK.tar.gz.asc"
gpg --verify piwik-$PIWIK.tar.gz.asc
tar -zxvf piwik-$PIWIK.tar.gz
cp config.ini.php piwik/config/
chown -R www-data:www-data piwik/
php /web/stats.transitionnetwork.org/piwik/console core:update
/etc/init.d/php5-fpm restart
vi /web/stats.transitionnetwork.org/piwik/config/config.ini.php

The web interface was checked, all looks good, closing.

Note: See TracTickets for help on using tickets.