From 78dd7f8543190fa9978ecdb8b48e74d5001706f7 Mon Sep 17 00:00:00 2001 From: Echo Nolan Date: Sat, 3 Oct 2015 20:16:52 -0700 Subject: [PATCH] flashplayer: 11.2.202.508 -> 11.2.202.521 security Several CVEs, listed here: https://helpx.adobe.com/security/products/flash-player/apsb15-23.html Tested by installing firefox-wrapper with nix-env and running twitch.tv and a flash game. --- .../browsers/mozilla-plugins/flashplayer-11/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix index 01c64340875..5726bef97e0 100644 --- a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix +++ b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix @@ -36,7 +36,7 @@ let # -> http://get.adobe.com/flashplayer/ - version = "11.2.202.508"; + version = "11.2.202.521"; src = if stdenv.system == "x86_64-linux" then @@ -47,7 +47,7 @@ let else rec { inherit version; url = "http://fpdownload.adobe.com/get/flashplayer/pdc/${version}/install_flash_player_11_linux.x86_64.tar.gz"; - sha256 = "1i0301vnz94pxcwm9wk1jjyv7gwywy6p7z26ikd5cg259myxbg75"; + sha256 = "1fckmapjy7rvy1g5jr71x69j7vviy9262wwpwk6cipym2fi7zvid"; } else if stdenv.system == "i686-linux" then if debug then