mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
gnutls-3.2: maintenance+security update
CVE-2014-8564 seems only DOS, so relatively non-critical.
This commit is contained in:
parent
156258126b
commit
581721887d
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue