[Pkg-mysql-commits] r1006 - branches/sid-5.1/debian

Norbert Tretkowski nobse at alioth.debian.org
Sat Nov 17 13:25:57 UTC 2007


tags 349661 pending
tags 442684 pending
tags 451235 pending
thanks

Author: nobse
Date: 2007-11-17 13:25:57 +0000 (Sat, 17 Nov 2007)
New Revision: 1006

Modified:
   branches/sid-5.1/debian/changelog
   branches/sid-5.1/debian/rules
Log:
Merge latest changes from 5.0 branch.

Modified: branches/sid-5.1/debian/changelog
===================================================================
--- branches/sid-5.1/debian/changelog	2007-11-15 17:52:15 UTC (rev 1005)
+++ branches/sid-5.1/debian/changelog	2007-11-17 13:25:57 UTC (rev 1006)
@@ -189,9 +189,19 @@
 
  -- Christian Hammers <ch at debian.org>  Sat, 29 Jul 2006 11:35:42 +0200
 
-mysql-dfsg-5.0 (5.0.45-2) UNRELEASED; urgency=low
+mysql-dfsg-5.0 (5.0.45-3) unstable; urgency=high
 
-  * NOT RELEASED YET
+  * SECURITY:
+    Fix for CVE-2007-5925: The convert_search_mode_to_innobase function in
+    ha_innodb.cc in the InnoDB engine in MySQL 5.1.23-BK and earlier allows
+    remote authenticated users to cause a denial of service (database crash)
+    via a certain CONTAINS operation on an indexed column, which triggers an
+    assertion error. (closes: #451235)
+
+ -- Norbert Tretkowski <nobse at debian.org>  Thu, 15 Nov 2007 18:40:11 +0100
+
+mysql-dfsg-5.0 (5.0.45-2) unstable; urgency=low
+
   * Package is now team-maintained. (closes: #421026)
 
   [ Sean Finney ]
@@ -211,14 +221,15 @@
   * Remove informations about a crash in the server during flush-logs when
     having expire_logs_days enabled but log-bin not, this bug was fixed in
     5.0.32 already. (closes: #368547)
+  * Disable log_bin option in default config file and add a note to the NEWS
+    file. (closes: #349661)
+  * Fix FTBFS if build twice in a row. (closes: #442684)
   * Remove check for buggy options from init script.
   * Update innotop to 1.6.0 release.
   * Add mysqlreport and innotop to mysql-client description.
-  * Disable log_bin option in default config file and add a note to the NEWS
-    file.
-  * Use 'lenny' instead 'etch' in build comment.
+  * Use shorter server version string.
 
- -- Norbert Tretkowski <nobse at debian.org>  Sat, 10 Nov 2007 16:02:26 +0100
+ -- Norbert Tretkowski <nobse at debian.org>  Wed, 14 Nov 2007 20:00:06 +0100
 
 mysql-dfsg-5.0 (5.0.45-1) unstable; urgency=low
 

Modified: branches/sid-5.1/debian/rules
===================================================================
--- branches/sid-5.1/debian/rules	2007-11-15 17:52:15 UTC (rev 1005)
+++ branches/sid-5.1/debian/rules	2007-11-17 13:25:57 UTC (rev 1006)
@@ -76,8 +76,8 @@
 	        --infodir=/usr/share/info \
 	        --mandir=/usr/share/man \
 		\
-		--with-server-suffix="-Debian_$(DEBVERSION)" \
-		--with-comment="Debian lenny distribution" \
+		--with-server-suffix="-$(DEBVERSION)" \
+		--with-comment="(Debian)" \
 		\
 		--enable-shared \
 		--enable-static \




More information about the Pkg-mysql-commits mailing list