* Use the latest OpenSSL. Fixes a security problem:
http://www.openssl.org/news/secadv_20051011.txt svn path=/nixpkgs/trunk/; revision=4063
This commit is contained in:
parent
3c1c258aa5
commit
f994aaa032
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
name = "openssl-0.9.7g";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://www.openssl.org/source/openssl-0.9.7g.tar.gz;
|
||||
md5 = "991615f73338a571b6a1be7d74906934";
|
||||
url = http://www.openssl.org/source/openssl-0.9.7h.tar.gz;
|
||||
sha1 = "9fe535fce89af967b29c4727dedd25f2b4cc2f0d";
|
||||
};
|
||||
buildInputs = [perl];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue