summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-02-15 08:47:58 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2017-02-15 09:35:28 +0100
commit07309d740a8e9375a45111677f617345a6314ebd (patch)
treed87ca889d37bf3bc00951024861f438a24d39e6b /pkgs/development/libraries
parente8af5dcd8eaab5aae4cd85940e4714066adaf95b (diff)
downloadnixpkgs-07309d740a8e9375a45111677f617345a6314ebd.tar
nixpkgs-07309d740a8e9375a45111677f617345a6314ebd.tar.gz
nixpkgs-07309d740a8e9375a45111677f617345a6314ebd.tar.bz2
nixpkgs-07309d740a8e9375a45111677f617345a6314ebd.tar.lz
nixpkgs-07309d740a8e9375a45111677f617345a6314ebd.tar.xz
nixpkgs-07309d740a8e9375a45111677f617345a6314ebd.tar.zst
nixpkgs-07309d740a8e9375a45111677f617345a6314ebd.zip
webkitgtk: 2.14.3 -> 2.14.4 for multiple CVEs
Fixes:

  * CVE-2017-2350
  * CVE-2017-2354
  * CVE-2017-2355
  * CVE-2017-2356
  * CVE-2017-2362
  * CVE-2017-2363
  * CVE-2017-2364
  * CVE-2017-2365
  * CVE-2017-2366
  * CVE-2017-2369
  * CVE-2017-2371
  * CVE-2017-2373

See https://webkitgtk.org/security/WSA-2017-0002.html.
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/webkitgtk/2.14.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/webkitgtk/2.14.nix b/pkgs/development/libraries/webkitgtk/2.14.nix
index 2af7133bf2b..cb490c801b6 100644
--- a/pkgs/development/libraries/webkitgtk/2.14.nix
+++ b/pkgs/development/libraries/webkitgtk/2.14.nix
@@ -12,7 +12,7 @@ assert enableGeoLocation -> geoclue2 != null;
 with stdenv.lib;
 stdenv.mkDerivation rec {
   name = "webkitgtk-${version}";
-  version = "2.14.3";
+  version = "2.14.4";
 
   meta = {
     description = "Web content rendering engine, GTK+ port";
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://webkitgtk.org/releases/${name}.tar.xz";
-    sha256 = "0v0hkvggxi38cdb3v672qwr0m0y3x2rmnwh8j3q28869li8d9shb";
+    sha256 = "1b73rcyfqjyg5rqw6f4760b2h1kixwva88clp2wl9vnl3psjvbni";
   };
 
   # see if we can clean this up....