[mediawiki] Update to 1.22.1

Patrick Uiterwijk puiterwijk at fedoraproject.org
Tue Jan 14 09:12:47 UTC 2014


commit bce5b0aca1fafc153a78474f45d66fc541af23bd
Author: Patrick Uiterwijk <puiterwijk at redhat.com>
Date:   Tue Jan 14 10:12:54 2014 +0100

    Update to 1.22.1
    
    - (bug 57550) (CVE-2013-6452) SECURITY: Disallow stylesheets in SVG Uploads
    - (bug 58088) (CVE-2013-6451) SECURITY: Don't normalize U+FF3C to \ in CSS Checks
    - (bug 58472) (CVE-2013-6454) SECURITY: Disallow -o-link in styles
    - (bug 58553) (CVE-2013-6453) SECURITY: Return error on invalid XML for SVG Uploads
    - (bug 58699) (CVE-2013-6472) SECURITY: Fix RevDel log entry information leaks
    - (bug 58178) Restore compatibility with curl < 7.16.2.
    - (bug 56931) Updated the plural rules to CLDR 24. They are in new format which is detailed in UTS 35 Rev 33. The PHP parser and evaluator as well as the JavaScript evaluator were updated to support the new format. Plural rules for some languages have changed, most notably Russian. Affected software messages have been updated and marked for review at translatewiki.net. This change is backported from the development branch of MediaWiki 1.23.
    - (bug 58434) The broken installer for database backend Oracle was fixed.
    - (bug 58167) The web installer no longer throws an exception when PHP is compiled without support for MySQL yet with support for another DBMS.
    - (bug 58640) Fixed a compatibility issue with PCRE 8.34 that caused pages to appear blank or with missing text.
    - (bug 47055) Changed FOR UPDATE handling in Postgresql
    - (bug 57026) Avoid extra parsing in prepareContentForEdit()

 .gitignore     |    1 +
 mediawiki.spec |   17 ++++++++++++++++-
 sources        |    2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14ceae7..13454bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ mediawiki-1.15.4.tar.gz
 /mediawiki-1.21.2.tar.gz
 /mediawiki-1.21.3.tar.gz
 /mediawiki-1.22.0.tar.gz
+/mediawiki-1.22.1.tar.gz
diff --git a/mediawiki.spec b/mediawiki.spec
index 417d203..a571fdc 100644
--- a/mediawiki.spec
+++ b/mediawiki.spec
@@ -1,6 +1,6 @@
 Summary: A wiki engine
 Name: mediawiki
-Version: 1.22.0
+Version: 1.22.1
 Release: 1%{?dist}
 License: GPLv2+
 URL: http://www.mediawiki.org/
@@ -122,6 +122,21 @@ echo /var/www/wiki > %{buildroot}%{_sysconfdir}/mediawiki/instances
 
 
 %changelog
+* Tue Jan 14 2014 Patrick Uiterwijk <puiterwijk at redhat.com> - 1.22.1-1
+- Update to 1.22.1
+- (bug 57550) (CVE-2013-6452) SECURITY: Disallow stylesheets in SVG Uploads
+- (bug 58088) (CVE-2013-6451) SECURITY: Don't normalize U+FF3C to \ in CSS Checks
+- (bug 58472) (CVE-2013-6454) SECURITY: Disallow -o-link in styles
+- (bug 58553) (CVE-2013-6453) SECURITY: Return error on invalid XML for SVG Uploads
+- (bug 58699) (CVE-2013-6472) SECURITY: Fix RevDel log entry information leaks
+- (bug 58178) Restore compatibility with curl < 7.16.2.
+- (bug 56931) Updated the plural rules to CLDR 24. They are in new format which is detailed in UTS 35 Rev 33. The PHP parser and evaluator as well as the JavaScript evaluator were updated to support the new format. Plural rules for some languages have changed, most notably Russian. Affected software messages have been updated and marked for review at translatewiki.net. This change is backported from the development branch of MediaWiki 1.23.
+- (bug 58434) The broken installer for database backend Oracle was fixed.
+- (bug 58167) The web installer no longer throws an exception when PHP is compiled without support for MySQL yet with support for another DBMS.
+- (bug 58640) Fixed a compatibility issue with PCRE 8.34 that caused pages to appear blank or with missing text.
+- (bug 47055) Changed FOR UPDATE handling in Postgresql
+- (bug 57026) Avoid extra parsing in prepareContentForEdit()
+
 * Mon Dec 09 2013 Michael Cronenworth <mike at cchtml.com> - 1.22.0-1
 - New upstream release.
 
diff --git a/sources b/sources
index 5a842c0..5d7b212 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f493d775251d6ad63f391738750397c  mediawiki-1.22.0.tar.gz
+fc404fec677d0cb9d7a51bd1a900b5e6  mediawiki-1.22.1.tar.gz


More information about the scm-commits mailing list