[Pkg-mysql-commits] r2126 - mysql-5.1/branches/unstable/debian

Clint Byrum spamaps-guest at alioth.debian.org
Mon May 28 16:24:32 UTC 2012


Author: spamaps-guest
Date: 2012-05-28 16:24:32 +0000 (Mon, 28 May 2012)
New Revision: 2126

Modified:
   mysql-5.1/branches/unstable/debian/changelog
   mysql-5.1/branches/unstable/debian/control
   mysql-5.1/branches/unstable/debian/rules
Log:
* SECURITY UPDATE: Unspecified vulnerabilities identified by Oracle in
  versions of MySQL 5.1 prior to 5.1.63: CVE-2012-0882 (Assumed updated
  since a new version of yaSSL is included with 5.1.63).
* d/control: Remove unversioned packages so 5.1 deps stay installable
  during 5.5 transition.

Modified: mysql-5.1/branches/unstable/debian/changelog
===================================================================
--- mysql-5.1/branches/unstable/debian/changelog	2012-05-26 16:49:48 UTC (rev 2125)
+++ mysql-5.1/branches/unstable/debian/changelog	2012-05-28 16:24:32 UTC (rev 2126)
@@ -1,8 +1,13 @@
-mysql-5.1 (5.1.62-2) UNRELEASED; urgency=low
+mysql-5.1 (5.1.63-1) UNRELEASED; urgency=low
 
+  * SECURITY UPDATE: Unspecified vulnerabilities identified by Oracle in
+    versions of MySQL 5.1 prior to 5.1.63: CVE-2012-0882 (Assumed updated
+    since a new version of yaSSL is included with 5.1.63).
   * d/control: Fix VCS fields. (Closes: #672254). Thanks William Dauchy!
+  * d/control: Remove unversioned packages so 5.1 deps stay installable
+    during 5.5 transition.
 
- -- Clint Byrum <clint at ubuntu.com>  Tue, 15 May 2012 15:07:38 -0700
+ -- Clint Byrum <clint at ubuntu.com>  Mon, 28 May 2012 07:49:07 -0700
 
 mysql-5.1 (5.1.62-1) unstable; urgency=low
 

Modified: mysql-5.1/branches/unstable/debian/control
===================================================================
--- mysql-5.1/branches/unstable/debian/control	2012-05-26 16:49:48 UTC (rev 2125)
+++ mysql-5.1/branches/unstable/debian/control	2012-05-28 16:24:32 UTC (rev 2126)
@@ -22,61 +22,6 @@
  .
  This package includes the client library.
 
-Package: libmysqld-pic
-Architecture: any
-Section: libdevel
-Depends: libmysqlclient-dev (>= ${source:Version}), ${misc:Depends}
-Description: MySQL database development files
- MySQL is a fast, stable and true multi-user, multi-threaded SQL database
- server. SQL (Structured Query Language) is the most popular database query
- language in the world. The main goals of MySQL are speed, robustness and
- ease of use.
- .
- This package includes the -fPIC version of the embedded server library.
-
-Package: libmysqld-dev
-Architecture: any
-Section: libdevel
-Depends: libmysqlclient-dev (>= ${source:Version}), ${misc:Depends}
-Description: MySQL embedded database development files
- MySQL is a fast, stable and true multi-user, multi-threaded SQL database
- server. SQL (Structured Query Language) is the most popular database query
- language in the world. The main goals of MySQL are speed, robustness and
- ease of use.
- .
- This package includes the embedded server library and header files.
-
-Package: libmysqlclient-dev
-Architecture: any
-Section: libdevel
-Depends: libmysqlclient16 (= ${binary:Version}), zlib1g-dev, , ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libmysqlclient14-dev, libmysqlclient12-dev, libmysqlclient10-dev, libmysqlclient15-dev
-Provides: libmysqlclient15-dev
-Replaces: libmysqlclient15-dev
-Description: MySQL database development files
- MySQL is a fast, stable and true multi-user, multi-threaded SQL database
- server. SQL (Structured Query Language) is the most popular database query
- language in the world. The main goals of MySQL are speed, robustness and
- ease of use.
- .
- This package includes development libraries and header files.
-
-Package: mysql-common
-Section: database
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: mysql-common-4.1
-Provides: mysql-common-4.1
-Replaces: mysql-common-4.1
-Description: MySQL database common files, e.g. /etc/mysql/my.cnf
- MySQL is a fast, stable and true multi-user, multi-threaded SQL database
- server. SQL (Structured Query Language) is the most popular database query
- language in the world. The main goals of MySQL are speed, robustness and
- ease of use.
- .
- This package includes files needed by all versions of the client library,
- e.g. /etc/mysql/my.cnf.
-
 Package: mysql-client-5.1
 Architecture: any
 Depends: debianutils (>=1.6), libdbi-perl, libdbd-mysql-perl (>= 1.2202), mysql-common (>= ${source:Version}), libmysqlclient16 (>= ${source:Version}), ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
@@ -125,32 +70,6 @@
  This package contains all the infrastructure needed to setup system
  databases.
 
-Package: mysql-server
-Section: database
-Architecture: all
-Depends: mysql-server-5.1, ${misc:Depends}
-Description: MySQL database server (metapackage depending on the latest version)
- This is an empty package that depends on the current "best" version of
- mysql-server (currently mysql-server-5.1), as determined by the MySQL
- maintainers. Install this package if in doubt about which MySQL
- version you need. That will install the version recommended by the
- package maintainers.
- .
- MySQL is a fast, stable and true multi-user, multi-threaded SQL database
- server. SQL (Structured Query Language) is the most popular database query
- language in the world. The main goals of MySQL are speed, robustness and
- ease of use.
-
-Package: mysql-client
-Section: database
-Architecture: all
-Depends: mysql-client-5.1, ${misc:Depends}
-Description: MySQL database client (metapackage depending on the latest version)
- This is an empty package that depends on the current "best" version of
- mysql-client (currently mysql-client-5.1), as determined by the MySQL
- maintainers.  Install this package if in doubt about which MySQL version
- you want, as this is the one we consider to be in the best shape.
-
 Package: mysql-source-5.1
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}

Modified: mysql-5.1/branches/unstable/debian/rules
===================================================================
--- mysql-5.1/branches/unstable/debian/rules	2012-05-26 16:49:48 UTC (rev 2125)
+++ mysql-5.1/branches/unstable/debian/rules	2012-05-28 16:24:32 UTC (rev 2126)
@@ -127,7 +127,7 @@
 	touch $@
 
 
-build: build-stamp build-stamp-pic
+build: build-stamp
 
 build-stamp: configure
 	@echo "RULES.$@"
@@ -263,7 +263,6 @@
 	install -m 0755 debian/additions/debian-start.inc.sh $(TMP)/usr/share/mysql/
 	# lintian overrides
 	mkdir -p $(TMP)/usr/share/lintian/overrides/
-	cp debian/mysql-common.lintian-overrides     $(TMP)/usr/share/lintian/overrides/mysql-common
 	cp debian/mysql-server-5.1.lintian-overrides $(TMP)/usr/share/lintian/overrides/mysql-server-5.1
 	cp debian/mysql-client-5.1.lintian-overrides $(TMP)/usr/share/lintian/overrides/mysql-client-5.1
 




More information about the Pkg-mysql-commits mailing list