Skip to content

Commit 9135c9f

Browse files
committedJun 7, 2017
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
1 parent 67c1f0e commit 9135c9f

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/libraries/gnutls

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/gnutls/3.5.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{ callPackage, fetchurl, libunistring, ... } @ args:
22

33
callPackage ./generic.nix (args // rec {
4-
version = "3.5.12";
4+
version = "3.5.13";
55

66
src = fetchurl {
77
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-${version}.tar.xz";
8-
sha256 = "1jspvrmydqgz30c1ji94b55gr2dynz7p96p4y8fkhad0xajkkjv3";
8+
sha256 = "15ihq6p0hnnhs8cnjrkj40dmlcaa1jjg8xg0g2ydbnlqs454ixbr";
99
};
1010

1111
# Skip two tests introduced in 3.5.11. Probable reasons of failure:

0 commit comments

Comments
 (0)
Please sign in to comment.