Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/busybox: move udhpcd to -extras | Sören Tempel | 2017-10-27 | 1 | -3/+3 |
| | |||||
* | main/busybox: rerun abuild checksum | William Pitcock | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | main/busybox: ash: add support for bash-style command_not_found_handle hook ↵ | William Pitcock | 2017-10-20 | 1 | -1/+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 8192 | William Pitcock | 2017-10-19 | 1 | -2/+2 |
| | |||||
* | main/busybox: upgrade to 1.27.2 | William Pitcock | 2017-10-19 | 1 | -6/+4 |
| | |||||
* | main/busybox: upgrade to 1.27.1, add provides=/bin/sh | William Pitcock | 2017-08-05 | 1 | -3/+4 |
| | |||||
* | main/busybox: Fixed segfault in microcom | Marian Buschsieweke | 2017-08-03 | 1 | -1/+3 |
| | | | | | | | | microcom does not check if required parameter "TTY" is present. Thus, bb_basename() is called with a NULL pointer, if microcom is started without any parameter. This in turn calls strlen() on this NULL pointer, resulting in a segfault. The supplied patch adds a check for the missing TTY parameter and prints usage when it is missing. | ||||
* | main/busybox: fix regression in unzip on s390x | Natanael Copa | 2017-07-25 | 1 | -1/+3 |
| | | | | introduced with 1.27 release | ||||
* | main/busybox: actually rebuild this with the overflow patch | William Pitcock | 2017-07-19 | 1 | -1/+4 |
| | |||||
* | main/busybox: fix depmod binary index patch | Timo Teräs | 2017-07-07 | 1 | -2/+2 |
| | | | | fixes #7487 | ||||
* | main/busybox: 1.27.0 | Natanael Copa | 2017-07-06 | 1 | -36/+21 |
| | |||||
* | main/busybox: fix busybox-extras trigger, fix /bin/su suid problem | William Pitcock | 2017-06-11 | 1 | -2/+2 |
| | |||||
* | main/busybox: fix telnetd in busybox-extras | Oliver Smith | 2017-06-08 | 1 | -2/+2 |
| | | | | | | 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 extras | Natanael Copa | 2017-06-07 | 1 | -3/+3 |
| | |||||
* | main/busybox: add subpackage busybox-extras | Oliver Smith | 2017-06-07 | 1 | -7/+32 |
| | | | | | | | 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 lease | Natanael Copa | 2017-05-23 | 1 | -2/+4 |
| | | | | | | | | 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: disable tests | William Pitcock | 2017-05-11 | 1 | -1/+1 |
| | |||||
* | main/busybox: add -Z option to syslogd and enable it by default | Shiz | 2017-05-11 | 1 | -1/+3 |
| | |||||
* | main/busybox: clean up APKBUILD and enable tests | Shiz | 2017-05-11 | 1 | -24/+24 |
| | |||||
* | main/busybox: fixed logrotate script for acpid | Daniele Coli | 2017-04-25 | 1 | -2/+2 |
| | | | | | Added the check --ifstarted on postrotate script in order to not start the daemon if it is stopped. | ||||
* | main/busybox: ash: support exec -a | Kaarle Ritvanen | 2017-04-12 | 1 | -1/+5 |
| | |||||
* | main/busybox: upgrade to 1.26.2 | Natanael Copa | 2017-02-21 | 1 | -5/+3 |
| | |||||
* | main/busybox: move cpio to /usr/bin | Natanael Copa | 2017-02-21 | 1 | -39/+3 |
| | |||||
* | main/busybox: enable long opts for wget | Natanael Copa | 2017-01-24 | 1 | -4/+4 |
| | | | | ref #6683 | ||||
* | main/busybox: use ash internal glob | Natanael Copa | 2017-01-03 | 1 | -4/+4 |
| | | | | musl's glob does not handle input longer than PATH_MAX | ||||
* | main/busybox: fix ash regression | Natanael Copa | 2017-01-03 | 1 | -1/+6 |
| | | | | patch from upstream | ||||
* | main/busybox: upgrade to 1.26.1 | Natanael Copa | 2017-01-03 | 1 | -7/+7 |
| | |||||
* | main/busybox: upgrade to 1.26.0 | Natanael Copa | 2016-12-29 | 1 | -59/+47 |
| | |||||
* | main/busybox: ifup: block until DAD completion | Kaarle Ritvanen | 2016-12-23 | 1 | -1/+7 |
| | | | | fixes #2773 | ||||
* | main/busybox: upgrade to 1.25.1 | Sören Tempel | 2016-10-11 | 1 | -13/+5 |
| | |||||
* | main/busybox: enable hdparm | Natanael Copa | 2016-09-26 | 1 | -4/+4 |
| | |||||
* | main/busybox: include whois fix from upstream | Sören Tempel | 2016-08-11 | 1 | -1/+5 |
| | | | | Fixes #4488 | ||||
* | main/busybox: adjust udhcpc help message | Sören Tempel | 2016-08-11 | 1 | -4/+4 |
| | |||||
* | main/busybox: add fix for ip route | Natanael Copa | 2016-08-06 | 1 | -1/+5 |
| | |||||
* | main/busybox: fix depmod regression | Natanael Copa | 2016-08-05 | 1 | -28/+28 |
| | | | | introduced with the rebase of depmod patch | ||||
* | main/busybox: bump pkgrel | Natanael Copa | 2016-08-04 | 1 | -1/+1 |
| | | | | rebuild to work around issue with caches | ||||
* | main/busybox: upgrade to 1.25.0 | Natanael Copa | 2016-08-04 | 1 | -155/+77 |
| | |||||
* | main/busybox: fix busybox compression level bug | Natanael Copa | 2016-08-03 | 1 | -1/+6 |
| | | | | reported upstream: https://bugs.busybox.net/show_bug.cgi?id=9131 | ||||
* | main/busybox: fix bootstrap dependencies | Timo Teräs | 2016-07-06 | 1 | -1/+3 |
| | |||||
* | main/busybox: fix df size reports | Natanael Copa | 2016-06-23 | 1 | -1/+5 |
| | | | | upstream bug: https://bugs.busybox.net/show_bug.cgi?id=9046 | ||||
* | main/busybox: fix ping applet when upgrading | Natanael Copa | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | main/busybox: enable unix socket support | Natanael Copa | 2016-05-27 | 1 | -4/+4 |
| | |||||
* | main/busybox: cherry-pick ntpd fixes from master and mailing list | Timo Teräs | 2016-05-27 | 1 | -1/+30 |
| | |||||
* | main/busybox: increase LAST_ID to 256000 | Natanael Copa | 2016-05-23 | 1 | -4/+4 |
| | |||||
* | main/busybox: better fix for touch -t | Natanael Copa | 2016-05-19 | 1 | -4/+4 |
| | |||||
* | main/busybox: fix busybox touch -t | Natanael Copa | 2016-05-19 | 1 | -1/+6 |
| | | | | https://bugs.busybox.net/show_bug.cgi?id=8951 | ||||
* | main/busybox: fix ping without root permissions | Natanael Copa | 2016-03-29 | 1 | -4/+8 |
| | | | | | | using SOCK_DGRAM requested by docker inc. | ||||
* | main/busybox: make traceroute6 an suid binary | Sören Tempel | 2016-03-24 | 1 | -4/+4 |
| | |||||
* | main/busybox: upgrade to 1.24.2, fix CVE-2016-2147,CVE-2016-2148 | Natanael Copa | 2016-03-22 | 1 | -13/+13 |
| | |||||
* | main/busybox: make vlock an suid binary | Sören Tempel | 2016-03-20 | 1 | -7/+6 |
| |