mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
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:
parent
0c5b904257
commit
7bd6a3599b
@ -21,7 +21,7 @@ rec {
|
|||||||
tar = ./tools/tar;
|
tar = ./tools/tar;
|
||||||
bunzip2 = ./tools/bunzip2;
|
bunzip2 = ./tools/bunzip2;
|
||||||
cp = ./tools/cp;
|
cp = ./tools/cp;
|
||||||
curl = ./tools/curl-7.12.2-static.tar.bz2;
|
curl = ./tools/curl-7.15.1-static.tar.bz2;
|
||||||
system = "i686-linux";
|
system = "i686-linux";
|
||||||
args = [ ./scripts/unpack-curl.sh ];
|
args = [ ./scripts/unpack-curl.sh ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user