Skip to content

Commit

Permalink
busybox: apply upstream patch for CVE-2017-16544
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Dec 8, 2017
1 parent 081de61 commit ab917a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/os-specific/linux/busybox/default.nix
Expand Up @@ -51,6 +51,11 @@ stdenv.mkDerivation rec {
url = "https://git.busybox.net/busybox/patch/?id=9ac42c500586fa5f10a1f6d22c3f797df11b1f6b";
sha256 = "0169p4ylz9zd14ghhb39yfjvbdca2kb21pphylfh9ny7i484ahql";
})
(fetchpatch {
name = "CVE-2017-16544.patch";
url = "https://git.busybox.net/busybox/patch/?id=c3797d40a1c57352192c6106cc0f435e7d9c11e8";
sha256 = "1q3lkc4xczxrzhz73x2r0w7kmd6y33zhcnz3478nk5xi0qr66mcy";
})
];

configurePhase = ''
Expand Down

0 comments on commit ab917a2

Please sign in to comment.