Skip to content

Commit

Permalink
openssl: security update 1.0.1p -> 1.0.1q
Browse files Browse the repository at this point in the history
Fixes CVE-2015-3194 and CVE-2015-3195.
Taken from #11469.
  • Loading branch information
codsl authored and vcunat committed Dec 5, 2015
1 parent d38e9d3 commit fb3b9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/openssl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ let
stdenv.cross;
in
stdenv.mkDerivation rec {
name = "openssl-1.0.1p";
name = "openssl-1.0.1q";

src = fetchurl {
urls = [
"http://www.openssl.org/source/${name}.tar.gz"
"http://openssl.linux-mirror.org/source/${name}.tar.gz"
];
sha1 = "9d1977cc89242cd11471269ece2ed4650947c046";
sha256 = "1dvz0hx7fjxag06b51pawy154y6d2xajm5rwxmfnlq7ax628nrdk";
};

outputs = [ "out" "man" ];
Expand Down

0 comments on commit fb3b9f5

Please sign in to comment.