mysql80: 8.0.32 -> 8.0.33
Fixes the following security issues: * CVE-2023-0215 * CVE-2022-43551 * CVE-2023-21980 * CVE-2023-21946 * CVE-2023-21929 * CVE-2023-21911 * CVE-2023-21962 * CVE-2023-21919 * CVE-2023-21933 * CVE-2023-21972 * CVE-2023-21966 * CVE-2023-21920 * CVE-2023-21935 * CVE-2023-21945 * CVE-2023-21976 * CVE-2023-21977 * CVE-2023-21982 * CVE-2023-21953 * CVE-2023-21955 * CVE-2023-21940 * CVE-2023-21947 Advisory: https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixMSQL Changelog: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-33.html
This commit is contained in:
parent
d6b863fd9b
commit
6b7ac453b4
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
let
|
||||
self = stdenv.mkDerivation rec {
|
||||
pname = "mysql";
|
||||
version = "8.0.32";
|
||||
version = "8.0.33";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://dev.mysql.com/get/Downloads/MySQL-${self.mysqlVersion}/${pname}-${version}.tar.gz";
|
||||
sha256 = "sha256-Hw2SojeJgkRxbdWB95k1bgc8LaY8Oy5KAeEDLL7VDig=";
|
||||
hash = "sha256-liAC9dkG9C9AsnejnS25OTEkjB8H/49DEsKI5jgD3RI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ bison cmake pkg-config ]
|
||||
|
|
Loading…
Reference in a new issue