mysql80: 8.0.35 -> 8.0.36

Fixes:
* CVE-2024-20961
* CVE-2024-20962
* CVE-2024-20973
* CVE-2024-20975
* CVE-2024-20977
* CVE-2024-20960
* CVE-2024-20963
* CVE-2024-20985
* CVE-2024-20969
* CVE-2024-20967
* CVE-2024-20964
* CVE-2024-20981
* CVE-2024-20966
* CVE-2024-20970
* CVE-2024-20971
* CVE-2024-20972
* CVE-2024-20974
* CVE-2024-20976
* CVE-2024-20978
* CVE-2024-20982
* CVE-2024-20965

Security advisory:
https://www.oracle.com/security-alerts/cpujan2024.html#AppendixMSQL

Release notes:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-36.html
This commit is contained in:
Thomas Gerbet 2024-01-26 23:18:47 +01:00
parent f5dced05c6
commit 12e769f566

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mysql";
version = "8.0.35";
version = "8.0.36";
src = fetchurl {
url = "https://dev.mysql.com/get/Downloads/MySQL-${lib.versions.majorMinor finalAttrs.version}/mysql-${finalAttrs.version}.tar.gz";
hash = "sha256-kXxe04cE6ZIRGFzkviTjOowZyRJB7XOvQYGm840VdMI=";
hash = "sha256-9PJwa5WKinOA72yVjdlyMHvb7qRR76/DQuTEbim36d0=";
};
nativeBuildInputs = [ bison cmake pkg-config ]