curl: add patches for CVE-2021-22876, CVE-2021-22890

hand-backported from upstream fixes
This commit is contained in:
Robert Scott
2021-04-02 18:13:36 +01:00
parent 9476b3a560
commit 6808269554
3 changed files with 617 additions and 0 deletions
+5
View File
@@ -45,6 +45,11 @@ stdenv.mkDerivation rec {
sha256 = "19bp3d91xq9vqwlbzq261j23mk9lz4lyka4gr2fm6dhnd3k66k8g";
};
patches = [
./7.74.0-CVE-2021-22876.patch
./7.74.0-CVE-2021-22890.patch
];
outputs = [ "bin" "dev" "out" "man" "devdoc" ];
separateDebugInfo = stdenv.isLinux;