mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
* OpenSSL 0.9.8d.
svn path=/nixpkgs/trunk/; revision=6629
This commit is contained in:
parent
8b7597ea85
commit
4e2994a237
@ -1 +1,9 @@
|
||||
import ./openssl-0.9.8b.nix
|
||||
{stdenv, fetchurl, perl}: stdenv.mkDerivation {
|
||||
name = "openssl-0.9.8d";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/security/openssl/openssl-0.9.8d.tar.gz;
|
||||
sha1 = "4136fba00303a3d319d2052bfa8e1f09a2e12fc2";
|
||||
};
|
||||
buildInputs = [perl];
|
||||
}
|
||||
|
@ -1,10 +0,0 @@
|
||||
{stdenv, fetchurl, perl}: stdenv.mkDerivation {
|
||||
name = "openssl-0.9.7i";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/openssl-0.9.7i.tar.gz;
|
||||
sha1 = "4c23925744d43272fa19615454da44e01465eb06";
|
||||
};
|
||||
buildInputs = [perl];
|
||||
# patches = [./darwin-makefile.patch];
|
||||
}
|
@ -1,9 +0,0 @@
|
||||
{stdenv, fetchurl, perl}: stdenv.mkDerivation {
|
||||
name = "openssl-0.9.8b";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/security/openssl/openssl-0.9.8b.tar.gz;
|
||||
sha1 = "99565db630a044fa484d4f91006a31908f262246";
|
||||
};
|
||||
buildInputs = [perl];
|
||||
}
|
Loading…
Reference in New Issue
Block a user