curl: cherry-pick upstream patch for ipv6 url parsing

Upstream bug: curl/curl#3218.

This causes nixos/tests/ipv6.nix to fix since the last staging merge.
This commit is contained in:
Pierre Bourdon
2018-11-22 09:58:34 +01:00
committed by Frederik Rietdijk
parent c31cb577ae
commit 90720d0139
2 changed files with 59 additions and 0 deletions
+5
View File
@@ -34,6 +34,11 @@ stdenv.mkDerivation rec {
sha256 = "084niy7cin13ba65p8x38w2xcyc54n3fgzbin40fa2shfr0ca0kq";
};
patches = [
# Cherry picked fix for https://github.com/curl/curl/issues/3218
./fix-ipv6-url-parsing.patch
];
outputs = [ "bin" "dev" "out" "man" "devdoc" ];
separateDebugInfo = stdenv.isLinux;