openssl: Use 1.0.2 by default

Provided that not too much breaks, we should probably cherry-pick this
to 16.03, since the end of the 1.0.1 support window is a bit too close
to the expected lifetime of 16.0.3. @domenkozar
This commit is contained in:
Eelco Dolstra 2016-03-01 15:25:53 +01:00
parent cdbd14a1a8
commit e0d17fdf10
2 changed files with 3 additions and 5 deletions

View file

@ -104,9 +104,9 @@ in {
sha256 = "e7e81d82f3cd538ab0cdba494006d44aab9dd96b7f6233ce9971fb7c7916d511";
};
openssl_1_0_2 = lowPrio (common {
openssl_1_0_2 = common {
version = "1.0.2g";
sha256 = "b784b1b3907ce39abf4098702dade6365522a253ad1552e267a9a0e89594aa33";
});
};
}

View file

@ -2201,12 +2201,10 @@ let
nodejs-5_x = callPackage ../development/web/nodejs/v5.nix {
libtool = darwin.cctools;
openssl = openssl_1_0_2;
};
nodejs-4_x = callPackage ../development/web/nodejs/v4.nix {
libtool = darwin.cctools;
openssl = openssl_1_0_2;
};
nodejs-0_10 = callPackage ../development/web/nodejs/v0_10.nix {
@ -8276,7 +8274,7 @@ let
wolfssl = callPackage ../development/libraries/wolfssl { };
openssl = openssl_1_0_1;
openssl = openssl_1_0_2;
inherit (callPackages ../development/libraries/openssl {
fetchurl = fetchurlBoot;