mysql80: 8.0.43 -> 8.0.44

Fixes:
* CVE-2025-53054
* CVE-2025-53053
* CVE-2025-53044
* CVE-2025-53045
* CVE-2025-53062
* CVE-2025-53069
* CVE-2025-53040
* CVE-2025-53042

https://www.oracle.com/security-alerts/cpuoct2025.html#AppendixMSQL

Changes:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-44.html
This commit is contained in:
Thomas Gerbet
2025-10-21 22:32:50 +02:00
parent d473fe633f
commit 7016a28fa7

View File

@@ -30,11 +30,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mysql";
version = "8.0.43";
version = "8.0.44";
src = fetchurl {
url = "https://dev.mysql.com/get/Downloads/MySQL-${lib.versions.majorMinor finalAttrs.version}/mysql-${finalAttrs.version}.tar.gz";
hash = "sha256-diUKgQFch49iUhz68w3/DqmyUJeNKx3/AHQIo5jV25M=";
hash = "sha256-YJUi7R/vzlqziN7CXg0bzhMjgtom4rd7aPB0HApkE1Y=";
};
nativeBuildInputs = [