aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/busyboxconfig-extras
Commit message (Collapse)AuthorAgeFilesLines
* main/busybox: upgrade to 1.31.0Sören Tempel2019-07-241-3/+9
| | | | | | | | | | | Notable changes: * udhcpc: upstream prefers -b over -n now. Since we set -b instead of -n by default this is not desired as it would not allow users to overwrite the -b without recompiling busybox. I therefore reverted the upstream commit introducing this change [0]. [0]: https://git.busybox.net/busybox/commit/?id=87e216294af9eec39c0c1d553555f8a98c15db38
* main/busybox: upgrade to 1.30.0Sören Tempel2019-02-151-10/+18
| | | | | | | | | | | | | | | Notable changes: * The sysklogd -Z option has been removed in favor of -t option which has been added by upstream. * Our own nologin.c applet has been replaced by an upstream nologin shell applet. * New bc applet. OK ncopa@ Fixes #9279 Fixes #7818
* main/busybox: use the same network options in both config filesSören Tempel2019-01-151-6/+7
| | | | | | | | | The busyboxconfig-extras configuration file didn't enable a few network options which are enabled in the busyboxconfig configuration file. Most importantly, support for IPv6 was disabled. The other options don't seem as important to me but I enabled them for consistency anyhow. Fixes #9590
* 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: upgrade to 1.28.2Sören Tempel2018-03-281-2/+2
|
* main/busybox: upgrade to 1.28.1Sören Tempel2018-03-111-34/+51
|
* main/busybox: move udhpcd to -extrasSören Tempel2017-10-271-10/+11
|
* main/busybox: upgrade to 1.27.2William Pitcock2017-10-191-0/+1
|
* main/busybox: 1.27.0Natanael Copa2017-07-061-51/+91
|
* main/busybox: fix telnetd in busybox-extrasOliver Smith2017-06-081-1/+1
| | | | | | CONFIG_FEATURE_DEVPTS was not enabled, so telnetd exits with: telnetd: can't find free pty ... as soon as someone tries to connect.
* main/busybox: move dnsd, inetd and fakeidentd to extrasNatanael Copa2017-06-071-3/+3
|
* main/busybox: add subpackage busybox-extrasOliver Smith2017-06-071-0/+1072
The following programs have been moved from busybox to -extras: ftpget, ftpput, telnet, tftp, ftpd, httpd New programs in -extras: telnetd, tftpd