From 5ebf20db0f514ef9c6f08da0bb650a02cb2120fd Mon Sep 17 00:00:00 2001 From: "Scott R. Parish" Date: Fri, 13 May 2016 09:13:29 -0700 Subject: [PATCH] chromium: Update stable to 50.0.2661.102 for multiple security fixes 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 Tested-by: aszlig Closes: #15446 Signed-off-by: aszlig --- .../networking/browsers/chromium/upstream-info.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/browsers/chromium/upstream-info.nix b/pkgs/applications/networking/browsers/chromium/upstream-info.nix index 8e5a5d4c90d..fee076a5a50 100644 --- a/pkgs/applications/networking/browsers/chromium/upstream-info.nix +++ b/pkgs/applications/networking/browsers/chromium/upstream-info.nix @@ -11,8 +11,8 @@ version = "51.0.2693.2"; }; stable = { - sha256 = "1lmv6nmbqhxmr4340s5i4ypgz2b7vkh0wy5x9v75b5bnscjhk121"; - sha256bin64 = "1djd2i9phym1d8afv4vfajb7l1bz0ny2wmihwi6jaz712vil4a13"; - version = "49.0.2623.110"; + sha256 = "1ijpbmn38znjjb3h8579x5gsclgjx122lvm0afv17gf2j3w5w4qj"; + sha256bin64 = "17vqvxmy6llg7dpc3pxi0qhwpm9qc9rsq8lgknhwwygvkl8g14sb"; + version = "50.0.2661.102"; }; }