Nathan Zadoks
bfff3d6e23
busybox: Fix in-store invocation of busybox
...
This fixes the usage for stdenv bootstrap.
Additionally, dezgeg ported the patch from 1.25.1 to 1.26.1
2017-01-25 00:01:52 +02:00
Tim Steinbach
afb73be9f7
busybox: 1.26.1 -> 1.26.2
2017-01-14 17:19:43 +01:00
Tim Steinbach
9bd93ac6e0
busybox: 1.25.1 -> 1.26.1
2017-01-03 08:40:32 -05:00
Tim Steinbach
a5c1985fef
busybox: 1.24.2 -> 1.25.1
2016-10-27 09:31:21 -04:00
Jörg Thalheim
74876b0cad
busybox: 1.23.2 -> 1.24.2
...
fixes https://lwn.net/Vulnerabilities/696815/
2016-09-25 13:21:29 +02:00
Joachim Fasting
099584a27c
busybox: fix static build
...
The static build fails with undefined references to __memcpy_chk when
the fortify hardening is enabled.
2016-09-09 04:46:00 +02:00
Franz Pletz
df275f5b85
treewide: fix darwin builds by referring to stdenv's libc
2016-08-25 02:56:25 +02:00
Robin Gloster
1f04b4a566
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-21 00:56:43 +00:00
Tuomas Tynkkynen
2fefa331e7
busybox: Fix cross build with musl
2016-07-20 02:38:10 +03:00
Robin Gloster
203846b9de
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-19 10:37:02 +00:00
Nikolay Amiantov
28740462e7
busybox: fix static build
2016-07-19 05:20:02 +03:00
Robin Gloster
5185bc1773
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-15 14:41:01 +00:00
Nikolay Amiantov
da97ba359e
busybox: set default keymap path
2016-07-08 20:44:01 +03:00
Franz Pletz
aff1f4ab94
Use general hardening flag toggle lists
...
The following parameters are now available:
* hardeningDisable
To disable specific hardening flags
* hardeningEnable
To enable specific hardening flags
Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.
cc-wrapper supports the following flags:
* fortify
* stackprotector
* pie (disabled by default)
* pic
* strictoverflow
* format
* relro
* bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster
f6d3b7a2ae
switch hardening flags
2016-01-30 16:36:57 +00:00
Franz Pletz
954e9903ad
Use a hardened stdenv by default
2016-01-30 16:36:57 +00:00
Vladimír Čunát
784f69e6ae
busybox: fix minimal build with musl libc
...
Now we always enable large file support, as it should be cheap enough,
and avoids also problems on some filesystems #10181 .
The minimal build disables (almost) all options, so it was building
without large file support. However, in musl the `off_t` is *always*
64-bit, which lead to problems, now detected during build time.
2015-10-25 10:20:08 +01:00
William A. Kennington III
874fa4d8a3
busybox: 1.22.1 -> 1.23.2
...
Also use musl as libc since it is just as small as uclibc, usually more
performant, and regularly makes releases.
2015-05-06 00:15:16 -07:00
Eelco Dolstra
41a479b15f
busybox: Optionally use uclibc
2014-10-29 14:44:56 +01:00
Eelco Dolstra
3b2177b769
busybox: Allow running from within the Nix store
...
This enables running the busybox program directly from the Nix store
(i.e. as /nix/store/<hash>-busybox). We need this for the stdenv
bootstrap.
2014-10-29 13:43:00 +01:00
Eelco Dolstra
423e923182
busybox: Enable building a minimal configuration
...
This starts with "make allnoconfig" rather than "make defconfig",
making it easier to turn on only the needed features.
Also, fix broken .config generation (the presence of "#" lines
confused parseconfig).
2014-10-29 13:43:00 +01:00
Eelco Dolstra
5b50f0cbc5
busybox: Remove unused patch
2014-10-29 13:42:59 +01:00
Alexander Kjeldaas
bee22ab79e
libgcrypt, libgpg-error, busybox: improve determinism
2014-09-13 15:04:43 +02:00
Eelco Dolstra
b7c543136a
Move CIFS support into a separate module
2014-07-30 12:39:35 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Peter Simons
30aa995a42
busybox: update from 1.21.1 to 1.22.1
2014-04-09 12:41:10 +02:00
William A. Kennington III
19478d83e4
Upgrade busybox from 1.20.2 -> 1.21.1
2013-11-28 00:52:10 -06:00
Eelco Dolstra
84779a6f7d
Remove unnecessary parentheses around if conditions
...
Pet peeve...
2012-12-28 19:54:15 +01:00
Peter Simons
15e2bf6050
busybox: fix build by adding a missing <sys/resource.h> include
...
This patch is going to be in the next release: http://lists.busybox.net/pipermail/busybox/2012-May/077766.html
2012-11-21 16:31:32 +01:00
Eelco Dolstra
503b4fd5bf
busybox: Update to 1.20.2
2012-08-13 15:56:09 -04:00
Eelco Dolstra
b5949d2509
busybox: Update to 1.20.1
2012-06-28 14:05:56 -04:00