[ubuntu/yakkety-proposed] mysql-5.7 5.7.13-0ubuntu1 (Accepted)
Robie Basak
robie.basak at ubuntu.com
Tue Jun 14 15:18:27 UTC 2016
mysql-5.7 (5.7.13-0ubuntu1) yakkety; urgency=medium
* Ubuntu merge from Debian VCS 1cdae6c. Remaining changes:
- Revert "Build with libmecab-dev" since libmecab-dev is in
universe.
* Drop changes:
- mysql-server-5.7: depend on apparmor (>= 2.10) for Trusty upgrade
path (all upgrade paths go through Xenial; in hindsight this
should have been a Breaks anyway).
- Upstreamed to Debian:
+ d/p/allowemptyport.patch: update corresponding test
+ postinst: ignore mysql_upgrade's exit status 2
+ Export my_make_scrambled_password
+ Client commands in postinst should ignore custom config
+ Enable setting password for existing database if it was empty
+ Quote $rootpw correctly
+ Add libnuma-dev, libaio-dev to libmysqld-dev deps
+ d/p/fix-man-page-links.patch: drop (fixed upstream)
+ Add d/NEWS
mysql-5.7 (5.7.13-1~exp1) UNRELEASED; urgency=medium
[ Robie Basak ]
* Import upstream version 5.7.13.
* Drop d/libmysqlclient18.lintian-overrides as the problem is genuine
and should not be hidden. This addresses #812812 in part, but does
not close it.
* AppArmor profile refactoring and updates for 5.7.
* Rename apport hook from 5.6 to 5.7.
* debian/watch file update to 5.7.
* d/rules: replace 5.6 with 5.7.
* Drop libmysqld-pic.
* d/rules: use dh_install --list-missing.
* d/rules: some dh_install excludes.
* d/rules: drop large set of comments.
* d/rules configure: switch to INSTALL_LAYOUT=DEB.
* d/rules configure: build WITH_INNODB_MEMCACHED.
* d/rules configure: build with supplied boost.
* d/rules configure: build with BUILD_CONFIG=mysql_release.
* d/rules configure: drop SYSTEM_TYPE=.
* d/rules: chmod changes.
* mysqld.conf: move to non-deprecated name.
* Rename debian/*5.6* to 5.7.
* Adjust installation debian/additions/mysql-systemd-start.
* Drop d/mysql-client-5.7.examples.
* Drop some lintian overrides.
* d/control: switch to 5.7.
* libmysqlclient soname bump.
* Update manpage formatting lintian overrides.
* Drop d/p/fix-mysqlhotcopy-test-failure.patch.
* Drop d/p/spelling.patch.
* Drop d/p/fix_standalone_tests.patch.
* Drop d/p/disable_tests.patch.
* Drop d/p/scripts__mysqld_safe.sh__signals.patch.
* Update Hurd and kFreeBSD patches.
* Add d/p/fix-mtr-search-paths.patch.
* Non-functional (documentation) 5.6->5.7 substitutions.
* Drop comment from .install files.
* Apport hook: install under new name.
* mysql-testsuite-5.7 installation adjustments for 5.7.
* Binary installation tweaks.
* d/p/mysql-test-run-paths: adjust test suite for generic binary
paths.
* Move testsuite binaries to testsuite package.
* Build with libmecab-dev.
* Manpage changes for 5.7.
* dep8 tests: s/5.6/5.7/.
* dep8 test: adjust exclude list.
* dep8 test: adjust test runner path.
* dep8 test: fix typo (non-functional).
* d/mysql-server-5.7.dirs: clean syntax.
* TODO: d/copyright: misc updates for 5.7.
* d/copyright: boost.
* Mark scripts executable.
* Drop gawk build dependency.
* Add new MySQL 5.7 build dependencies.
* Drop Perl dependencies.
* debconf template package rename.
* Removed d/clean.
[ Lars Tangvald ]
* Change service file to use mysqld instead of mysqld_safe.
* Add new directories for purge deletion.
* Remove dojo javascript.
[ Robie Basak ]
* Use pathfind
* d/mysql-server-5.7.postinst:
- Add run_init_sql function.
- Normalise whitespace.
- Deprecate basedir in debian.cnf.
- Always forget debconf root_password.
- Stop ensuring /var/lib/mysql/mysql.
- Normalise ensuring /var/lib/mysql.
- Ensure new files and keyring dirs.
[ Lars Tangvald ]
* d/mysql-server-5.7.postinst:
- Moved debhelper macro to before access checking.
- Added function for setting the password of a user.
- Added comment to specify what test_mysql_access is for.
- Add function for checking sysmaint login.
- Updated flag file.
- Moved database initialization.
- Use --initialize for database init.
- Remove old sys-maint user init.
- Removed some commenting.
- Removed BOOTSTRAP reference from comment.
- Run mysql_upgrade when installing.
- Normalised whitespace.
- Use new function to set root pw.
- Remove set_mysql_rootpw function.
- Remove MYSQL_BOOTSTRAP variable.
- Enable auth_socket for passwordless root.
* d/mysql-server-5.7.config: only prompt root password on fresh
install.
* d/mysql-server-5.7.preinst: Updated current version to 5.7.
[ Robie Basak ]
* Drop error_setting_password debconf template.
* d/control: add Breaks/Replaces against -5.6 packages.
* d/control: limit libnuma-dev build dependency to arches that have
it. Fixes FTBFS on arches that don't have it. Thanks to Adam Conrad.
* d/rules: use the system libevent, not the bundled copy. Fixes FTBFS
on arm64. Thanks to Adam Conrad.
[ Adam Conrad ]
* debian/patches/mysql-atomic.patch: Patch from upstream to add
support for __atomic builtins and prefer __sync where available.
* debian/patches/mysql-atomic-link.patch: Link atomic when needed.
* debian/patches/mysql-atomic-innodb.patch: Update innodb atomics.
[ Lars Tangvald ]
* Move needed header files to default include path (LP: #1565414).
* Add missing grant_priv privilege to debian-sys-maint.
* Allow empty port config values (LP: #1563274).
* d/p/allowemptyport.patch: update corresponding test.
[ Robie Basak ]
* d/mysql-server-5.7.postinst: ignore mysql_upgrade's exit status when
it is one that includes the indication that there is nothing to do
(LP: #1566406).
[ Lars Tangvald ]
* d/p/mysql-export-scramble.patch: export my_make_scrambled_password
since some reverse dependencies still need it.
* Ignore dotfiles in postinst (LP: #1567695).
* Enable changing root password on install if previous db had empty
(LP: #1567098).
[ Robie Basak ]
* d/mysql-server-5.7.postinst: quote "$rootpw" correctly.
* d/control: add libnuma-dev and libaio-dev to libmysqld-dev
dependencies, since these are required according to "mysql_config --
libmysqld-libs". This fixes FTBFS of packages that use libmysqld-
dev.
* d/p/fix-man-page-links.patch: drop (fixed upstream)
* Update translations for ja, pt_BR and tr
(Closes: #817088, #815522, #804780, #801352)
* Update translated references from 5.6 to 5.7
[ Lars Tangvald ]
* Try to fail postinst with useful error message if server can't start
* Restart server after running mysqld_upgrade (LP: #1576647)
* Removed workaround for ALTER USER setting user to expired
* Strip lines from log that may contain passwords
* Fix deprecated commented-out config options (LP: #1577096)
* Change d/additions/debian-start to no-op (LP: #1577712)
Date: Tue, 14 Jun 2016 16:15:59 +0100
Changed-By: Robie Basak <robie.basak at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/mysql-5.7/5.7.13-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 14 Jun 2016 16:15:59 +0100
Source: mysql-5.7
Binary: libmysqlclient20 libmysqld-dev libmysqlclient-dev mysql-common mysql-client-core-5.7 mysql-client-5.7 mysql-server-core-5.7 mysql-server-5.7 mysql-server mysql-client mysql-testsuite mysql-testsuite-5.7 mysql-source-5.7
Architecture: source
Version: 5.7.13-0ubuntu1
Distribution: yakkety
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Robie Basak <robie.basak at ubuntu.com>
Description:
libmysqlclient-dev - MySQL database development files
libmysqlclient20 - MySQL database client library
libmysqld-dev - MySQL embedded database development files
mysql-client - MySQL database client (metapackage depending on the latest versio
mysql-client-5.7 - MySQL database client binaries
mysql-client-core-5.7 - 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.7 - MySQL database server binaries and system database setup
mysql-server-core-5.7 - MySQL database server binaries
mysql-source-5.7 - MySQL source
mysql-testsuite - MySQL regression tests
mysql-testsuite-5.7 - MySQL 5.7 testsuite
Closes: 801352 804780 815522 817088
Launchpad-Bugs-Fixed: 1563274 1565414 1566406 1567098 1567695 1576647 1577096 1577712
Changes:
mysql-5.7 (5.7.13-0ubuntu1) yakkety; urgency=medium
.
* Ubuntu merge from Debian VCS 1cdae6c. Remaining changes:
- Revert "Build with libmecab-dev" since libmecab-dev is in
universe.
* Drop changes:
- mysql-server-5.7: depend on apparmor (>= 2.10) for Trusty upgrade
path (all upgrade paths go through Xenial; in hindsight this
should have been a Breaks anyway).
- Upstreamed to Debian:
+ d/p/allowemptyport.patch: update corresponding test
+ postinst: ignore mysql_upgrade's exit status 2
+ Export my_make_scrambled_password
+ Client commands in postinst should ignore custom config
+ Enable setting password for existing database if it was empty
+ Quote $rootpw correctly
+ Add libnuma-dev, libaio-dev to libmysqld-dev deps
+ d/p/fix-man-page-links.patch: drop (fixed upstream)
+ Add d/NEWS
.
mysql-5.7 (5.7.13-1~exp1) UNRELEASED; urgency=medium
.
[ Robie Basak ]
* Import upstream version 5.7.13.
* Drop d/libmysqlclient18.lintian-overrides as the problem is genuine
and should not be hidden. This addresses #812812 in part, but does
not close it.
* AppArmor profile refactoring and updates for 5.7.
* Rename apport hook from 5.6 to 5.7.
* debian/watch file update to 5.7.
* d/rules: replace 5.6 with 5.7.
* Drop libmysqld-pic.
* d/rules: use dh_install --list-missing.
* d/rules: some dh_install excludes.
* d/rules: drop large set of comments.
* d/rules configure: switch to INSTALL_LAYOUT=DEB.
* d/rules configure: build WITH_INNODB_MEMCACHED.
* d/rules configure: build with supplied boost.
* d/rules configure: build with BUILD_CONFIG=mysql_release.
* d/rules configure: drop SYSTEM_TYPE=.
* d/rules: chmod changes.
* mysqld.conf: move to non-deprecated name.
* Rename debian/*5.6* to 5.7.
* Adjust installation debian/additions/mysql-systemd-start.
* Drop d/mysql-client-5.7.examples.
* Drop some lintian overrides.
* d/control: switch to 5.7.
* libmysqlclient soname bump.
* Update manpage formatting lintian overrides.
* Drop d/p/fix-mysqlhotcopy-test-failure.patch.
* Drop d/p/spelling.patch.
* Drop d/p/fix_standalone_tests.patch.
* Drop d/p/disable_tests.patch.
* Drop d/p/scripts__mysqld_safe.sh__signals.patch.
* Update Hurd and kFreeBSD patches.
* Add d/p/fix-mtr-search-paths.patch.
* Non-functional (documentation) 5.6->5.7 substitutions.
* Drop comment from .install files.
* Apport hook: install under new name.
* mysql-testsuite-5.7 installation adjustments for 5.7.
* Binary installation tweaks.
* d/p/mysql-test-run-paths: adjust test suite for generic binary
paths.
* Move testsuite binaries to testsuite package.
* Build with libmecab-dev.
* Manpage changes for 5.7.
* dep8 tests: s/5.6/5.7/.
* dep8 test: adjust exclude list.
* dep8 test: adjust test runner path.
* dep8 test: fix typo (non-functional).
* d/mysql-server-5.7.dirs: clean syntax.
* TODO: d/copyright: misc updates for 5.7.
* d/copyright: boost.
* Mark scripts executable.
* Drop gawk build dependency.
* Add new MySQL 5.7 build dependencies.
* Drop Perl dependencies.
* debconf template package rename.
* Removed d/clean.
.
[ Lars Tangvald ]
* Change service file to use mysqld instead of mysqld_safe.
* Add new directories for purge deletion.
* Remove dojo javascript.
.
[ Robie Basak ]
* Use pathfind
* d/mysql-server-5.7.postinst:
- Add run_init_sql function.
- Normalise whitespace.
- Deprecate basedir in debian.cnf.
- Always forget debconf root_password.
- Stop ensuring /var/lib/mysql/mysql.
- Normalise ensuring /var/lib/mysql.
- Ensure new files and keyring dirs.
.
[ Lars Tangvald ]
* d/mysql-server-5.7.postinst:
- Moved debhelper macro to before access checking.
- Added function for setting the password of a user.
- Added comment to specify what test_mysql_access is for.
- Add function for checking sysmaint login.
- Updated flag file.
- Moved database initialization.
- Use --initialize for database init.
- Remove old sys-maint user init.
- Removed some commenting.
- Removed BOOTSTRAP reference from comment.
- Run mysql_upgrade when installing.
- Normalised whitespace.
- Use new function to set root pw.
- Remove set_mysql_rootpw function.
- Remove MYSQL_BOOTSTRAP variable.
- Enable auth_socket for passwordless root.
* d/mysql-server-5.7.config: only prompt root password on fresh
install.
* d/mysql-server-5.7.preinst: Updated current version to 5.7.
.
[ Robie Basak ]
* Drop error_setting_password debconf template.
* d/control: add Breaks/Replaces against -5.6 packages.
* d/control: limit libnuma-dev build dependency to arches that have
it. Fixes FTBFS on arches that don't have it. Thanks to Adam Conrad.
* d/rules: use the system libevent, not the bundled copy. Fixes FTBFS
on arm64. Thanks to Adam Conrad.
.
[ Adam Conrad ]
* debian/patches/mysql-atomic.patch: Patch from upstream to add
support for __atomic builtins and prefer __sync where available.
* debian/patches/mysql-atomic-link.patch: Link atomic when needed.
* debian/patches/mysql-atomic-innodb.patch: Update innodb atomics.
.
[ Lars Tangvald ]
* Move needed header files to default include path (LP: #1565414).
* Add missing grant_priv privilege to debian-sys-maint.
* Allow empty port config values (LP: #1563274).
* d/p/allowemptyport.patch: update corresponding test.
.
[ Robie Basak ]
* d/mysql-server-5.7.postinst: ignore mysql_upgrade's exit status when
it is one that includes the indication that there is nothing to do
(LP: #1566406).
.
[ Lars Tangvald ]
* d/p/mysql-export-scramble.patch: export my_make_scrambled_password
since some reverse dependencies still need it.
* Ignore dotfiles in postinst (LP: #1567695).
* Enable changing root password on install if previous db had empty
(LP: #1567098).
.
[ Robie Basak ]
* d/mysql-server-5.7.postinst: quote "$rootpw" correctly.
* d/control: add libnuma-dev and libaio-dev to libmysqld-dev
dependencies, since these are required according to "mysql_config --
libmysqld-libs". This fixes FTBFS of packages that use libmysqld-
dev.
* d/p/fix-man-page-links.patch: drop (fixed upstream)
* Update translations for ja, pt_BR and tr
(Closes: #817088, #815522, #804780, #801352)
* Update translated references from 5.6 to 5.7
.
[ Lars Tangvald ]
* Try to fail postinst with useful error message if server can't start
* Restart server after running mysqld_upgrade (LP: #1576647)
* Removed workaround for ALTER USER setting user to expired
* Strip lines from log that may contain passwords
* Fix deprecated commented-out config options (LP: #1577096)
* Change d/additions/debian-start to no-op (LP: #1577712)
Checksums-Sha1:
def48eff7c0777f5af95faeffd652e6053d82358 3312 mysql-5.7_5.7.13-0ubuntu1.dsc
e28aa33861a6a3f82ff0d712bf6ff0a757435780 60561931 mysql-5.7_5.7.13.orig.tar.gz
522219be5364131d93469cb0cf9c409627704b14 3387532 mysql-5.7_5.7.13-0ubuntu1.debian.tar.xz
Checksums-Sha256:
0e4f69ebd53900f98c941c195f410f86c7a058d19c1be01989c43f2ff153a9a1 3312 mysql-5.7_5.7.13-0ubuntu1.dsc
2a768682c37dfbca286912bd137f1a526075ac1f00a6a46da8b6fe63f6fcfa37 60561931 mysql-5.7_5.7.13.orig.tar.gz
a337c76ce126333dbeccce07005423516c37431ee152425e182d775668ae21a8 3387532 mysql-5.7_5.7.13-0ubuntu1.debian.tar.xz
Files:
3a72d67a8f39b714c6bd038b2cf57f91 3312 database optional mysql-5.7_5.7.13-0ubuntu1.dsc
275a3c6f94b02ee9d5e3df2f7ebae68a 60561931 database optional mysql-5.7_5.7.13.orig.tar.gz
b28028211434539288e9285e0e39cb72 3387532 database optional mysql-5.7_5.7.13-0ubuntu1.debian.tar.xz
Original-Maintainer: Debian MySQL Maintainers <pkg-mysql-maint at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJXYB/sAAoJEOVkucJ1vdUuDlIP/A8EbZxb7i0576561YWfvgOD
DvZv7F4eFrv5PVs+TdAraLoALrp/mO9icZ7Ure31rDUCdra844ueA2p0e0tvzJHe
M/y3f8H42ls7DZpxtMYT3mQm4Pasby7abkdk8JHM1uuL0kEiJxX5r/CtLGcQwT5+
dqktR7N5+Hi0UO5e8Wi495vAkKG9nSpURQi2jcOp0SAWSU4Wt+s5JClAP9scebdq
0qvXiV6BMj0VvT5c0UNlf9yD4RZPVMLKa2DsjM6ZqRxaY5wpSsIu1ijcHkR0iz22
ruSmnmOm9S4w7tLwPNI8h9ujyJCDQnLlrQMImQhULOkr6hURQUaI6tbbXN+OL9OD
cJ8JefdTW91/ULJpytSDYfCQTzp1yu4KzOuxLtbRN6zeh6ZMTKt2YU1Qb8WcBsg7
vDPtPykwDtdKQm8DBQSk1sEBQmemLRKJhxD46PgR5dbF8YglM5y5InPVmSaUbkGJ
oRmr6sw1aUO/vWN0s13Ce9GBupOHM5zhcRhKxWom+YFiRp5sy7sI/Lus+melU9tQ
+Jdejiv4sRBHtPphm0966mIpRbhVImFsIQn5+EWrKyrDv1hsv6eZm1aAuQPYJNTv
u1SewFHdN6SzkqCnCdWClfFbuup/26HYygwDZOk5UvsWSLh/KyJXxcBL5KSQkaTb
Ki/pUNDXwPS8+xa4Jj/P
=cz79
-----END PGP SIGNATURE-----
More information about the Yakkety-changes
mailing list