about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorScott R. Parish <srparish@gmail.com>2016-05-13 09:13:29 -0700
committeraszlig <aszlig@redmoonstudios.org>2016-05-14 22:04:56 +0200
commit5ebf20db0f514ef9c6f08da0bb650a02cb2120fd (patch)
treeab011c1c00d39185504486ace8532951ea97f042 /pkgs
parent0561e14c3b91893fcd55e78cde9fbd216c0f3d18 (diff)
downloadnixlib-5ebf20db0f514ef9c6f08da0bb650a02cb2120fd.tar
nixlib-5ebf20db0f514ef9c6f08da0bb650a02cb2120fd.tar.gz
nixlib-5ebf20db0f514ef9c6f08da0bb650a02cb2120fd.tar.bz2
nixlib-5ebf20db0f514ef9c6f08da0bb650a02cb2120fd.tar.lz
nixlib-5ebf20db0f514ef9c6f08da0bb650a02cb2120fd.tar.xz
nixlib-5ebf20db0f514ef9c6f08da0bb650a02cb2120fd.tar.zst
nixlib-5ebf20db0f514ef9c6f08da0bb650a02cb2120fd.zip
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 <srparish@gmail.com>
Tested-by: aszlig <aszlig@redmoonstudios.org>
Closes: #15446
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/browsers/chromium/upstream-info.nix6
1 files 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 8e5a5d4c90d9..fee076a5a50c 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";
   };
 }