diff options
author | wen <wen@pkgsrc.org> | 2014-06-01 08:24:32 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-06-01 08:24:32 +0000 |
commit | d3ee69b9c4ddd78f577c6dbaa8505a073080e7df (patch) | |
tree | 30049798c0abf8a57d2dddf6505034d7aecfa4e5 /www/mediawiki | |
parent | 6d87ff788ec6a5be2c51d43bdfcdf467eef7a650 (diff) | |
download | pkgsrc-d3ee69b9c4ddd78f577c6dbaa8505a073080e7df.tar.gz |
Update to 1.22.7
Upstream changes:
1.22.7
== Security ==
* (bug 65501) SECURITY: Don't parse usernames as wikitext on
Special:PasswordReset.
== Bugfixes in 1.22.7 ==
* (bug 36356) Add space between two feed links.
* (bug 63269) Email notifications were not correctly handling the
[[MediaWiki:Helppage]] message being set to a full URL. This is a regression
from the 1.22.5 point release, which made the default value for it a URL.
If you customized [[MediaWiki:Enotif body]] (the text of email notifications),
you'll need to edit it locally to include the URL via the new variable
$HELPPAGE instead of the parser functions fullurl and canonicalurl; otherwise
you don't have to do anything.
* Add missing uploadstash.us_props for PostgreSQL.
* (bug 56047) Fixed stream wrapper in PhpHttpRequest.
Diffstat (limited to 'www/mediawiki')
-rw-r--r-- | www/mediawiki/Makefile | 5 | ||||
-rw-r--r-- | www/mediawiki/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/mediawiki/Makefile b/www/mediawiki/Makefile index 4d0928c9863..782f965ad4d 100644 --- a/www/mediawiki/Makefile +++ b/www/mediawiki/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2014/05/29 23:37:58 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2014/06/01 08:24:32 wen Exp $ DISTNAME= mediawiki-${VER}.${PVER} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${VER}/ @@ -24,7 +23,7 @@ INSTALLATION_DIRS= ${EGDIR} share/mediawiki PKG_INSTALLATION_TYPES= overwrite pkgviews VER= 1.22 -PVER= 6 +PVER= 7 APACHE_USER?= www APACHE_GROUP?= www diff --git a/www/mediawiki/distinfo b/www/mediawiki/distinfo index 4dd565ec0f3..9d100fff71e 100644 --- a/www/mediawiki/distinfo +++ b/www/mediawiki/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2014/05/01 16:10:05 wen Exp $ +$NetBSD: distinfo,v 1.29 2014/06/01 08:24:32 wen Exp $ -SHA1 (mediawiki-1.22.6.tar.gz) = 45d8997d6307ebc3f07bc4595779f15755a4134e -RMD160 (mediawiki-1.22.6.tar.gz) = 25a7dcc4646fa981546aa7102d074f28660412b2 -Size (mediawiki-1.22.6.tar.gz) = 19875201 bytes +SHA1 (mediawiki-1.22.7.tar.gz) = 81236e03435075a972189fa1bc406a4e3cab67d6 +RMD160 (mediawiki-1.22.7.tar.gz) = 0642cc2e9c90266e066dd75740c4a16aba9bf16b +Size (mediawiki-1.22.7.tar.gz) = 19880247 bytes |