[Pkg-mediawiki-commits] r315 - in mediawiki/trunk/debian: . patches

Jonathan Wiltshire jmw at alioth.debian.org
Mon Jun 4 18:46:27 UTC 2012


Author: jmw
Date: 2012-06-04 18:46:27 +0000 (Mon, 04 Jun 2012)
New Revision: 315

Modified:
   mediawiki/trunk/debian/changelog
   mediawiki/trunk/debian/patches/fix_invalid_sql.patch
   mediawiki/trunk/debian/patches/mimetypes.patch
   mediawiki/trunk/debian/patches/suppress_warnings.patch
   mediawiki/trunk/debian/patches/texvc_location.patch
Log:
New upstream release 1.19.0

Modified: mediawiki/trunk/debian/changelog
===================================================================
--- mediawiki/trunk/debian/changelog	2012-05-30 15:26:38 UTC (rev 314)
+++ mediawiki/trunk/debian/changelog	2012-06-04 18:46:27 UTC (rev 315)
@@ -1,3 +1,9 @@
+mediawiki (1:1.19.0-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Jonathan Wiltshire <jmw at debian.org>  Wed, 30 May 2012 23:37:38 +0100
+
 mediawiki (1:1.18.1-1) experimental; urgency=low
 
   * New upstream release (Closes: #613791, #619159, #550940, #460831)
@@ -11,6 +17,49 @@
 
  -- Jonathan Wiltshire <jmw at debian.org>  Sun, 15 Jan 2012 00:10:18 +0000
 
+mediawiki (1:1.15.5-10) unstable; urgency=low
+
+  * Team upload.
+  * Apply SQL fix for schema search paths by Roland Mas (#673125)
+
+ -- Thorsten Glaser <tg at mirbsd.de>  Wed, 30 May 2012 16:50:36 +0200
+
+mediawiki (1:1.15.5-9) unstable; urgency=high
+
+  * Team upload.
+  * Address MW security release 1.18.1-1 (Closes: #666269)
+    - CVE-2012-1578 MW#34212: doesn’t affect 1.15
+    - CVE-2012-1579 MW#34907: doesn’t affect 1.15
+    - CVE-2012-1580 MW#35317: doesn’t affect 1.15
+    - CVE-2012-1581 MW#35078: fix backported
+    - CVE-2012-1582 MW#35315: fix backported
+  * Apply some lintian cleanup
+
+ -- Thorsten Glaser <tg at mirbsd.de>  Wed, 16 May 2012 15:01:06 +0200
+
+mediawiki (1:1.15.5-8) unstable; urgency=low
+
+  * Fix reversing IPv4 address for SORBS blacklist; patch from
+    Nye Liu <nyet at nyet.org> (Closes: #658672)
+  * Backport a method called by CVE-2011-1580.patch (Closes: #658682)
+  * Fix warnings issued by PHP 5.4 (Closes: #661682)
+  * Suggest librsvg-bin (Closes: #644731)
+  * Demote database server to Suggests (Closes: #617561)
+  * Add dansk translation (Closes: #627848)
+
+ -- Thorsten Glaser <tg at mirbsd.de>  Thu, 15 Mar 2012 12:52:09 +0100
+
+mediawiki (1:1.15.5-7) unstable; urgency=high
+
+  * debian/patches/CVE-2011-4360.patch: remove – the information
+    disclosure does not happen on 1.15 and the patch would not
+    work anyway because the OutputPage object has no setTitle
+    method (this prevents a PHP fatal error when someone has no
+    permissions, instead reverting to the pre-1:1.15.5-4 behaviour
+    of showing a page asking the user to log in)
+
+ -- Thorsten Glaser <tg at mirbsd.de>  Fri, 20 Jan 2012 17:13:28 +0100
+
 mediawiki (1:1.15.5-6) unstable; urgency=low
 
   [ Thorsten Glaser ]

Modified: mediawiki/trunk/debian/patches/fix_invalid_sql.patch
===================================================================
--- mediawiki/trunk/debian/patches/fix_invalid_sql.patch	2012-05-30 15:26:38 UTC (rev 314)
+++ mediawiki/trunk/debian/patches/fix_invalid_sql.patch	2012-06-04 18:46:27 UTC (rev 315)
@@ -7,9 +7,9 @@
 | ^
 Reference: https://evolvis.org/tracker/t_follow.php/1377
 
---- mediawiki-1.18.0.orig/includes/Title.php
-+++ mediawiki-1.18.0/includes/Title.php
-@@ -3217,8 +3217,7 @@
+--- mediawiki-1.19.0.orig/includes/Title.php
++++ mediawiki-1.19.0/includes/Title.php
+@@ -3524,8 +3524,7 @@
  					'pr_expiry'  => 'pr_expiry'
  				),
  				array( 'pr_page' => $pageid ),

Modified: mediawiki/trunk/debian/patches/mimetypes.patch
===================================================================
--- mediawiki/trunk/debian/patches/mimetypes.patch	2012-05-30 15:26:38 UTC (rev 314)
+++ mediawiki/trunk/debian/patches/mimetypes.patch	2012-06-04 18:46:27 UTC (rev 315)
@@ -1,6 +1,6 @@
---- mediawiki-1.18.0.orig/includes/DefaultSettings.php
-+++ mediawiki-1.18.0/includes/DefaultSettings.php
-@@ -826,8 +826,8 @@
+--- mediawiki-1.19.0.orig/includes/DefaultSettings.php
++++ mediawiki-1.19.0/includes/DefaultSettings.php
+@@ -879,8 +879,8 @@
  $wgVerifyMimeType = true;
  
  /** Sets the mime type definition file to use by MimeMagic.php. */

Modified: mediawiki/trunk/debian/patches/suppress_warnings.patch
===================================================================
--- mediawiki/trunk/debian/patches/suppress_warnings.patch	2012-05-30 15:26:38 UTC (rev 314)
+++ mediawiki/trunk/debian/patches/suppress_warnings.patch	2012-06-04 18:46:27 UTC (rev 315)
@@ -2,10 +2,10 @@
 
 Suppress warnings from being run within FusionForge’s gforge-plugin-mediawiki
 
---- mediawiki-1.18.0.orig/includes/GlobalFunctions.php
-+++ mediawiki-1.18.0/includes/GlobalFunctions.php
-@@ -3105,7 +3105,7 @@
- 		session_id( $sessionId );
+--- mediawiki-1.19.0.orig/includes/GlobalFunctions.php
++++ mediawiki-1.19.0/includes/GlobalFunctions.php
+@@ -3362,7 +3362,7 @@
+ 		wfFixSessionID();
  	}
  	wfSuppressWarnings();
 -	session_start();

Modified: mediawiki/trunk/debian/patches/texvc_location.patch
===================================================================
--- mediawiki/trunk/debian/patches/texvc_location.patch	2012-05-30 15:26:38 UTC (rev 314)
+++ mediawiki/trunk/debian/patches/texvc_location.patch	2012-06-04 18:46:27 UTC (rev 315)
@@ -1,6 +1,6 @@
---- mediawiki-1.18.0.orig/includes/DefaultSettings.php
-+++ mediawiki-1.18.0/includes/DefaultSettings.php
-@@ -3873,8 +3873,11 @@
+--- mediawiki-1.19.0.orig/includes/DefaultSettings.php
++++ mediawiki-1.19.0/includes/DefaultSettings.php
+@@ -4002,8 +4002,11 @@
   * the MediaWiki package and have latex, dvips, gs (ghostscript), andconvert
   * (ImageMagick) installed and available in the PATH.
   * Please see math/README for more information.




More information about the Pkg-mediawiki-commits mailing list