[ubuntu/oneiric] mysql-5.1 5.1.57-3.1ubuntu1 (Accepted)
Chuck Short
zulcss at ubuntu.com
Thu Jul 14 17:20:22 UTC 2011
mysql-5.1 (5.1.57-3.1ubuntu1) oneiric; 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)
+ 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)
+ debian/control: mysql-client-5.1 should depend on mysql-core-client-5.1.
(LP: #590952)
+ debian/mysql-server.5.1.postinst: Specify the mysql user when installing
the mysql databases. (LP: #591875)
+ Installing mysql_config_pic in /usr/bin so users of libmysqld-pic
can extract the appropriate compile flags. (LP: #605021)
mysql-5.1 (5.1.57-3.1) unstable; urgency=low
* Non-maintainer upload.
* Don't ship .la files.
mysql-5.1 (5.1.57-3) unstable; urgency=low
* Really fix syntax warning in preinst. (closes: #630672)
mysql-5.1 (5.1.57-2) unstable; urgency=low
* Acknowledge NMUs. (closes: #614044)
* Fix syntax warning in preinst. (closes: #630672)
mysql-5.1 (5.1.57-1.3) unstable; urgency=high
* Non-maintainer upload.
* Use correct DEB_HOST_GNU_TYPE and not DEB_HOST_BUILD_TYPE.
mysql-5.1 (5.1.57-1.2) unstable; urgency=high
* Non-maintainer upload.
* Prefix gcc-4.5 and g++-4.5 with DEB_BUILD_GNU_TYPE to fix FTBFS on
ia64, s390 and maybe more.
mysql-5.1 (5.1.57-1.1) unstable; urgency=high
* Non-maintainer upload (with permission of maintainer).
* Build with gcc-4.5 (Closes: #614044)
* Revert: "Build with -O2 instead -O3, MySQL seems not yet ready for -
O3 when using gcc-4.6." since we are building with gcc-4.5.
mysql-5.1 (5.1.57-1) unstable; urgency=medium
* Bump libmysqlclient16 shlibs to 5.1.50-1 as it introduced a new symbol.
(closes: #617240)
* Build with -O2 instead -O3, MySQL seems not yet ready for -O3 when using
gcc-4.6. (closes: #614044)
* Ignore errors in testsuite run on ia64.
mysql-5.1 (5.1.56-1) unstable; urgency=low
* New upstream release.
* Replace doxygen and texlive-latex-base build-deps with doxygen-latex.
(closes: #616270)
mysql-5.1 (5.1.55-1) unstable; urgency=low
* New upstream release.
mysql-5.1 (5.1.54-2) unstable; urgency=low
* Upload to unstable.
* Add mysql-source-5.1 package, patch from Clint Byrum. (closes: #611965)
* Update debconf translations:
- Dutch, from Eric Spreen. (closes: #605590)
- Slovak, from Slavko. (closes: #608885)
* Fix minor grammar infelicity in debian-start script. (closes: #582955)
mysql-5.1 (5.1.54-1ubuntu5) oneiric; urgency=low
* debian/apparmor-profile: Allow /var/run and /run. (LP: #810270)
Date: Thu, 14 Jul 2011 01:04:47 +0100
Changed-By: Chuck Short <zulcss at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/oneiric/+source/mysql-5.1/5.1.57-3.1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 14 Jul 2011 01:04:47 +0100
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 mysql-source-5.1
Architecture: source
Version: 5.1.57-3.1ubuntu1
Distribution: oneiric
Urgency: high
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-source-5.1 - MySQL source
mysql-testsuite - MySQL testsuite
Closes: 582955 605590 608885 611965 614044 616270 617240 630672
Launchpad-Bugs-Fixed: 201799 293258 316974 354188 513135 590952 591875 605021 810270
Changes:
mysql-5.1 (5.1.57-3.1ubuntu1) oneiric; 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)
+ 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)
+ debian/control: mysql-client-5.1 should depend on mysql-core-client-5.1.
(LP: #590952)
+ debian/mysql-server.5.1.postinst: Specify the mysql user when installing
the mysql databases. (LP: #591875)
+ Installing mysql_config_pic in /usr/bin so users of libmysqld-pic
can extract the appropriate compile flags. (LP: #605021)
.
mysql-5.1 (5.1.57-3.1) unstable; urgency=low
.
* Non-maintainer upload.
* Don't ship .la files.
.
mysql-5.1 (5.1.57-3) unstable; urgency=low
.
* Really fix syntax warning in preinst. (closes: #630672)
.
mysql-5.1 (5.1.57-2) unstable; urgency=low
.
* Acknowledge NMUs. (closes: #614044)
* Fix syntax warning in preinst. (closes: #630672)
.
mysql-5.1 (5.1.57-1.3) unstable; urgency=high
.
* Non-maintainer upload.
* Use correct DEB_HOST_GNU_TYPE and not DEB_HOST_BUILD_TYPE.
.
mysql-5.1 (5.1.57-1.2) unstable; urgency=high
.
* Non-maintainer upload.
* Prefix gcc-4.5 and g++-4.5 with DEB_BUILD_GNU_TYPE to fix FTBFS on
ia64, s390 and maybe more.
.
mysql-5.1 (5.1.57-1.1) unstable; urgency=high
.
* Non-maintainer upload (with permission of maintainer).
* Build with gcc-4.5 (Closes: #614044)
* Revert: "Build with -O2 instead -O3, MySQL seems not yet ready for -
O3 when using gcc-4.6." since we are building with gcc-4.5.
.
mysql-5.1 (5.1.57-1) unstable; urgency=medium
.
* Bump libmysqlclient16 shlibs to 5.1.50-1 as it introduced a new symbol.
(closes: #617240)
* Build with -O2 instead -O3, MySQL seems not yet ready for -O3 when using
gcc-4.6. (closes: #614044)
* Ignore errors in testsuite run on ia64.
.
mysql-5.1 (5.1.56-1) unstable; urgency=low
.
* New upstream release.
* Replace doxygen and texlive-latex-base build-deps with doxygen-latex.
(closes: #616270)
.
mysql-5.1 (5.1.55-1) unstable; urgency=low
.
* New upstream release.
.
mysql-5.1 (5.1.54-2) unstable; urgency=low
.
* Upload to unstable.
* Add mysql-source-5.1 package, patch from Clint Byrum. (closes: #611965)
* Update debconf translations:
- Dutch, from Eric Spreen. (closes: #605590)
- Slovak, from Slavko. (closes: #608885)
* Fix minor grammar infelicity in debian-start script. (closes: #582955)
.
mysql-5.1 (5.1.54-1ubuntu5) oneiric; urgency=low
.
* debian/apparmor-profile: Allow /var/run and /run. (LP: #810270)
Checksums-Sha1:
62a822b676acb229d99572d99143d410e7dcda71 1890 mysql-5.1_5.1.57-3.1ubuntu1.dsc
32ce18c00667e2549d5a097975f61674ff34b29d 21365958 mysql-5.1_5.1.57.orig.tar.gz
887190dd51647f19ab6dc1a0d71b1b19d4cdc5a1 303353 mysql-5.1_5.1.57-3.1ubuntu1.diff.gz
Checksums-Sha256:
607fb60e81c16361b7713db3062dfed7b8bad2e380d0acd61e1b3b3618e26625 1890 mysql-5.1_5.1.57-3.1ubuntu1.dsc
bcb1422c54d30a392e555ddf99ce3cdf674b454041a8b5b9f5d1e5ac5459dfa5 21365958 mysql-5.1_5.1.57.orig.tar.gz
5a456722d61615602f246eb207c1df47da186670871f801ce87337c176fe5e0d 303353 mysql-5.1_5.1.57-3.1ubuntu1.diff.gz
Files:
5a6b4f71f7541456de21f091f806abc4 1890 database optional mysql-5.1_5.1.57-3.1ubuntu1.dsc
b43410d02387134409342ac14903c789 21365958 database optional mysql-5.1_5.1.57.orig.tar.gz
fe8a1de61f7b789ee26bbb1ca08b7ca6 303353 database optional mysql-5.1_5.1.57-3.1ubuntu1.diff.gz
Original-Maintainer: Debian MySQL Maintainers <pkg-mysql-maint at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk4fBtAACgkQIHZ33voUATtrNACdG/M6EBcnBZpALmaCDJqYu2pu
GrwAoJuherHCG4uzghxCVRLaJSl3rylv
=jAm4
-----END PGP SIGNATURE-----
More information about the Oneiric-changes
mailing list