Path to this page:
./
www/mediawiki,
Free software wiki package originally written for Wikipedia
Branch: pkgsrc-2013Q2,
Version: 1.21.2,
Package name: mediawiki-1.21.2,
Maintainer: wenhepingMediaWiki is free server-based software which is licensed under the GNU
General Public License (GPL). It's designed to be run on a large server
farm for a website that gets millions of hits per day. MediaWiki is an
extremely powerful, scalable software and a feature-rich wiki implementation,
that uses PHP to process and display data stored in its MySQL database.
Required to run:[
graphics/php-gd] [
databases/php-mysql] [
textproc/php-intl] [
textproc/php-dom]
Required to build:[
www/apache22]
Package options: apache, mysql
Master sites:
SHA1: 145ba6cdeb860e2b399c19613a20515d0ed2ae09
RMD160: 6e0c753598fa50ed55dea6d24d4f0b36e10a4dfb
Filesize: 19947.791 KB
Version history: (Expand)
- (2013-09-13) Updated to version: mediawiki-1.21.2
- (2013-07-08) Package added to pkgsrc.se, version mediawiki-1.21.1 (created)
CVS history: (Expand)
2013-09-13 14:37:37 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #4233 - requested by wen
www/mediawiki: security update
Revisions pulled up:
- www/mediawiki/Makefile 1.34
- www/mediawiki/PLIST 1.17
- www/mediawiki/distinfo 1.23
---
Module Name: pkgsrc
Committed By: wen
Date: Sat Sep 7 14:49:42 UTC 2013
Modified Files:
pkgsrc/www/mediawiki: Makefile PLIST distinfo
Log message:
Update to 1.21.2
Upstream changes:
Changes since 1.21.1
SECURITY: Fix extension detection with 2 .'s
SECURITY: Support for the 'gettoken' parameter to action=block and
action=unblock, deprecated since 1.20, has been removed.
SECURITY: Sanitize ResourceLoader exception messages
Purge upstream caches when deleting file assets.
Unit test suite now runs the AutoLoader tests. Also fixed the autoloading
entry for the PageORMTableForTesting class though it had no impact.
|