aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox
Commit message (Collapse)AuthorAgeFilesLines
* main/busybox: Fixed segfault in microcomMarian Buschsieweke2017-08-032-1/+34
| | | | | | | | 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 s390xNatanael Copa2017-07-252-1/+34
| | | | introduced with 1.27 release
* main/busybox: actually rebuild this with the overflow patchWilliam Pitcock2017-07-191-1/+4
|
* main/pkgconf: upgrade to 1.3.8William Pitcock2017-07-161-0/+20
|
* main/busybox: fix depmod binary index patchTimo Teräs2017-07-072-10/+11
| | | | fixes #7487
* main/busybox: 1.27.0Natanael Copa2017-07-0621-837/+323
|
* main/busybox: fix busybox-extras trigger, fix /bin/su suid problemWilliam Pitcock2017-06-113-4/+4
|
* main/busybox: fix telnetd in busybox-extrasOliver Smith2017-06-082-3/+3
| | | | | | 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-074-10/+11
|
* main/busybox: add subpackage busybox-extrasOliver Smith2017-06-077-39/+1155
| | | | | | | 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-233-3/+41
| | | | | | | | 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 testsWilliam Pitcock2017-05-111-1/+1
|
* main/busybox: add -Z option to syslogd and enable it by defaultShiz2017-05-112-1/+108
|
* main/busybox: clean up APKBUILD and enable testsShiz2017-05-112-24/+90
|
* main/busybox: fixed logrotate script for acpidDaniele Coli2017-04-252-3/+3
| | | | | Added the check --ifstarted on postrotate script in order to not start the daemon if it is stopped.
* main/busybox: ash: support exec -aKaarle Ritvanen2017-04-123-1/+165
|
* main/busybox: upgrade to 1.26.2Natanael Copa2017-02-212-129/+3
|
* main/busybox: move cpio to /usr/binNatanael Copa2017-02-212-39/+16
|
* main/busybox: enable long opts for wgetNatanael Copa2017-01-242-5/+5
| | | | ref #6683
* main/busybox: use ash internal globNatanael Copa2017-01-032-5/+5
| | | | musl's glob does not handle input longer than PATH_MAX
* main/busybox: fix ash regressionNatanael Copa2017-01-032-1/+130
| | | | patch from upstream
* main/busybox: upgrade to 1.26.1Natanael Copa2017-01-032-27/+24
|
* main/busybox: upgrade to 1.26.0Natanael Copa2016-12-2918-729/+440
|
* main/busybox: ifup: block until DAD completionKaarle Ritvanen2016-12-232-1/+15
| | | | fixes #2773
* main/busybox: upgrade to 1.25.1Sören Tempel2016-10-113-110/+5
|
* main/busybox: enable hdparmNatanael Copa2016-09-262-5/+5
|
* main/busybox: include whois fix from upstreamSören Tempel2016-08-112-1/+190
| | | | Fixes #4488
* main/busybox: adjust udhcpc help messageSören Tempel2016-08-112-8/+17
|
* main/busybox: add fix for ip routeNatanael Copa2016-08-062-1/+61
|
* main/busybox: fix depmod regressionNatanael Copa2016-08-0510-41/+50
| | | | introduced with the rebase of depmod patch
* main/busybox: bump pkgrelNatanael Copa2016-08-041-1/+1
| | | | rebuild to work around issue with caches
* main/busybox: upgrade to 1.25.0Natanael Copa2016-08-0438-1923/+457
|
* main/busybox: fix busybox compression level bugNatanael Copa2016-08-032-1/+47
| | | | reported upstream: https://bugs.busybox.net/show_bug.cgi?id=9131
* main/busybox: fix bootstrap dependenciesTimo Teräs2016-07-061-1/+3
|
* main/busybox: fix df size reportsNatanael Copa2016-06-232-1/+76
| | | | upstream bug: https://bugs.busybox.net/show_bug.cgi?id=9046
* main/busybox: fix ping applet when upgradingNatanael Copa2016-05-312-1/+6
|
* main/busybox: enable unix socket supportNatanael Copa2016-05-272-5/+5
|
* main/busybox: cherry-pick ntpd fixes from master and mailing listTimo Teräs2016-05-278-1/+569
|
* main/busybox: increase LAST_ID to 256000Natanael Copa2016-05-232-7/+7
|
* main/busybox: better fix for touch -tNatanael Copa2016-05-192-25/+15
|
* main/busybox: fix busybox touch -tNatanael Copa2016-05-192-1/+46
| | | | https://bugs.busybox.net/show_bug.cgi?id=8951
* main/busybox: fix ping without root permissionsNatanael Copa2016-03-293-8/+207
| | | | | | using SOCK_DGRAM requested by docker inc.
* main/busybox: make traceroute6 an suid binarySören Tempel2016-03-242-4/+5
|
* main/busybox: upgrade to 1.24.2, fix CVE-2016-2147,CVE-2016-2148Natanael Copa2016-03-225-258/+140
|
* main/busybox: make vlock an suid binarySören Tempel2016-03-202-7/+7
|
* main/busybox: enable tar autodetectNatanael Copa2016-02-252-6/+6
|
* main/busybox: add /etc/securettyNatanael Copa2015-12-161-1/+16
|
* main/busybox: add unzip fixes from upstreamNatanael Copa2015-12-163-1/+255
|
* main/busybox: add patch for /etc/securetty support in suNatanael Copa2015-12-075-5/+268
| | | | This makes it possible to have blank root passwords in container setups.
* busybox: restore post-install+upgrade hooksMichael Zuo2015-11-031-1/+2
| | | | | was breaking other post-install hooks because the links didn't get installed until the trigger. we still need the links early.