lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

mysql55: 5.5.54 -> 5.5.57 for multiple CVEs

See:
- https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-56.html
- https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-56.html
- https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-55.html
- http://www.oracle.com/technetwork/security-advisory/cpujul2017-3236622.html

Fixes: CVE-2017-3635 CVE-2017-3636 CVE-2017-3641 CVE-2017-3648 CVE-2017-3651
CVE-2017-3652 CVE-2017-3653

+2 -2
+2 -2
pkgs/servers/sql/mysql/5.5.x.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 name = "mysql-${version}"; 8 - version = "5.5.54"; 8 + version = "5.5.57"; 9 9 10 10 src = fetchurl { 11 11 url = "mirror://mysql/MySQL-5.5/${name}.tar.gz"; 12 - sha256 = "1f0sg72vbhavj1cbay0gyyrrw0mjcf2k0nf30zmn2h68ik7wnfr7"; 12 + sha256 = "113kynpfj45fffr62xack2657pds8mkhsgg77zj94ksj3qrbvhn1"; 13 13 }; 14 14 15 15 patches = if stdenv.isCygwin then [