[Pkg-mysql-commits] r2147 - mysql-5.1/branches/stable-security/debian

Clint Byrum spamaps-guest at alioth.debian.org
Tue Jun 12 12:46:22 UTC 2012


tags 670636 pending
tags 677018 pending
thanks

Author: spamaps-guest
Date: 2012-06-12 12:46:21 +0000 (Tue, 12 Jun 2012)
New Revision: 2147

Modified:
   mysql-5.1/branches/stable-security/debian/changelog
   mysql-5.1/branches/stable-security/debian/rules
Log:
* SECURITY UPDATE: Unspecified vulnerabilities identified by Oracle:
  CVE-2012-0583 CVE-2012-1688 CVE-2012-1690 CVE-2012-1703.
  (Closes: 670636)
* SECURITY UPDATE: New upstream version fixes authentication bypass.
  CVE-2012-2122 (Closes: #677018) 
* d/rules: Change get-orig-source to a working mirror.

Modified: mysql-5.1/branches/stable-security/debian/changelog
===================================================================
--- mysql-5.1/branches/stable-security/debian/changelog	2012-06-11 18:16:35 UTC (rev 2146)
+++ mysql-5.1/branches/stable-security/debian/changelog	2012-06-12 12:46:21 UTC (rev 2147)
@@ -1,3 +1,14 @@
+mysql-5.1 (5.1.63-0+squeeze1) stable-security; urgency=low
+
+  * SECURITY UPDATE: Unspecified vulnerabilities identified by Oracle:
+    CVE-2012-0583 CVE-2012-1688 CVE-2012-1690 CVE-2012-1703.
+    (Closes: 670636)
+  * SECURITY UPDATE: New upstream version fixes authentication bypass.
+    CVE-2012-2122 (Closes: #677018) 
+  * d/rules: Change get-orig-source to a working mirror.
+
+ -- Clint Byrum <clint at ubuntu.com>  Tue, 12 Jun 2012 05:45:00 -0700
+
 mysql-5.1 (5.1.61-1) stable-security; urgency=high
 
   * SECURITY UPDATE: Unspecified vulnerabilities identified by Oracle.

Modified: mysql-5.1/branches/stable-security/debian/rules
===================================================================
--- mysql-5.1/branches/stable-security/debian/rules	2012-06-11 18:16:35 UTC (rev 2146)
+++ mysql-5.1/branches/stable-security/debian/rules	2012-06-12 12:46:21 UTC (rev 2147)
@@ -331,7 +331,7 @@
 get-orig-source:
 	@wget -nv -T10 -t3 \
 	  -O /tmp/mysql-$(DEB_UPSTREAM_VERSION).tar.gz \
-	  http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-$(DEB_UPSTREAM_VERSION_MAJOR_MINOR)/mysql-$(DEB_UPSTREAM_VERSION).tar.gz
+	  http://mysql.mirrors.pair.com/Downloads/MySQL-$(DEB_UPSTREAM_VERSION_MAJOR_MINOR)/mysql-$(DEB_UPSTREAM_VERSION).tar.gz
 	@tar xfz /tmp/mysql-$(DEB_UPSTREAM_VERSION).tar.gz -C /tmp
 	@rm -rf /tmp/mysql-$(DEB_UPSTREAM_VERSION)/Docs
 	@rm -rf /tmp/mysql-$(DEB_UPSTREAM_VERSION)/debian




More information about the Pkg-mysql-commits mailing list