Skip to content

Commit

Permalink
libressl: 2.5.3 -> 2.5.4
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
joachifm committed May 5, 2017
1 parent 977b320 commit ef06638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libressl/2.5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "libressl-${version}";
version = "2.5.3";
version = "2.5.4";

src = fetchurl {
url = "mirror://openbsd/LibreSSL/${name}.tar.gz";
sha256 = "0c4awq45cl757fv7f7f75i5i0ibc6v7ns13n7xvfak7chv2lrqql";
sha256 = "1ykf6dqlbafafhbdfmcj19pjj1z6wmsq0rmyqga1i0xv5x95nyhh";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit ef06638

Please sign in to comment.