use newer curl. This fixes a few security bugs and this static version of curl

has been built using Nix itself. I've tested this, it works.

svn path=/nixpkgs/trunk/; revision=4451
This commit is contained in:
Armijn Hemel 2005-12-28 02:02:56 +00:00
parent 0c5b904257
commit 7bd6a3599b

View File

@ -21,7 +21,7 @@ rec {
tar = ./tools/tar;
bunzip2 = ./tools/bunzip2;
cp = ./tools/cp;
curl = ./tools/curl-7.12.2-static.tar.bz2;
curl = ./tools/curl-7.15.1-static.tar.bz2;
system = "i686-linux";
args = [ ./scripts/unpack-curl.sh ];
};