forked from mirrors/nixpkgs
5ebf20db0f
This addresses the following security fixes: * High CVE-2016-1667: Same origin bypass in DOM. Credit to Mariusz Mlynski. * High CVE-2016-1668: Same origin bypass in Blink V8 bindings. Credit to Mariusz Mlynski. * High CVE-2016-1669: Buffer overflow in V8. Credit to Choongwoo Han. * Medium CVE-2016-1670: Race condition in loader. Credit to anonymous. * Medium CVE-2016-1671: Directory traversal using the file scheme on Android. Credit to Jann Horn. See: http://googlechromereleases.blogspot.com/2016/05/stable-channel-update.html Signed-off-by: Scott R. Parish <srparish@gmail.com> Tested-by: aszlig <aszlig@redmoonstudios.org> Closes: #15446 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
19 lines
639 B
Nix
19 lines
639 B
Nix
# This file is autogenerated from update.sh in the same directory.
|
|
{
|
|
beta = {
|
|
sha256 = "1jwk0x5hjpah0bl4dpirxwyfxv0d0wnkvfgyja91kkbh8471gzmk";
|
|
sha256bin64 = "10sl3ddd77i1gl3l4yvhkpavfq2bygv7gwql0jnhchmrvyax1cjh";
|
|
version = "50.0.2661.49";
|
|
};
|
|
dev = {
|
|
sha256 = "042h6klyijnhkb4m9lsnfi3qss6pbs4p4981rm4cbc86rsyppkhl";
|
|
sha256bin64 = "1p6lhd3n9q93fkydxksgfv68vz26yj8i2zx1kqby2z9yc0pdcniq";
|
|
version = "51.0.2693.2";
|
|
};
|
|
stable = {
|
|
sha256 = "1ijpbmn38znjjb3h8579x5gsclgjx122lvm0afv17gf2j3w5w4qj";
|
|
sha256bin64 = "17vqvxmy6llg7dpc3pxi0qhwpm9qc9rsq8lgknhwwygvkl8g14sb";
|
|
version = "50.0.2661.102";
|
|
};
|
|
}
|