3
0
Fork 0
forked from mirrors/nixpkgs

Merge #56010: busybox: 1.29.3 -> 1.30.1

There's a CVE fix inside, so let's not wait for long.
This commit is contained in:
Vladimír Čunát 2019-02-22 09:45:01 +01:00
commit 65c085e8a9
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -32,14 +32,14 @@ let
in
stdenv.mkDerivation rec {
name = "busybox-1.29.3";
name = "busybox-1.30.1";
# Note to whoever is updating busybox: please verify that:
# nix-build pkgs/stdenv/linux/make-bootstrap-tools.nix -A test
# still builds after the update.
src = fetchurl {
url = "https://busybox.net/downloads/${name}.tar.bz2";
sha256 = "1dzg45vgy2w1xcd3p6h8d76ykhabbvk1h0lf8yb24ikrwlv8cr4p";
sha256 = "1p7vbnwj60q6zkzrzq3pa8ybb7mviv2aa5a8g7s4hh6kvfj0879x";
};
hardeningDisable = [ "format" "pie" ]