curl: add patches for CVE-2021-22897, CVE-2021-22898 & CVE-2021-22901

(cherry picked from commit 742c60f6f839e23822d29b668071baa653253656)
This commit is contained in:
Robert Scott
2021-06-02 00:35:37 +00:00
committed by github-actions[bot]
parent 890d9c809c
commit 1e0edddaff
4 changed files with 532 additions and 0 deletions
+6
View File
@@ -52,6 +52,12 @@ stdenv.mkDerivation rec {
sha256 = "1scmfrp0c27pkd7yva9k50miprjpsyfbb33apx72qc9igm6ii3ks";
};
patches = [
./CVE-2021-22897.patch
./CVE-2021-22898.patch
./CVE-2021-22901.patch
];
outputs = [ "bin" "dev" "out" "man" "devdoc" ];
separateDebugInfo = stdenv.isLinux;