From 1f78d14028a653829d6acca207a8ad3a8ae9520e Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 26 Mar 2016 13:18:48 +0100 Subject: [PATCH] curl3: mark as broken This is an ancient version of curl, that currently has 19 known vulnerabilities. It is used by and was added to support only one package. --- pkgs/tools/networking/curl/7.15.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/networking/curl/7.15.nix b/pkgs/tools/networking/curl/7.15.nix index 356c9b4f32d2..56046d5423dd 100644 --- a/pkgs/tools/networking/curl/7.15.nix +++ b/pkgs/tools/networking/curl/7.15.nix @@ -74,5 +74,6 @@ stdenv.mkDerivation rec { homepage = "http://curl.haxx.se/"; description = "A command line tool for transferring files with URL syntax"; platforms = with stdenv.lib.platforms; allBut darwin; + broken = true; }; }