[Pkg-mysql-commits] r1349 - branches/experimental-5.0/debian

Norbert Tretkowski nobse at alioth.debian.org
Thu Dec 4 20:28:26 UTC 2008


tags 442684 pending
tags 507789 pending
thanks

Author: nobse
Date: 2008-12-04 20:28:26 +0000 (Thu, 04 Dec 2008)
New Revision: 1349

Modified:
   branches/experimental-5.0/debian/changelog
   branches/experimental-5.0/debian/rules
Log:
Merge 5.0.51a-18 and 5.0.51a-19.

Modified: branches/experimental-5.0/debian/changelog
===================================================================
--- branches/experimental-5.0/debian/changelog	2008-12-04 20:22:10 UTC (rev 1348)
+++ branches/experimental-5.0/debian/changelog	2008-12-04 20:28:26 UTC (rev 1349)
@@ -6,6 +6,7 @@
       (closes: #314785, #324834, #435165, #444216)
     + Properly parameterize all existing references to the mysql config
       file (/etc/mysql/my.cnf).
+  * Merge 5.0.51a-18 and 5.0.51a-19.
 
  -- Norbert Tretkowski <nobse at debian.org>  Mon, 10 Nov 2008 13:47:34 +0100
 
@@ -35,6 +36,24 @@
 
  -- Norbert Tretkowski <nobse at debian.org>  Sun, 02 Nov 2008 13:51:50 +0100
 
+mysql-dfsg-5.0 (5.0.51a-19) UNRELEASED; urgency=low
+
+  * New patch 50_fix_mysqldump2.dpatch from 5.0.60 to fix dumping databases
+    from mysql 4.0 server. (closes: #507789)
+  * Really fix FTBFS if build twice in a row. (closes: #442684)
+
+ -- Norbert Tretkowski <nobse at debian.org>  Thu, 04 Dec 2008 21:17:25 +0100
+
+mysql-dfsg-5.0 (5.0.51a-18) testing-proposed-updates; urgency=high
+
+  * SECURITY:
+    Fix for CVE-2008-4098: Inadequate validation of paths used in DATA
+    DIRECTORY and INDEX DIRECTORY clauses of CREATE TABLE statements enabled
+    attackers to write to tables in other databases to which they could not
+    ordinarily have access.
+
+ -- Devin Carraway <devin at debian.org>  Tue, 25 Nov 2008 05:38:45 +0000
+
 mysql-dfsg-5.0 (5.0.51a-17) testing-proposed-updates; urgency=low
 
   * Don't use commented out passwords from debian.cnf. (closes: #453820)

Modified: branches/experimental-5.0/debian/rules
===================================================================
--- branches/experimental-5.0/debian/rules	2008-12-04 20:22:10 UTC (rev 1348)
+++ branches/experimental-5.0/debian/rules	2008-12-04 20:28:26 UTC (rev 1349)
@@ -153,6 +153,7 @@
 	rm -f testsuite-stamp
 	
 	[ ! -f Makefile ] || $(MAKE) clean
+	[ ! -d mysql-test/var ] || rm -rf mysql-test/var
 
 	# We like to see how long this is neccessary
 	@echo "CRUFT BEGIN" 




More information about the Pkg-mysql-commits mailing list