update curl to 7.15.1, fixes a security flaw. Merry X-mas :)
svn path=/nixpkgs/trunk/; revision=4432
This commit is contained in:
parent
53c0ae3af3
commit
d2b1dc4a52
@ -3,10 +3,10 @@
|
|||||||
assert sslSupport -> openssl != null;
|
assert sslSupport -> openssl != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "curl-7.15.0";
|
name = "curl-7.15.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://curl.haxx.se/download/curl-7.15.0.tar.bz2;
|
url = http://curl.haxx.se/download/curl-7.15.1.tar.bz2;
|
||||||
md5 = "e3b130320d3704af375c097606f49c01";
|
md5 = "d330d48580bfade58c82d4f295f171f0";
|
||||||
};
|
};
|
||||||
buildInputs = [zlib (if sslSupport then openssl else null)];
|
buildInputs = [zlib (if sslSupport then openssl else null)];
|
||||||
patches = [./configure-cxxcpp.patch];
|
patches = [./configure-cxxcpp.patch];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user