summary refs log tree commit diff
path: root/pkgs/development/libraries/gnutls
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-11-17 11:23:21 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-11-17 11:23:21 +0100
commit581721887dc56ea5f3cf61b2005f1b2a0540eef7 (patch)
tree60c49a41a15d1735dcc1df0be90d4055d7476f69 /pkgs/development/libraries/gnutls
parent156258126b0f746657b6769673caa7ace9185ba3 (diff)
downloadnixpkgs-581721887dc56ea5f3cf61b2005f1b2a0540eef7.tar
nixpkgs-581721887dc56ea5f3cf61b2005f1b2a0540eef7.tar.gz
nixpkgs-581721887dc56ea5f3cf61b2005f1b2a0540eef7.tar.bz2
nixpkgs-581721887dc56ea5f3cf61b2005f1b2a0540eef7.tar.lz
nixpkgs-581721887dc56ea5f3cf61b2005f1b2a0540eef7.tar.xz
nixpkgs-581721887dc56ea5f3cf61b2005f1b2a0540eef7.tar.zst
nixpkgs-581721887dc56ea5f3cf61b2005f1b2a0540eef7.zip
gnutls-3.2: maintenance+security update
CVE-2014-8564 seems only DOS, so relatively non-critical.
Diffstat (limited to 'pkgs/development/libraries/gnutls')
-rw-r--r--pkgs/development/libraries/gnutls/3.2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gnutls/3.2.nix b/pkgs/development/libraries/gnutls/3.2.nix
index 5bf933fbc96..e9254a445de 100644
--- a/pkgs/development/libraries/gnutls/3.2.nix
+++ b/pkgs/development/libraries/gnutls/3.2.nix
@@ -4,11 +4,11 @@
 assert guileBindings -> guile != null;
 
 stdenv.mkDerivation rec {
-  name = "gnutls-3.2.17";
+  name = "gnutls-3.2.20";
 
   src = fetchurl {
     url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${name}.tar.lz";
-    sha256 = "a332adda1d294fbee859ae46ee0c128d8959c4a5b9c28e7cdbe5c9b56898fc25";
+    sha256 = "0mjwzj486g0aj5i3zr70mixmbd4ldrj1ckrwmcr90si6bqa0sc6q";
   };
 
   patches =