Thu May 1 22:24:01 2014 UTC ()
Pullup ticket #4394 - requested by wen
www/mediawiki: security update

Revisions pulled up:
- www/mediawiki/Makefile                                        1.39
- www/mediawiki/distinfo                                        1.28

---
   Module Name:    pkgsrc
   Committed By:   wen
   Date:           Thu May  1 16:10:05 UTC 2014

   Modified Files:
           pkgsrc/www/mediawiki: Makefile distinfo

   Log Message:
   Update to 1.22.6

   Upstream changes:
   MediaWiki 1.22.6[edit | edit source]
   This is a security release of the MediaWiki 1.22 branch.

   Changes since 1.22.5[edit | edit source]
   (bug 63251) SECURITY: Escape sortKey in pageInfo.
   MediaWiki 1.22.5[edit | edit source]
   This is a security and maintenance release of the MediaWiki 1.22 branch.

   Changes since 1.22.4[edit | edit source]
   (bug 62497) SECURITY: Add CSRF token on Special:ChangePassword.
   (bug 62467) Set a title for the context during import on the cli.
   Fix custom local MediaWiki:Helppage values.
   mediawiki.js: Fix documentation breakage.
   (bug 58153) Make MySQLi work with non standard port.
   (bug 53887) Reintroduced a link to help pages in the default sidebar,
   that any sysop can customize by editing MediaWiki:Sidebar locally. The
   link now points to a mediawiki.org page which is guaranteed to exist.
   Nothing needs to be done on your end, but remember to adjust
   MediaWiki:Sidebar for the needs of your wikis. Everyone can help with
   the shared documentation by translating:
   https://www.mediawiki.org/wiki/Special:Translate/agg-Help_pages .
   (bug 53888) Corrected a regression in 1.22 which introduced red links
   on the login page. If you previously installed 1.22.x and have created
   a local page to make the red link blue, write its title as in
   MediaWiki:helplogin-url if you didn't already. Otherwise, you don't
   need to do anything, but you can translate the help page at
   https://www.mediawiki.org/wiki/Help:Logging_in


(tron)
diff -r1.38 -r1.38.2.1 pkgsrc/www/mediawiki/Makefile
diff -r1.27 -r1.27.2.1 pkgsrc/www/mediawiki/distinfo

cvs diff -r1.38 -r1.38.2.1 pkgsrc/www/mediawiki/Makefile (expand / switch to unified diff)

--- pkgsrc/www/mediawiki/Makefile 2014/03/13 07:30:34 1.38
+++ pkgsrc/www/mediawiki/Makefile 2014/05/01 22:24:01 1.38.2.1
@@ -1,39 +1,39 @@ @@ -1,39 +1,39 @@
1# $NetBSD: Makefile,v 1.38 2014/03/13 07:30:34 wen Exp $ 1# $NetBSD: Makefile,v 1.38.2.1 2014/05/01 22:24:01 tron Exp $
2 2
3DISTNAME= mediawiki-${VER}.${PVER} 3DISTNAME= mediawiki-${VER}.${PVER}
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= http://releases.wikimedia.org/mediawiki/${VER}/ 5MASTER_SITES= http://releases.wikimedia.org/mediawiki/${VER}/
6 6
7MAINTAINER= wenheping@gmail.com 7MAINTAINER= wenheping@gmail.com
8HOMEPAGE= http://www.mediawiki.org/ 8HOMEPAGE= http://www.mediawiki.org/
9COMMENT= Free software wiki package originally written for Wikipedia 9COMMENT= Free software wiki package originally written for Wikipedia
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.3.2:../../textproc/php-dom 12DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.3.2:../../textproc/php-dom
13DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.3.2:../../graphics/php-gd 13DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.3.2:../../graphics/php-gd
14DEPENDS+= ${PHP_PKG_PREFIX}-intl>=5.3.2:../../textproc/php-intl 14DEPENDS+= ${PHP_PKG_PREFIX}-intl>=5.3.2:../../textproc/php-intl
15DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.3.2:../../textproc/php-json 15DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.3.2:../../textproc/php-json
16 16
17EGDIR= share/examples/mediawiki 17EGDIR= share/examples/mediawiki
18MEDIAWIKI= ${PREFIX}/share/mediawiki 18MEDIAWIKI= ${PREFIX}/share/mediawiki
19INSTALLATION_DIRS= ${EGDIR} share/mediawiki 19INSTALLATION_DIRS= ${EGDIR} share/mediawiki
20 20
21.include "../../mk/bsd.prefs.mk" 21.include "../../mk/bsd.prefs.mk"
22.include "options.mk" 22.include "options.mk"
23 23
24PKG_INSTALLATION_TYPES= overwrite pkgviews 24PKG_INSTALLATION_TYPES= overwrite pkgviews
25VER= 1.22 25VER= 1.22
26PVER= 4 26PVER= 6
27 27
28APACHE_USER?= www 28APACHE_USER?= www
29APACHE_GROUP?= www 29APACHE_GROUP?= www
30BUILD_DEFS+= APACHE_USER APACHE_GROUP 30BUILD_DEFS+= APACHE_USER APACHE_GROUP
31 31
32PKG_SYSCONFSUBDIR?= httpd 32PKG_SYSCONFSUBDIR?= httpd
33MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} 33MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
34 34
35CONF_FILES= ${PREFIX}/${EGDIR}/mediawiki.conf \ 35CONF_FILES= ${PREFIX}/${EGDIR}/mediawiki.conf \
36 ${PKG_SYSCONFDIR}/mediawiki.conf 36 ${PKG_SYSCONFDIR}/mediawiki.conf
37 37
38NO_CONFIGURE= YES 38NO_CONFIGURE= YES
39NO_BUILD= YES 39NO_BUILD= YES

cvs diff -r1.27 -r1.27.2.1 pkgsrc/www/mediawiki/distinfo (expand / switch to unified diff)

--- pkgsrc/www/mediawiki/distinfo 2014/03/13 07:30:34 1.27
+++ pkgsrc/www/mediawiki/distinfo 2014/05/01 22:24:01 1.27.2.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.27 2014/03/13 07:30:34 wen Exp $ 1$NetBSD: distinfo,v 1.27.2.1 2014/05/01 22:24:01 tron Exp $
2 2
3SHA1 (mediawiki-1.22.4.tar.gz) = 4b02e262b73a578708815070f696813dda274198 3SHA1 (mediawiki-1.22.6.tar.gz) = 45d8997d6307ebc3f07bc4595779f15755a4134e
4RMD160 (mediawiki-1.22.4.tar.gz) = c11605dde845285cfa0f28934345010563ebbea2 4RMD160 (mediawiki-1.22.6.tar.gz) = 25a7dcc4646fa981546aa7102d074f28660412b2
5Size (mediawiki-1.22.4.tar.gz) = 19948845 bytes 5Size (mediawiki-1.22.6.tar.gz) = 19875201 bytes