Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Revert "nix: point at curl 7.59.0 (#41452)"
Browse files Browse the repository at this point in the history
This reverts commit 5574df3.
I also can't reproduce the problem anymore; discussion: #41312.
Fixes #53569, fixes #53948.  (Vulnerabilities in old curl.)
  • Loading branch information
vcunat committed Jan 19, 2019
1 parent b277551 commit 51ac3db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 116 deletions.
111 changes: 0 additions & 111 deletions pkgs/tools/networking/curl/7_59.nix

This file was deleted.

5 changes: 0 additions & 5 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -2171,10 +2171,6 @@ in
brotliSupport = true;
};

curl_7_59 = callPackage ../tools/networking/curl/7_59.nix rec {
fetchurl = fetchurlBoot;
};

curl = callPackage ../tools/networking/curl rec {
fetchurl = fetchurlBoot;
};
Expand Down Expand Up @@ -22467,7 +22463,6 @@ in
inherit (callPackages ../tools/package-management/nix {
storeDir = config.nix.storeDir or "/nix/store";
stateDir = config.nix.stateDir or "/nix/var";
curl = curl_7_59;
boehmgc = boehmgc.override { enableLargeConfig = true; };
})
nix
Expand Down

0 comments on commit 51ac3db

Please sign in to comment.