mysql: 5.5.49 -> 5.5.50 for CVEs (#17160)
Problems include buffer overflows, null pointer dereferences, and other bugfixes. - CVE-2016-3477 - CVE-2016-3521 - CVE-2016-3615 - CVE-2016-5440 Details: https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-50.html
This commit is contained in:
parent
307e8098c5
commit
f4d5d6e73e
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mysql-${version}";
|
||||
version = "5.5.49";
|
||||
version = "5.5.50";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://mysql/MySQL-5.5/${name}.tar.gz";
|
||||
sha256 = "07wy1qbxf3fxgi04v6cqs4ymi9hgsgabk218bxiwlsx706ds976d";
|
||||
sha256 = "0lgr6badwnwbrzm6sbll4a25m02xfy85v4q6q0rq5cdjn745bb2y";
|
||||
};
|
||||
|
||||
patches = if stdenv.isCygwin then [
|
||||
|
|
Loading…
Reference in a new issue