aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/busybox: let udhcpc background if there are no leaseNatanael Copa2017-05-231-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 testsWilliam Pitcock2017-05-111-1/+1
|
* main/busybox: add -Z option to syslogd and enable it by defaultShiz2017-05-111-1/+3
|
* main/busybox: clean up APKBUILD and enable testsShiz2017-05-111-24/+24
|
* main/busybox: fixed logrotate script for acpidDaniele Coli2017-04-251-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 -aKaarle Ritvanen2017-04-121-1/+5
|
* main/busybox: upgrade to 1.26.2Natanael Copa2017-02-211-5/+3
|
* main/busybox: move cpio to /usr/binNatanael Copa2017-02-211-39/+3
|
* main/busybox: enable long opts for wgetNatanael Copa2017-01-241-4/+4
| | | | ref #6683
* main/busybox: use ash internal globNatanael Copa2017-01-031-4/+4
| | | | musl's glob does not handle input longer than PATH_MAX
* main/busybox: fix ash regressionNatanael Copa2017-01-031-1/+6
| | | | patch from upstream
* main/busybox: upgrade to 1.26.1Natanael Copa2017-01-031-7/+7
|
* main/busybox: upgrade to 1.26.0Natanael Copa2016-12-291-59/+47
|
* main/busybox: ifup: block until DAD completionKaarle Ritvanen2016-12-231-1/+7
| | | | fixes #2773
* main/busybox: upgrade to 1.25.1Sören Tempel2016-10-111-13/+5
|
* main/busybox: enable hdparmNatanael Copa2016-09-261-4/+4
|
* main/busybox: include whois fix from upstreamSören Tempel2016-08-111-1/+5
| | | | Fixes #4488
* main/busybox: adjust udhcpc help messageSören Tempel2016-08-111-4/+4
|
* main/busybox: add fix for ip routeNatanael Copa2016-08-061-1/+5
|
* main/busybox: fix depmod regressionNatanael Copa2016-08-051-28/+28
| | | | 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-041-155/+77
|
* main/busybox: fix busybox compression level bugNatanael Copa2016-08-031-1/+6
| | | | 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-231-1/+5
| | | | upstream bug: https://bugs.busybox.net/show_bug.cgi?id=9046
* main/busybox: fix ping applet when upgradingNatanael Copa2016-05-311-1/+1
|
* main/busybox: enable unix socket supportNatanael Copa2016-05-271-4/+4
|
* main/busybox: cherry-pick ntpd fixes from master and mailing listTimo Teräs2016-05-271-1/+30
|
* main/busybox: increase LAST_ID to 256000Natanael Copa2016-05-231-4/+4
|
* main/busybox: better fix for touch -tNatanael Copa2016-05-191-4/+4
|
* main/busybox: fix busybox touch -tNatanael Copa2016-05-191-1/+6
| | | | https://bugs.busybox.net/show_bug.cgi?id=8951
* main/busybox: fix ping without root permissionsNatanael Copa2016-03-291-4/+8
| | | | | | using SOCK_DGRAM requested by docker inc.
* main/busybox: make traceroute6 an suid binarySören Tempel2016-03-241-4/+4
|
* main/busybox: upgrade to 1.24.2, fix CVE-2016-2147,CVE-2016-2148Natanael Copa2016-03-221-13/+13
|
* main/busybox: make vlock an suid binarySören Tempel2016-03-201-7/+6
|
* main/busybox: enable tar autodetectNatanael Copa2016-02-251-4/+4
|
* main/busybox: add /etc/securettyNatanael Copa2015-12-161-1/+16
|
* main/busybox: add unzip fixes from upstreamNatanael Copa2015-12-161-1/+10
|
* main/busybox: add patch for /etc/securetty support in suNatanael Copa2015-12-071-4/+17
| | | | 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.
* main/busybox: fix heredocs in ashNatanael Copa2015-10-291-1/+5
|
* main/busybox: actually apply the ash fixNatanael Copa2015-10-291-1/+6
|
* main/busybox: fix comatibility with kmodNatanael Copa2015-10-281-4/+17
|
* main/busybox: upgrade to 1.24.1Natanael Copa2015-10-281-19/+11
|
* main/busybox: build fixNatanael Copa2015-10-261-1/+0
| | | | there is no busybox-suid trigger
* main/busybox: split package into core and suid subpackagesChristian Kampka2015-10-261-5/+13
|
* don't prefix GPL version number with a dashSören Tempel2015-10-031-1/+1
| | | | | This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
* main/busybox: enable the udhcpd appletSören Tempel2015-08-281-4/+8
|
* main/busybox: bump pkgrel to rebuild the revertNatanael Copa2015-08-201-1/+1
|
* Revert "main/busybox: backport libkmod compatible depmod"Natanael Copa2015-08-201-17/+4
| | | | This reverts commit 0872509c4fa881ef7528e2b1302a1b42417edc1a.