Update to 1.20.3
Upstream changes: MediaWiki 1.20.3 This is a security and maintenance release of the MediaWiki 1.20 branch. Changes since 1.20.2 New preference type - 'api'. Preferences of this type are not shown on Special:Preferences, but are still available via the action=options API. (Unbreaks MLEB.) (bug 44010) Context is passed to UserGetLanguageObject. The recursion guard on RequestContext::getLanguage() was weakened. (bug 40585) Don't drop 'step="any"' in HTML input fields. (bug 44024) Fixed problems in ObjectCache when using XCache. (bug 44010) FauxRequest leaked cookie data from primary request. (bug 44135/bug 42441) Pass '2' instead of 'true' to CURLOPT_SSL_VERIFYHOST (bug 43518) API action=unblock should return the user name, not the full user object (Bug 45355) Prevent read of arbitrary files through mwdoc-filter.php
This commit is contained in:
parent
ffacd923e9
commit
3ba3577dbc
3 changed files with 8 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.26 2012/12/06 12:51:58 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2013/03/08 07:57:28 wen Exp $
|
||||
|
||||
DISTNAME= mediawiki-${VER}.${PVER}
|
||||
CATEGORIES= www
|
||||
|
@ -19,7 +19,7 @@ INSTALLATION_DIRS= ${EGDIR} share/mediawiki
|
|||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
VER= 1.20
|
||||
PVER= 2
|
||||
PVER= 3
|
||||
|
||||
APACHE_USER?= www
|
||||
APACHE_GROUP?= www
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.12 2012/11/30 08:12:23 wen Exp $
|
||||
@comment $NetBSD: PLIST,v 1.13 2013/03/08 07:57:28 wen Exp $
|
||||
share/examples/mediawiki/mediawiki.conf
|
||||
share/mediawiki/.jshintignore
|
||||
share/mediawiki/.jshintrc
|
||||
|
@ -18,6 +18,7 @@ share/mediawiki/bin/ulimit-tvf.sh
|
|||
share/mediawiki/bin/ulimit.sh
|
||||
share/mediawiki/bin/ulimit4.sh
|
||||
share/mediawiki/cache/.htaccess
|
||||
share/mediawiki/composer.json
|
||||
share/mediawiki/docs/README
|
||||
share/mediawiki/docs/code-coverage/README
|
||||
share/mediawiki/docs/database.txt
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.17 2012/12/06 12:51:58 wen Exp $
|
||||
$NetBSD: distinfo,v 1.18 2013/03/08 07:57:28 wen Exp $
|
||||
|
||||
SHA1 (mediawiki-1.20.2.tar.gz) = d6df987e59cca04e9923edd4533e7c92aa23731e
|
||||
RMD160 (mediawiki-1.20.2.tar.gz) = 8b9d9f3a37e594749640487c5ecd2fee20a7fc81
|
||||
Size (mediawiki-1.20.2.tar.gz) = 18301262 bytes
|
||||
SHA1 (mediawiki-1.20.3.tar.gz) = 311e53406e4434cb2b94a48aeb2c79fd878ede7f
|
||||
RMD160 (mediawiki-1.20.3.tar.gz) = eeed03c92fad5ed0b8f52e2446ebd6dba7463428
|
||||
Size (mediawiki-1.20.3.tar.gz) = 18411865 bytes
|
||||
|
|
Loading…
Reference in a new issue