aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/busyboxconfig
Commit message (Collapse)AuthorAgeFilesLines
* main/busybox: upgrade to 1.29.3Sören Tempel2018-09-271-4/+22
| | | | | | | | | | | | | | | | | | | | | | * Remove all patches already applied upstream * 0001-ash-add-support-for-command_not_found_handle-hook-fu.patch * 0001-cat-fix-cat-e-and-cat-v-erroneously-numbering-1st-li.patch * 0001-wget-emit-a-message-that-certificate-verification-is.patch * 0015-ash-introduce-a-config-option-to-search-current-dire.patch * 0016-top-handle-much-larger-VSZ-values.patch * 0017-ifupdown-do-not-fail-if-interface-disappears-during-.patch * Rename config option for command_not_found hook * upstream patch adding this hook slightly differs from our downstream patch in this regard * Rebase some patches manually: * external_ssl_client.patch * 0006-ping-make-ping-work-without-root-privileges.patch * 0007-fbsplash-support-image-and-bar-alignment-and-positio.patch * Add support for `-e` to our ssl_client * See https://git.busybox.net/busybox/commit/?id=403f2999f94937ba3f37db6d093832f636815bb9 * Update the configuration file * Regenerate all patches using `git format-patch --no-numbered --no-signature` to reduce the diff for future upgrades.
* main/busybox: properly fix wget https supportNatanael Copa2018-05-301-3/+3
| | | | | | | | | | | | | | | | | | | | | fix busybox wget https support by using an external ssl_client helper for https. Disable the use of external openssl. This was fixed to check certificates as a temporary solution. openssl can not produce any useful error messages on certificate errors. It is big. So we simply disable its use. For dynamic busybox we disable the internal ssl_client and the internal (broken) tls code, and build our own ssl_client which properly verifies the certificates. For the static busybox we enable the internal ssl_client and tls code, but we only allow its use with --no-check-certificates. This is so we still can fetch things from https in an emergency situation. We auto-install ssl_client if both libssl and busybox are installed. This is to keep backwards compatibility.
* main/busybox: upgrade to 1.28.2Sören Tempel2018-03-281-2/+2
|
* main/busybox: upgrade to 1.28.1Sören Tempel2018-03-111-34/+50
|
* main/busybox: make "source" work like bash again by searching current ↵William Pitcock2018-01-291-0/+1
| | | | | | directory for scripts See http://lists.busybox.net/pipermail/busybox/2018-January/086146.html for rationale.
* main/busybox: move udhpcd to -extrasSören Tempel2017-10-271-5/+5
|
* main/busybox: ash: add support for bash-style command_not_found_handle hook ↵William Pitcock2017-10-201-3/+4
| | | | | | | | | | | function This implements support for the command_not_found_handle hook function, which is useful for allowing package managers to suggest packages which could provide the command. Unlike bash, however, we ignore exit codes from the hook function and always return the correct POSIX error code (EX_NOTFOUND).
* main/busybox: bump CONFIG_BUSYBOX_EDITING_HISTORY to 8192William Pitcock2017-10-191-1/+1
|
* main/busybox: upgrade to 1.27.2William Pitcock2017-10-191-0/+1
|
* main/busybox: 1.27.0Natanael Copa2017-07-061-51/+91
|
* main/busybox: move dnsd, inetd and fakeidentd to extrasNatanael Copa2017-06-071-3/+3
|
* main/busybox: add subpackage busybox-extrasOliver Smith2017-06-071-32/+28
| | | | | | | The following programs have been moved from busybox to -extras: ftpget, ftpput, telnet, tftp, ftpd, httpd New programs in -extras: telnetd, tftpd
* main/busybox: let udhcpc background if there are no leaseNatanael Copa2017-05-231-1/+1
| | | | | | | | We need to prevent ifup get stuck forever if there are no lease so we add -b to udhcp opts. To give users a way to disable this, we patch udhcpc to only respect -b flag if -n is not given.
* main/busybox: enable long opts for wgetNatanael Copa2017-01-241-1/+1
| | | | ref #6683
* main/busybox: use ash internal globNatanael Copa2017-01-031-1/+1
| | | | musl's glob does not handle input longer than PATH_MAX
* main/busybox: upgrade to 1.26.1Natanael Copa2017-01-031-20/+17
|
* main/busybox: upgrade to 1.26.0Natanael Copa2016-12-291-220/+234
|
* main/busybox: enable hdparmNatanael Copa2016-09-261-1/+1
|
* main/busybox: upgrade to 1.25.0Natanael Copa2016-08-041-31/+44
|
* main/busybox: enable unix socket supportNatanael Copa2016-05-271-1/+1
|
* main/busybox: increase LAST_ID to 256000Natanael Copa2016-05-231-3/+3
|
* main/busybox: enable tar autodetectNatanael Copa2016-02-251-2/+2
|
* main/busybox: add patch for /etc/securetty support in suNatanael Copa2015-12-071-1/+2
| | | | This makes it possible to have blank root passwords in container setups.
* main/busybox: fix comatibility with kmodNatanael Copa2015-10-281-7/+8
|
* main/busybox: upgrade to 1.24.1Natanael Copa2015-10-281-23/+38
|
* main/busybox: enable the udhcpd appletSören Tempel2015-08-281-6/+6
|
* Revert "main/busybox: backport libkmod compatible depmod"Natanael Copa2015-08-201-2/+1
| | | | This reverts commit 0872509c4fa881ef7528e2b1302a1b42417edc1a.
* main/busybox: backport libkmod compatible depmodNatanael Copa2015-08-181-1/+2
|
* main/busybox: enable support for syslog.confSören Tempel2015-08-071-3/+3
| | | | | | | | | | | | The feature is pretty useful for users (like me) who would like to organize their logs by using facilities and since it doesn't increase the size of the syslog binary significantly I thought that it is worth it to enable it by default. For users who don't want to use this feature nothing changes since the feature is only used when /etc/syslog.conf exists. Busybox doesn't complain when that file doesn't exist so I decided not to create it by default.
* main/busybox: set default fontdir to /usr/shareNatanael Copa2015-07-241-1/+1
| | | | | | Patch from Bernd Lauert ref #4457
* main/busybox: enable loadfont and setfont utlitiesNatanael Copa2015-07-231-9/+13
| | | | ref #4457
* main/busybox: upgrade to 1.23Natanael Copa2014-12-251-12/+32
|
* main/busybox: enable diff's long opts for --no-dereferenceNatanael Copa2014-07-281-1/+1
|
* main/busybox: support to all unicode charsNatanael Copa2014-06-251-1/+1
| | | | | all unicode chars is 0x10fff (1114111 decimal). allow busybox print those.
* main/busybox: enable seamless xzNatanael Copa2014-06-241-1/+1
|
* main/busybox: upstream patches for iplink and nc, enable localesNatanael Copa2014-04-301-3/+3
|
* main/busybox: use system pwd/grp/shadow instead of busyboxNatanael Copa2014-04-221-2/+2
| | | | | | This reduces size of busybox and it should fix the group size limit. fixes #733
* main/busybox: upgrade to 1.22.1 and re-enable widecharsNatanael Copa2014-01-221-2/+2
| | | | should again fix #2268
* main/busybox: upgrade to 1.22.0Natanael Copa2014-01-021-33/+37
|
* main/busybox: enable widecharsNatanael Copa2014-01-021-4/+4
| | | | should fix #2268
* main/busybox: update to 1.21.0Natanael Copa2013-03-111-11/+21
|
* main/busybox: enable uudecodeNatanael Copa2012-06-171-1/+1
| | | | requested on alpine-devel
* main/busybox: upgrade to 1.20.0Natanael Copa2012-05-231-12/+23
|
* main/busybox: add support for nologin appletNatanael Copa2012-02-021-0/+1
| | | | | This will never be upstreamed, I have tried. It is fairly simple to maintain separately so I think we will try that.
* main/busybox: disable support for syslog.conf for nowNatanael Copa2011-10-271-1/+1
|
* main/busybox: upgrade to 1.19.0 + patchesNatanael Copa2011-08-261-32/+55
|
* main/busybox: add support for mounting jfs with UUIDNatanael Copa2011-06-231-1/+1
|
* main/busybox: add patch (fixes #508)William Pitcock2011-03-111-1/+1
|
* main/busybox: upgrade to 1.18.2William Pitcock2011-02-041-20/+40
|
* main/busybox: enable traceroute6William Pitcock2011-02-041-1/+1
|