Ticket #595 (closed maintenance: fixed)

Opened 3 years ago

Last modified 3 years ago

Upgrade Mediawiki to 1.19.8 from 1.19.7

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

Description

From https://git.wikimedia.org/blob/mediawiki%2Fcore.git/REL1_19/RELEASE-NOTES-1.19

MediaWiki 1.19.8

This is a security and maintenance release of the MediaWiki 1.19 branch.

Changes since 1.19.7

  • SECURITY: Sanitize ResourceLoader exception messages
  • SECURITY: Token-getting functions will fail when using jsonp callbacks.
  • SECURITY: Fix extension detection with 2 .'s
  • Allow a string other than '*' as condition for DatabaseBase::delete()
  • Purge upstream caches when deleting file assets.
  • jquery.tablesorter: Add missing dependency on jquery.mwExtension

Change History

comment:1 Changed 3 years ago by chris

  • Add Hours to Ticket changed from 0.0 to 0.25
  • Total Hours changed from 0.0 to 0.25

This ticket has been listed on the wiki page for this, wiki:PenguinServer#wiki.transitionnetwork.org

And following the last upgrade, ticket:551 the following was done:

sudo -i
cd /web/wiki.transitionnetwork.org
export MW="1.19.8"
wget http://download.wikimedia.org/mediawiki/1.19/mediawiki-$MW.tar.gz
wget http://download.wikimedia.org/mediawiki/1.19/mediawiki-$MW.tar.gz.sig
gpg --verify mediawiki-$MW.tar.gz.sig 
rsync -av mediawiki-$MW/ www/
chown root:root -R www/
chown -R www-data:www-data www/cache
chown -R www-data:www-data www/images
cd www/maintenance/
php update.php 

The version was then checked at https://wiki.transitionnetwork.org/Special:Version

comment:2 Changed 3 years ago by chris

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.