diff options
author | wen <wen@pkgsrc.org> | 2014-09-28 04:30:00 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-09-28 04:30:00 +0000 |
commit | 6267de9894c09e1e3bb6488d1ef3b497698f7e51 (patch) | |
tree | f284448d5e4e39180aff7ee8d93c31a065498149 /www/mediawiki/Makefile | |
parent | 83f88b3a8f9b56baada5cb484ce2a855b4ac02b7 (diff) | |
download | pkgsrc-6267de9894c09e1e3bb6488d1ef3b497698f7e51.tar.gz |
Update to 1.23.4(security update)
Upstream changes:
MediaWiki 1.23.4
This is a security and maintenance release of the MediaWiki 1.23 branch.
Changes since 1.23.3
(bug 69008) SECURITY: Enhance CSS filtering in SVG files. Filter <style> elements; normalize style elements and attributes before filtering; add checks for attributes that contain css; add unit tests for html5sec and reported bugs.
(bug 65998) Make MySQLi work with non-standard socket.
(bug 66986) GlobalVarConfig shouldn't throw exceptions for null-valued config settings.
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 f14885aaf03..4983c53df62 100644 --- a/www/mediawiki/Makefile +++ b/www/mediawiki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2014/08/31 05:10:05 wen Exp $ +# $NetBSD: Makefile,v 1.45 2014/09/28 04:30:00 wen Exp $ DISTNAME= mediawiki-${VER}.${PVER} CATEGORIES= www @@ -23,7 +23,7 @@ INSTALLATION_DIRS= ${EGDIR} share/mediawiki PKG_INSTALLATION_TYPES= overwrite pkgviews VER= 1.23 -PVER= 3 +PVER= 4 APACHE_USER?= www APACHE_GROUP?= www |