busybox: apply upstream patch for CVE-2017-16544

This commit is contained in:
Michael Raskin 2017-12-08 22:47:11 +01:00
parent 081de6180b
commit ab917a22f5

View File

@ -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 = ''