Bug #79642 APT repository missing latest GA version
Submitted: 14 Dec 2015 18:02 Modified: 6 Jan 2016 18:37
Reporter: Daniel Bakken Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Packaging Severity:S3 (Non-critical)
Version:5.7.10 OS:Debian
Assigned to: CPU Architecture:Any

[14 Dec 2015 18:02] Daniel Bakken
Description:
MySQL 5.7.10 was released on 2015-12-07, but is not available in the official APT repository at http://repo.mysql.com/apt/debian/pool/mysql-5.7/m/mysql-community/. MySQL 5.7.9 is the latest version available as of 2015-12-14.

How to repeat:
1. Configure a Debian or Ubuntu server with MySQL APT repository
2. apt-get update
3. apt-get upgrade

There are no available upgrades:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Alternatively, visit http://repo.mysql.com/apt/debian/pool/mysql-5.7/m/mysql-community/.

Suggested fix:
Update the official MySQL APT repository with the latest GA release of MySQL 5.7.
[15 Dec 2015 6:36] MySQL Verification Team
Hello Daniel Bakken,

Thank you for the report.

Thanks,
Umesh
[15 Dec 2015 14:47] Lars Tangvald
Posted by developer:
 
This should be fixed now. Can you verify you have 5.7.10 available?
[15 Dec 2015 16:35] Daniel Bakken
The 5.7.10 binary packages are available, but the metadata files appear to need updating as well. I now receive the following errors on "apt-get update":

W: Failed to fetch http://repo.mysql.com/apt/debian/dists/jessie/mysql-5.7/source/Sources  Hash Sum mismatch

W: Failed to fetch http://repo.mysql.com/apt/debian/dists/jessie/mysql-5.7/binary-amd64/Packages  Hash Sum mismatch
[16 Dec 2015 17:18] Daniel Bakken
It appears that http://repo.mysql.com/apt/debian/dists/jessie/Release needs to be updated:

Origin: MySQL
Label: MySQL
Codename: jessie
Date: Mon, 07 Dec 2015 12:25:10 UTC
Architectures: i386 amd64
Components: mysql-apt-config mysql-5.6 mysql-5.7-dmr mysql-5.7 connector-python-2.0 connector-python-2.1 router-2.0 mysql-utilities-1.5
Description: Apt repository for Oracle MySQL packages
MD5Sum:
 5c8f324bf06fd2607617c9b22232bbc2 847 mysql-apt-config/binary-i386/Packages
 56367d6ba8180481793f19c5b95a3046 562 mysql-apt-config/binary-i386/Packages.gz
 179171322469f436e58ff9e00865254d 128 mysql-apt-config/binary-i386/Release

...
[6 Jan 2016 18:37] Daniel Bakken
The packages are up-to-date and apt-get update no longer returns errors when scanning the MySQL apt repository. Thanks for fixing.