gnutls: maintenance 3.5.12 -> 3.5.13
It contains a fix for DOS possibility in servers. http://gnutls.org/security.html#GNUTLS-SA-2017-4
This commit is contained in:
parent
67c1f0e65a
commit
9135c9f73a
@ -1,11 +1,11 @@
|
|||||||
{ callPackage, fetchurl, libunistring, ... } @ args:
|
{ callPackage, fetchurl, libunistring, ... } @ args:
|
||||||
|
|
||||||
callPackage ./generic.nix (args // rec {
|
callPackage ./generic.nix (args // rec {
|
||||||
version = "3.5.12";
|
version = "3.5.13";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-${version}.tar.xz";
|
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-${version}.tar.xz";
|
||||||
sha256 = "1jspvrmydqgz30c1ji94b55gr2dynz7p96p4y8fkhad0xajkkjv3";
|
sha256 = "15ihq6p0hnnhs8cnjrkj40dmlcaa1jjg8xg0g2ydbnlqs454ixbr";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Skip two tests introduced in 3.5.11. Probable reasons of failure:
|
# Skip two tests introduced in 3.5.11. Probable reasons of failure:
|
||||||
|
Loading…
Reference in New Issue
Block a user