Update to 1.22.9
Upstream changes: MediaWiki 1.22.9 This is a security and maintenance release of the MediaWiki 1.22 branch. Changes since 1.22.8 (bug 68187) SECURITY: Prepend jsonp callback with comment. (bug 66608) SECURITY: Fix for XSS issue in bug 66608: Generate the URL used for loading a new page in Javascript,instead of relying on the URL in the link that has been clicked. (bug 65778) SECURITY: Copy prevent-clickjacking between OutputPage and ParserOutput. (bug 59147) The img_metadata field was not being decoded from bytea into text.
This commit is contained in:
parent
ccffc022f0
commit
7604787fd6
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.42 2014/06/26 01:19:54 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.43 2014/08/01 23:46:03 wen Exp $
|
||||
|
||||
DISTNAME= mediawiki-${VER}.${PVER}
|
||||
CATEGORIES= www
|
||||
|
@ -23,7 +23,7 @@ INSTALLATION_DIRS= ${EGDIR} share/mediawiki
|
|||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
VER= 1.22
|
||||
PVER= 8
|
||||
PVER= 9
|
||||
|
||||
APACHE_USER?= www
|
||||
APACHE_GROUP?= www
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.30 2014/06/26 01:19:54 wen Exp $
|
||||
$NetBSD: distinfo,v 1.31 2014/08/01 23:46:03 wen Exp $
|
||||
|
||||
SHA1 (mediawiki-1.22.8.tar.gz) = 0c054ddf0afdabe1687a1122226613190c0471e5
|
||||
RMD160 (mediawiki-1.22.8.tar.gz) = 5c117422c382ff896dfc3c4c21b084c853f78d22
|
||||
Size (mediawiki-1.22.8.tar.gz) = 19881104 bytes
|
||||
SHA1 (mediawiki-1.22.9.tar.gz) = 8ff249dfe30b1eeb65c0af170ca9780b496588b5
|
||||
RMD160 (mediawiki-1.22.9.tar.gz) = d29dca08b1a25d2f7ce6c284e9fbda1c2d1b748f
|
||||
Size (mediawiki-1.22.9.tar.gz) = 19881411 bytes
|
||||
|
|
Loading…
Reference in a new issue