summary refs log tree commit diff
path: root/pkgs/os-specific/linux/busybox
Commit message (Collapse)AuthorAge
* busybox: 1.30.1 -> 1.31.1R. RyanTM2019-11-14
| | | (#72452)
* Partially revert "busybox: fix musl builds"Vladimír Čunát2019-10-12
| | | | | | | Original commit 5ba8c04ae5 destroyed the meaning of the *overridable* flag, and incidentally we were relying on it in channel-critical stuff: https://hydra.nixos.org/build/102298542
* busybox: remove the missing diffDomen Kožar2019-09-29
|
* busybox: flip around logic how musl is determinedDomen Kožar2019-09-29
|
* Revert "busybox: fix musl builds"Jörg Thalheim2019-09-29
| | | | | | | | This reverts commit 5ba8c04ae51b915a18dabf2cb7d75d8a4611de4d. Broke non-musl busybox. fixes: #70007
* busybox: fix musl buildsMatthew Bauer2019-09-29
| | | | | You shouldn’t need to add anything with musl builds. The libc will configure these values for you.
* Revert "busybox: fix static builds"Matthew Bauer2019-09-09
| | | | | | | | This reverts commit b4f6931acde5433ffebfedf79a31eb5903ffa51e. Broke busybox-sandbox-shell https://hydra.nixos.org/build/100470231
* busybox: fix static buildsMatthew Bauer2019-08-28
| | | | Fixes #52074
* busybox: apply clang-cross patch when host is different than build system.Derek Kulinski2019-08-09
| | | | | | | | | | | | It looks like the original comparrision was incorrect: host platform - system on which the binary will run target platform - system for which compiler generates code (used with compilers) build platform - system on which the build is invoked see: https://nixos.org/nixpkgs/manual/#sec-cross-platform-parameters This change allows to cross compile busybox on OS X
* busybox: only use stdenv.cc.libc.static when it existsMatthew Bauer2019-05-08
| | | | causes on evaluation error on macOS otherwise
* busybox: add patch to allow cross in llvmMatthew Bauer2019-04-14
| | | | | | Fixes #57670 $ nix build -f. --arg crossSystem '{ config = "aarch64-unknown-linux-musl"; useLLVM = true; }' busybox
* busybox: 1.29.3 -> 1.30.1Will Dietz2019-02-18
| | | | | For changes see https://busybox.net (most of which are part of 1.30.0).
* busybox: give priority of 10Matthew Bauer2019-01-18
| | | Lots of packages provide this. Usually we don't want the busybox version.
* treewide: disable pie in more placesMatthew Bauer2018-11-13
| | | | | | | | | | | | Some packages don’t work correctly with pie. Here I disable it for: - busybox - linux kernel - kexectools I also get rid of the Musl conditional for disabling pie in GCC and Binutils. Some day we might want to enable PIE without Musl and it will be useful to have the *just* work with our compiler and linkers.
* Update sandbox-shell.nixMatthew Bauer2018-11-05
|
* busybox: 1.29.2 -> 1.29.3 (#46458)Will Dietz2018-09-10
|
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* busybox: 1.29.1 -> 1.29.2 (#45473)Will Dietz2018-08-22
| | | | | Website's summary of changes: > Bug fix release. 1.29.2 has fixes for fdisk (compat fixes, allow 2TB+ sizes), gzip (FEATURE_GZIP_LEVELS was producing badly-compressed .gz), hexedit (segfault fix).
* Merge remote-tracking branch 'central/master' into viric_cleanLluís Batlle i Rossell2018-07-28
|\
| * Merge staging-next into master (#44009)Frederik Rietdijk2018-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * substitute(): --subst-var was silently coercing to "" if the variable does not exist. * libffi: simplify using `checkInputs` * pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix * utillinux: 2.32 -> 2.32.1 https://lkml.org/lkml/2018/7/16/532 * busybox: 1.29.0 -> 1.29.1 * bind: 9.12.1-P2 -> 9.12.2 https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html * curl: 7.60.0 -> 7.61.0 * gvfs: make tests run, but disable * ilmbase: disable tests on i686. Spooky! * mdds: fix tests * git: disable checks as tests are run in installcheck * ruby: disable tests * libcommuni: disable checks as tests are run in installcheck * librdf: make tests run, but disable * neon, neon_0_29: make tests run, but disable * pciutils: 3.6.0 -> 3.6.1 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pciutils/versions. * mesa: more include fixes mostly from void-linux (thanks!) * npth: 1.5 -> 1.6 minor bump * boost167: Add lockfree next_prior patch * stdenv: cleanup darwin bootstrapping Also gets rid of the full python and some of it's dependencies in the stdenv build closure. * Revert "pciutils: use standardized equivalent for canonicalize_file_name" This reverts commit f8db20fb3ae382eba1ba2b160fe24739f43c0bd7. Patching should no longer be needed with 3.6.1. * binutils-wrapper: Try to avoid adding unnecessary -L flags (cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9) Signed-off-by: Domen Kožar <domen@dev.si> * libffi: don't check on darwin libffi usages in stdenv broken darwin. We need to disable doCheck for that case. * "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook * python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273 When `py.test` was run with a folder as argument, it would not only search for tests in that folder, but also create a .pytest-cache folder. Not only is this state we don't want, but it was also causing collisions. * parity-ui: fix after merge * python.pkgs.pytest-flake8: disable test, fix build * Revert "meson: 0.46.1 -> 0.47.0" With meson 0.47.0 (or 0.47.1, or git) things are very wrong re:rpath handling resulting in at best missing libs but even corrupt binaries :(. When we run patchelf it masks the problem by removing obviously busted paths. Which is probably why this wasn't noticed immediately. Unfortunately the binary already has a long series of paths scribbled in a space intended for a much smaller string; in my testing it was something like lengths were 67 with 300+ written to it. I think we've reported the relevant issues upstream, but unfortunately it appears our patches are what introduces the overwrite/corruption (by no longer being correct in what they assume) This doesn't look so bad to fix but it's not something I can spend more time on at the moment. -- Interestingly the overwritten string data (because it is scribbled past the bounds) remains in the binary and is why we're suddenly seeing unexpected references in various builds -- notably this is is the reason we're seeing the "extra-utils" breakage that entirely crippled NixOS on master (and probably on staging before?). Fixes #43650. This reverts commit 305ac4dade5758c58e8ab1666ad0197fd305828d. (cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d) Signed-off-by: Domen Kožar <domen@dev.si>
* | Take me (viric) out of most maintenanceLluís Batlle i Rossell2018-07-22
|/ | | | | | | Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* busybox: 1.28.4 -> 1.29.0Tim Steinbach2018-07-03
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* busybox: 1.28.3 -> 1.28.4Tim Steinbach2018-05-27
|
* tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
| | | | trivial part)
* busybox: 1.28.2 -> 1.28.3Will Dietz2018-04-05
|
* busybox: 1.28.1 -> 1.28.2Will Dietz2018-03-28
|
* busybox: patchshebangs to fix build on "limited" /bin/sh buildersWill Dietz2018-03-14
|
* busybox: 1.28.0 -> 1.28.1Will Dietz2018-02-22
|
* busybox-sandbox-shell: Fix build on RISC-VShea Levy2018-02-18
|
* busybox: don't force gccWill Dietz2018-02-13
|
* busybox: fixup after musl multiple outputsWill Dietz2018-02-13
|
* Merge pull request #34207 from dtzWill/fix/busybox-miscJörg Thalheim2018-02-10
|\ | | | | busybox: bump copybuf, disable utmp/wtmp when not supported (musl)
| * busybox: bump copybuf 4kB -> 64kBWill Dietz2018-02-01
| |
| * busybox: don't use utmp/wtmp on musl since they won't work anywayWill Dietz2018-02-01
| | | | | | | | https://wiki.musl-libc.org/faq.html#Q:-Why-is-the-utmp/wtmp-functionality-only-implemented-as-stubs?
* | busybox-sandbox-shell: extract basic shell to new attributeWill Dietz2018-02-05
|/ | | | | Nix will use this shell if the attribute is present, avoiding duplicating changes in the future.
* busybox: 1.27.2 -> 1.28.0adisbladis2018-01-11
|
* treewide: Use `depsBuildBuild` for buildPackges.stdenv.ccJohn Ericson2017-12-30
|
* busybox: apply upstream patch for CVE-2017-16544Michael Raskin2017-12-08
|
* treewide: Use `targetPrefix` instead of `prefix` for platform name prefixesJohn Ericson2017-11-27
| | | | | | | | | Certain tools, e.g. compilers, are customarily prefixed with the name of their target platform so that multiple builds can be used at once without clobbering each other on the PATH. I was using identifiers named `prefix` for this purpose, but that conflicts with the standard use of `prefix` to mean the directory where something is installed. To avoid conflict and confusion, I renamed those to `targetPrefix`.
* busybox: fix CVE-2017-1587{34}Andreas Rammhold2017-11-11
|
* mkDerivation: fix hardening flags checkOrivej Desh2017-09-01
| | | | | | | | - allow "all" in hardeningDisable - fix busybox flags - print detailed error message Discussed at https://github.com/NixOS/nixpkgs/pull/28555#issuecomment-326413032
* busybox: 1.27.1 -> 1.27.2Tim Steinbach2017-08-21
|
* Revert "busybox: downgrade 1.27.1 -> 1.26.2"Will Dietz2017-08-14
| | | | This reverts commit 9c3702ad35b796a8799ffd6424ede60947ef8e99.
* Merge pull request #27881 from mimadrid/fix/http-httpsFrederik Rietdijk2017-08-13
|\ | | | | Update homepage attributes: http -> https
| * Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | | | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* | busybox: downgrade 1.27.1 -> 1.26.2Vladimír Čunát2017-08-13
|/ | | | | | ... to fix our bootstrap tools until we find what exactly is wrong. This effectively reverts 06a513ee05 and 50831d543d. Discussion thread: #27746.
* busybox: 1.27.0 -> 1.27.1Tim Steinbach2017-07-29
|
* busybox: 1.26.2 -> 1.27.0Tim Steinbach2017-07-08
|