Change logs for mysql-5.7 source package in Zesty

  • mysql-5.7 (5.7.20-0ubuntu0.17.04.1) zesty-security; urgency=medium
    
      * SECURITY UPDATE: Update to 5.7.20 to fix security issues
        - CVE-2017-10155, CVE-2017-10165, CVE-2017-10167, CVE-2017-10227,
          CVE-2017-10268, CVE-2017-10276, CVE-2017-10283, CVE-2017-10286,
          CVE-2017-10294, CVE-2017-10311, CVE-2017-10313, CVE-2017-10314,
          CVE-2017-10320, CVE-2017-10379, CVE-2017-10384
      * Removed patches included in new version:
        - debian/patches/fix_failing_test.patch
    
     -- Marc Deslauriers <email address hidden>  Wed, 18 Oct 2017 07:44:55 -0400
  • mysql-5.7 (5.7.19-0ubuntu0.17.04.1) zesty-security; urgency=medium
    
      * SECURITY UPDATE: Update to 5.7.19 to fix security issues
        - CVE-2017-3529, CVE-2017-3633, CVE-2017-3634, CVE-2017-3635,
          CVE-2017-3637, CVE-2017-3638, CVE-2017-3639, CVE-2017-3640,
          CVE-2017-3641, CVE-2017-3642, CVE-2017-3643, CVE-2017-3644,
          CVE-2017-3645, CVE-2017-3647, CVE-2017-3648, CVE-2017-3649,
          CVE-2017-3650, CVE-2017-3651, CVE-2017-3652, CVE-2017-3653
      * Removed patches included in new version:
        - debian/patches/removedojo.patch
    
     -- Marc Deslauriers <email address hidden>  Wed, 19 Jul 2017 10:10:43 -0400
  • mysql-5.7 (5.7.18-0ubuntu0.17.04.1) zesty-security; urgency=medium
    
      * SECURITY UPDATE: Update to 5.7.18 to fix security issues
        - CVE-2017-3308, CVE-2017-3309, CVE-2017-3329, CVE-2017-3331,
          CVE-2017-3450, CVE-2017-3453, CVE-2017-3454, CVE-2017-3455,
          CVE-2017-3456, CVE-2017-3457, CVE-2017-3458, CVE-2017-3459,
          CVE-2017-3460, CVE-2017-3461, CVE-2017-3462, CVE-2017-3463,
          CVE-2017-3464, CVE-2017-3465, CVE-2017-3467, CVE-2017-3468,
          CVE-2017-3599, CVE-2017-3600
      * Removed patches included in new version:
        - debian/patches/fix_mysql_config_flags.patch
        - debian/patches/fix_test_events_2.patch
      * debian/mysql-server-5.7.install: added connection_control.so
      * debian/server-core.install: removed my-default.cnf
    
     -- Marc Deslauriers <email address hidden>  Wed, 26 Apr 2017 07:22:12 -0400
  • mysql-5.7 (5.7.17-0ubuntu1) zesty; urgency=medium
    
      * Merge from Debian VCS 8305cfa. Remaining changes:
        - Revert "Build with libmecab-dev" since libmecab-dev is in
          universe.
      * Additional changes picked up from Debian VCS since 5.7.16-2:
        - [4a72d12] Merge new upstream release 5.7.17.
        - [8305cfa] d/p/fix_mysql_config_flags.patch: update due to context
          changes upstream.
    
    mysql-5.7 (5.7.16-2) unstable; urgency=medium
    
      * Fix the test main.grant_user_lock when run as root
        The test was to log in as anonymous user, but would use the current system
        user. This was ok in most cases, but failed when the test was run as root
        since root has its own mysql user by default.
        (Closes: #841592)
      * Fix invalid build flags being used by mysql_config
        mysql_config was pulling in build flags from the build environment, causing
        build failures in other packages if the environment contained invalid flags.
        It now uses a whitelist system instead.
        (Closes: #844275)
      * Limit number of mtr parallel tests based on aio-max-nr system setting
        On systems with many cores the test suite could fail or be unstable because
        each server needs a certain number of aio slots. Build now limits max test
        parallelization based on the max number of slots available on the system.
      * Fix upgrade issue from mysql-5.5 in Jessie
        An innochecksum file was moved from server to server-core in 5.7, causing
        file conflicts when upgrading.
        (Closes: #847231)
      * Added patch to fix failing test main.events_2
        The test uses a hardcoded date (2017-01-01), and fails after that date.
        The patch is temporary pending upstream fix of the test.
    
     -- Lars Tangvald <email address hidden>  Mon, 16 Jan 2017 13:07:55 +0100
  • mysql-5.7 (5.7.16-0ubuntu2) zesty; urgency=medium
    
      * Merge from Debian VCS a733d9a. Remaining changes:
        - Revert "Build with libmecab-dev" since libmecab-dev is in
          universe.
      * Drop changes (adopted in Debian):
        - Drop obsolete initscripts dependency.
        - Replace removed config options from 5.5 and old 5.6 installations.
        - Remove patches included in new release.
        - debian/rules: new version no longer ships unit.pl.
        - Fix copy of soft-link datadir to /var/lib/mysql-upgrade if it already
          exists there.
        - Add support for custom datadir to systemd service.
        - Build with DWITH_LZ4=system.
        - Change mysql-testsuite dependency from python to libjson-perl.
        - Set perl to include working dir for d/tests/upstream tests.
        - Escape special characters in password.
        - Removed always-false check on purge in postrm.
        - Added sbuild/dep8 instructions to maintainer readme.
    
     -- Robie Basak <email address hidden>  Tue, 01 Nov 2016 14:34:01 +0000
  • mysql-5.7 (5.7.16-0ubuntu1) zesty; urgency=medium
    
      * SECURITY UPDATE: Update to 5.7.16 to fix security issues
        - CVE-2016-5584
        - CVE-2016-7440
    
     -- Marc Deslauriers <email address hidden>  Tue, 25 Oct 2016 12:04:29 -0400
  • mysql-5.7 (5.7.15-0ubuntu2) yakkety; urgency=medium
    
      * Add working dir to perl lib path for dep8 upstream.
        New versions of perl will no longer automatically include working dir in
        the path. This was causing the mtr suite to fail to start.
      * Change mysql-testsuite dependency from python to libjson-perl.
        Tests written in python were rewritten in perl, so testsuite no longer
        depends on python, but tests fail if libjson-perl is missing.
      * Build with DWITH_LZ4=system
        If the flag is not set the package will be built with a bundled liblz4
        instead of the one provided by the liblz4-dev build-dep.
      * Add support for custom datadir to systemd service (LP: #1574782)
        The service was reporting errors if no database was found in /var/lib/mysql
        It will now check the path specified in the config
      * Fix support for soft-link datadir (LP: #1474212)
        Upgrading more than once when datadir is soft-link was causing errors
      * Escape special characters in password (LP: #1598992)
        The password string was not escaped, causing SQL errors if certain special
        characters such as apostrophes were included.
      * Removed always-false check on purge in postrm (LP: #1602945)
        Users were never seeing the query to remove data on a package purge
    
     -- Lars Tangvald <email address hidden>  Fri, 16 Sep 2016 22:23:41 +0200