Skip to content

Commit ef06638

Browse files
committedMay 5, 2017
libressl: 2.5.3 -> 2.5.4
Contains a fix for CVE-2017-8301: TLS verification vulnerability in LibreSSL 2.5.1 - 2.5.3 [1][2] [1]: http://seclists.org/oss-sec/2017/q2/145 [2]: libressl/portable#307 (cherry picked from commit e2bc4e4)
1 parent 977b320 commit ef06638

File tree

1 file changed

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

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/libressl/2.5.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "libressl-${version}";
5-
version = "2.5.3";
5+
version = "2.5.4";
66

77
src = fetchurl {
88
url = "mirror://openbsd/LibreSSL/${name}.tar.gz";
9-
sha256 = "0c4awq45cl757fv7f7f75i5i0ibc6v7ns13n7xvfak7chv2lrqql";
9+
sha256 = "1ykf6dqlbafafhbdfmcj19pjj1z6wmsq0rmyqga1i0xv5x95nyhh";
1010
};
1111

1212
enableParallelBuilding = true;

0 commit comments

Comments
 (0)
Please sign in to comment.