mysql-8.0 8.0.35-1 source package in Ubuntu

Changelog

mysql-8.0 (8.0.35-1) unstable; urgency=medium

  * Imported upstream version 8.0.35 to fix security issues
    - https://www.oracle.com/security-alerts/cpuoct2023.html#AppendixMSQL
    - CVE-2023-2650 CVE-2023-22015 CVE-2023-22026 CVE-2023-22028 CVE-2023-22032
      CVE-2023-22059 CVE-2023-22064 CVE-2023-22065 CVE-2023-22066
      CVE-2023-22068 CVE-2023-22070 CVE-2023-22078 CVE-2023-22079
      CVE-2023-22084 CVE-2023-22092 CVE-2023-22095 CVE-2023-22097
      CVE-2023-22103 CVE-2023-22104 CVE-2023-22110 CVE-2023-22111
      CVE-2023-22112 CVE-2023-22113 CVE-2023-22114 CVE-2023-22115
      CVE-2023-38545
    Upstream release notes:
    - https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-35.html
    (Closes: #1055034)
  * d/t/upstream: Ignore explain_json_all test since it is failing on s390x as
    of version 8.0.34.

 -- Lena Voytek <email address hidden>  Thu, 26 Oct 2023 10:15:57 -0700

Upload details

Uploaded by:
Debian MySQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian MySQL Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mysql-8.0_8.0.35-1.dsc 3.6 KiB d0ec617b20b791327dc81c9bb685fdd94bcf33fe475a422d2fecacb353cd316e
mysql-8.0_8.0.35.orig.tar.gz 417.8 MiB 41253c3a99cefcf6d806040c6687692eb0c37b4c7aae5882417dfb9c5d3ce4ce
mysql-8.0_8.0.35.orig.tar.gz.asc 833 bytes 8128cfcaa87164348c3d0bd8b1c4a75c8da7e6ab3326bcb2a6d325a830800d52
mysql-8.0_8.0.35-1.debian.tar.xz 143.9 KiB dd6217dfce3559bffc91ca08854e15774670e396a094e9116da5cb636a7877e5

No changes file available.

Binary packages built by this source

libmysqlclient-dev: 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.

libmysqlclient21: MySQL database client library

 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 client library.

libmysqlclient21-dbgsym: debug symbols for libmysqlclient21
mysql-client: 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-8.0), as determined by the MySQL
 maintainers. Install this package if in doubt about which MySQL version
 you want, as this is the one considered to be in the best shape by the
 Maintainers.

mysql-client-8.0: MySQL database client binaries

 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 client binaries and the additional tool
 mysqlreport.

mysql-client-core-8.0: MySQL database core client binaries

 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 core client files, as used by Akonadi.

mysql-client-core-8.0-dbgsym: debug symbols for mysql-client-core-8.0
mysql-router: route connections from MySQL clients to MySQL servers

 MySQL Router is part of InnoDB cluster, and is lightweight middleware that
 provides transparent routing between your application and back-end MySQL
 servers. It can be used for a wide variety of use cases, such as providing
 high availability and scalability by effectively routing database traffic to
 appropriate back-end MySQL servers. The pluggable architecture also enables
 developers to extend MySQL Router for custom use cases.
 .
 Since MySQL Router is clustering software and needs to be configured and
 managed across an entire cluster, packaging cannot manage it for you. This
 package supplies the binary build only, ready for manual configuration.

mysql-router-dbgsym: debug symbols for mysql-router
mysql-server: 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-8.0), 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.

mysql-server-8.0: MySQL database server binaries and system database setup

 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 contains all the infrastructure needed to setup system
 databases.

mysql-server-core-8.0: MySQL database server binaries

 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 server binaries but doesn't contain all the
 infrastructure needed to setup system databases.

mysql-server-core-8.0-dbgsym: debug symbols for mysql-server-core-8.0
mysql-source-8.0: MySQL source

 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 MySQL source code as configured before building
 - but after the arch specific configuration. This is currently required for
 building plugins.

mysql-testsuite: MySQL regression tests

 This is an empty package that depends on the current "best" version of
 mysql-testsuite (currently mysql-testsuite-8.0), 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.

mysql-testsuite-8.0: MySQL 8.0 testsuite

 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 MySQL testsuite.

mysql-testsuite-8.0-dbgsym: debug symbols for mysql-testsuite-8.0