diff options
| author | Artturi <Artturin@artturin.com> | 2021-08-12 04:43:14 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-12 04:43:14 +0300 |
| commit | b6f76e22d75b9f145d1e8c584ad2b2ad1e61b9ec (patch) | |
| tree | 7bfc86f4f1cfb4af485eecb75ae7e7bc4f245b38 | |
| parent | Merge pull request #133548 from angustrau/backport-maintainer (diff) | |
| parent | libspf2: Fix CVE-2021-20314 (diff) | |
| download | nixpkgs-b6f76e22d75b9f145d1e8c584ad2b2ad1e61b9ec.tar.gz | |
Merge pull request #133564 from NixOS/backport-133528-to-release-21.05
[Backport release-21.05] libspf2: Fix CVE-2021-20314
| -rw-r--r-- | pkgs/development/libraries/libspf2/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libspf2/default.nix b/pkgs/development/libraries/libspf2/default.nix index 6a9cb8b647cc..dc46e356e2c8 100644 --- a/pkgs/development/libraries/libspf2/default.nix +++ b/pkgs/development/libraries/libspf2/default.nix @@ -17,6 +17,11 @@ stdenv.mkDerivation rec { url = "https://github.com/shevek/libspf2/commit/5852828582f556e73751076ad092f72acf7fc8b6.patch"; sha256 = "1v6ashqzpr0xidxq0vpkjd8wd66cj8df01kyzj678ljzcrax35hk"; }) + (fetchurl { + name = "0002-CVE-2021-20314.patch"; + url = "https://github.com/shevek/libspf2/commit/c37b7c13c30e225183899364b9f2efdfa85552ef.patch"; + sha256 = "190nnh7mlz6328829ba6jajad16s3md8kraspn81qnvhwh0nkiak"; + }) ]; postPatch = '' |
