[ubuntu/maverick] mysql-5.1 5.1.47-1ubuntu1 (Accepted)
Chuck Short
zulcss at ubuntu.com
Thu May 27 13:40:54 BST 2010
mysql-5.1 (5.1.47-1ubuntu1) maverick; urgency=low
* Merge from debian unstable, remaining changes:
+ debian/control:
* Update maintainer according to spec.
* Move section from "misc" to "database".
* Added libmysqlclient16-dev an empty transitional package.
* Added mysql-client-core-5.1 package.
* Suggest mailx for mysql-server-5.1
* Add mysql-testsuite package so you can run the testsuite seperately.
+ debian/additions/my.cnf:
* Remove language options. Error message files are located in a different directory in Mysql
5.0. Setting the language option to use /usr/share/mysql/english breaks Mysql 5.0. Both 5.0
and 5.1 use a different value that works. (LP: #316974)
+ Add apparmor profile:
+ debian/apparmor-profile: apparmor-profile
+ debian/rules, debian/mysql-server-5.1.files: install apparmor profile
+ debian/mysql-server-5.1.dirs: add etc/apparmor.d/fore-complain
+ debian/mysql-server-5.1.postrm: remove symlink in force-complain/ on purge.
+ debian/mysql-server-5.1.README.Debian: add apparmor documentation.
+ debian/additions/my.cnf: Add warning about apparmor. (LP: #201799)
+ debian/mysql-server-5.1.postinst: reload apparmor profiles
* Convert the package from sysvinit to upstart:
+ debian/mysql-server-5.1.mysql.upstart: Add upstart script.
+ debian/mysql-server-5.1.mysql.init: Dropped, unused now with upstart.
+ debian/additions/mysqld_safe_syslog.cnf: Dropped, unused now with upstart.
+ debian/additons/my.cnf: Remove pid declaration and setup error logging to /var/log/mysql since
we're not piping anything around logger anymore.
+ debian/rules, debian/mysql-server-5.1.logcheck.ignore.{paranoid,worstation},
debian/mysql-server-5.1.logcheck.ignore.server: : Remove references to mysqld_safe
+ debian/patches/38_scripts_mysqld_safe.sh_signals.dpatch: Dropped
* Added -fno-strict-aliasing to CFLAGS to get around mysql testsuite build failures.
* Add Apport hook (LP: #354188):
+ debian/mysql-server-5.1.py: apport package hook
+ debian/rules: Make it installable
* debian/mysql-server-5.1.mysql-server.logrotate: Check to see if mysql is running before
running logrotate. (LP: #513135)
* Make the testsuite installable. (LP: #530752)
+ debian/mysql-server-5.1.files, debian/rules: install apport package hook
* debian/mysql-server-5.1.preinst: Set mysql user's home directory
to /nonexistent to protect against having the /var/lib/mysql
user-writeable. If an attacker can trick mysqld into creating
dot files in the home directory, he could do .rhost-like attacks
on the system. (LP: #293258)
* Dropped:
+ debian/patches/51_ssl_test_certs: Certs have been updated up until 2015.
Date: Wed, 26 May 2010 09:27:48 -0400
Changed-By: Chuck Short <zulcss at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Chuck Short <chuck.short at canonical.com>
https://launchpad.net/ubuntu/maverick/+source/mysql-5.1/5.1.47-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 26 May 2010 09:27:48 -0400
Source: mysql-5.1
Binary: libmysqlclient16 libmysqlclient16-dev libmysqld-pic libmysqld-dev libmysqlclient-dev mysql-common mysql-client-core-5.1 mysql-client-5.1 mysql-server-core-5.1 mysql-server-5.1 mysql-server mysql-client mysql-testsuite
Architecture: source
Version: 5.1.47-1ubuntu1
Distribution: maverick
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Chuck Short <zulcss at ubuntu.com>
Description:
libmysqlclient-dev - MySQL database development files
libmysqlclient16 - MySQL database client library
libmysqlclient16-dev - MySQL database development files - empty transitional package
libmysqld-dev - MySQL embedded database development files
libmysqld-pic - MySQL database development files
mysql-client - MySQL database client (metapackage depending on the latest versio
mysql-client-5.1 - MySQL database client binaries
mysql-client-core-5.1 - MySQL database core client binaries
mysql-common - MySQL database common files, e.g. /etc/mysql/my.cnf
mysql-server - MySQL database server (metapackage depending on the latest versio
mysql-server-5.1 - MySQL database server binaries and system database setup
mysql-server-core-5.1 - MySQL database server binaries
mysql-testsuite - MySQL testsuite
Launchpad-Bugs-Fixed: 201799 293258 316974 354188 513135 530752
Changes:
mysql-5.1 (5.1.47-1ubuntu1) maverick; urgency=low
.
* Merge from debian unstable, remaining changes:
+ debian/control:
* Update maintainer according to spec.
* Move section from "misc" to "database".
* Added libmysqlclient16-dev an empty transitional package.
* Added mysql-client-core-5.1 package.
* Suggest mailx for mysql-server-5.1
* Add mysql-testsuite package so you can run the testsuite seperately.
+ debian/additions/my.cnf:
* Remove language options. Error message files are located in a different directory in Mysql
5.0. Setting the language option to use /usr/share/mysql/english breaks Mysql 5.0. Both 5.0
and 5.1 use a different value that works. (LP: #316974)
+ Add apparmor profile:
+ debian/apparmor-profile: apparmor-profile
+ debian/rules, debian/mysql-server-5.1.files: install apparmor profile
+ debian/mysql-server-5.1.dirs: add etc/apparmor.d/fore-complain
+ debian/mysql-server-5.1.postrm: remove symlink in force-complain/ on purge.
+ debian/mysql-server-5.1.README.Debian: add apparmor documentation.
+ debian/additions/my.cnf: Add warning about apparmor. (LP: #201799)
+ debian/mysql-server-5.1.postinst: reload apparmor profiles
* Convert the package from sysvinit to upstart:
+ debian/mysql-server-5.1.mysql.upstart: Add upstart script.
+ debian/mysql-server-5.1.mysql.init: Dropped, unused now with upstart.
+ debian/additions/mysqld_safe_syslog.cnf: Dropped, unused now with upstart.
+ debian/additons/my.cnf: Remove pid declaration and setup error logging to /var/log/mysql since
we're not piping anything around logger anymore.
+ debian/rules, debian/mysql-server-5.1.logcheck.ignore.{paranoid,worstation},
debian/mysql-server-5.1.logcheck.ignore.server: : Remove references to mysqld_safe
+ debian/patches/38_scripts_mysqld_safe.sh_signals.dpatch: Dropped
* Added -fno-strict-aliasing to CFLAGS to get around mysql testsuite build failures.
* Add Apport hook (LP: #354188):
+ debian/mysql-server-5.1.py: apport package hook
+ debian/rules: Make it installable
* debian/mysql-server-5.1.mysql-server.logrotate: Check to see if mysql is running before
running logrotate. (LP: #513135)
* Make the testsuite installable. (LP: #530752)
+ debian/mysql-server-5.1.files, debian/rules: install apport package hook
* debian/mysql-server-5.1.preinst: Set mysql user's home directory
to /nonexistent to protect against having the /var/lib/mysql
user-writeable. If an attacker can trick mysqld into creating
dot files in the home directory, he could do .rhost-like attacks
on the system. (LP: #293258)
* Dropped:
+ debian/patches/51_ssl_test_certs: Certs have been updated up until 2015.
Checksums-Sha1:
75e1f2de5fe69154fd58ab4279a818ec5531bc87 1860 mysql-5.1_5.1.47-1ubuntu1.dsc
976cc951650b76076de65746e01b9f6932a26cd9 20963030 mysql-5.1_5.1.47.orig.tar.gz
49084b37ebe8d8ae5f21b6fa9a6f89b1cec97ef6 292135 mysql-5.1_5.1.47-1ubuntu1.diff.gz
Checksums-Sha256:
20e054247cc8ff5aaa2b534ed6e14e5529531d1307e93b8dc59b8c00abfa37b8 1860 mysql-5.1_5.1.47-1ubuntu1.dsc
90d6af956ba07d4acecc4b880b7f61bd7a4dead3d652840e5e9f652742c2c5b2 20963030 mysql-5.1_5.1.47.orig.tar.gz
4a745612c9191e8b581defcd70d19ef07cdcc90abf93be9e923dc3f6adefec9d 292135 mysql-5.1_5.1.47-1ubuntu1.diff.gz
Files:
808a788ff755f1a5b622d9917660986c 1860 database optional mysql-5.1_5.1.47-1ubuntu1.dsc
a535d076a16d08fe95c85f41f0c3f442 20963030 database optional mysql-5.1_5.1.47.orig.tar.gz
42135b5ac3f9a738fa3eb874a4a6821d 292135 database optional mysql-5.1_5.1.47-1ubuntu1.diff.gz
Original-Maintainer: Debian MySQL Maintainers <pkg-mysql-maint at lists.alioth.debian.org>
More information about the Maverick-changes
mailing list