diff options
author | wen <wen@pkgsrc.org> | 2014-08-01 23:46:03 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-08-01 23:46:03 +0000 |
commit | 85a1806dca0ce713abbc1461f3f202a563f1cb54 (patch) | |
tree | b27af80a9d80ffb20a6f3f669104b753e25e9483 /www/mediawiki/Makefile | |
parent | acc8ff61d0bb8a5f5e2fc77c35343f8d8933f126 (diff) | |
download | pkgsrc-85a1806dca0ce713abbc1461f3f202a563f1cb54.tar.gz |
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.
Diffstat (limited to 'www/mediawiki/Makefile')
-rw-r--r-- | www/mediawiki/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mediawiki/Makefile b/www/mediawiki/Makefile index 2a2ad2e7dd9..abfc2f6154a 100644 --- a/www/mediawiki/Makefile +++ b/www/mediawiki/Makefile @@ -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 |