Skip to content

Commit

Permalink
openssl_1_1_0: Fix CVE-2017-3738 (#33544)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4cc3510)
  • Loading branch information
adisbladis authored and vcunat committed Jan 10, 2018
1 parent ae54250 commit 5371962
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/libraries/openssl/default.nix
@@ -1,5 +1,6 @@
{ stdenv, fetchurl, buildPackages, perl
, hostPlatform
, fetchpatch
, withCryptodev ? false, cryptodevHeaders
, enableSSL2 ? false
}:
Expand Down Expand Up @@ -114,6 +115,13 @@ in {
openssl_1_1_0 = common {
version = "1.1.0g";
sha256 = "1bvka2wf33w2vxv7yw578nnjqyhz2b3chvfb0l4k2ffscw950kfy";
patches = [
(fetchpatch {
name = "CVE-2017-3738.patch";
url = "https://github.com/openssl/openssl/commit/563066.patch";
sha256 = "0ni9fwpxf8raw8b58pfa15akbqmxx4q64v0ldsm4b9dqhbxf8mkz";
})
];
};

}

0 comments on commit 5371962

Please sign in to comment.