summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2022-06-23 15:39:07 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-06-27 10:44:08 +0000
commit743144ab3c02cfa1f7ed9743b53ded4de386973b (patch)
tree221df7c6f1b74a30010638b4e7c7b9ab15ea74f7
parentMerge pull request #178830 from Madouura/release/zfs (diff)
downloadnixpkgs-origin/backport-178736-to-release-22.05.tar.gz
busybox: patch CVE-2022-30065origin/backport-178736-to-release-22.05
https://nvd.nist.gov/vuln/detail/CVE-2022-30065 (cherry picked from commit 44e9c8ce2e37ff9effc07199b0b60c6af22dfd61)
-rw-r--r--pkgs/os-specific/linux/busybox/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/busybox/default.nix b/pkgs/os-specific/linux/busybox/default.nix
index 636a07edddfd..3feb590eb5d6 100644
--- a/pkgs/os-specific/linux/busybox/default.nix
+++ b/pkgs/os-specific/linux/busybox/default.nix
@@ -75,6 +75,11 @@ stdenv.mkDerivation rec {
url = "https://git.alpinelinux.org/aports/plain/main/busybox/0002-nslookup-sanitize-all-printed-strings-with-printable.patch?id=ed92963eb55bbc8d938097b9ccb3e221a94653f4";
sha256 = "sha256-vl1wPbsHtXY9naajjnTicQ7Uj3N+EQ8pRNnrdsiow+w=";
})
+ (fetchurl {
+ name = "CVE-2022-30065.patch";
+ url = "https://git.alpinelinux.org/aports/plain/main/busybox/CVE-2022-30065.patch?id=4ffd996b3f8298c7dd424b912c245864c816e354";
+ sha256 = "sha256-+WSYxI6eF8S0tya/S62f9Nc6jVMnHO0q1OyM69GlNTY=";
+ })
] ++ lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) ./clang-cross.patch;
separateDebugInfo = true;