aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/busybox: upgrade to 1.19.4 and fix udhcpc regressionNatanael Copa2012-10-041-15/+6
|
* main/busybox: security fix for udhcpcd (CVE-2011-2716)Natanael Copa2012-08-151-1/+4
| | | | fixes #1322
* main/busybox: use upstream fix for acpid fixNatanael Copa2012-02-291-3/+3
| | | | (cherry picked from commit f0636bcb70a3dca8d675f9c42a8fe0feedaa89e5)
* main/busybox: fix mkdir on 64-bitsTimo Teräs2012-02-221-1/+3
| | | | (cherry picked from commit 431e1276a70a3e8aa66663d30bf8bec6d51aa571)
* main/busybox: fix the acpid fixNatanael Copa2012-02-221-1/+3
| | | | | the previous fix broke clean exit on SIGTERM. (cherry picked from commit 568987f80fd53933bec506fa936bde0aecd36ce7)
* main/busybox: add support for nologin appletNatanael Copa2012-02-221-2/+6
| | | | | | This will never be upstreamed, I have tried. It is fairly simple to maintain separately so I think we will try that. (cherry picked from commit 1a7dacd2b946f0fce327179a2eec84c4aaeb60d3)
* main/busybox: bbsuid mount/umount. fix for mdev and acpidNatanael Copa2012-02-221-11/+12
| | | | | | | | | - move sources into the aports tree. pointless shipping it separate - add mount/umount - add patch for mdev from upstream - backport acpid patch http://lists.busybox.net/pipermail/busybox/2012-January/077136.html (cherry picked from commit faf0db0bf41968d4ca06541a0d0e7f4924cf87dd)
* main/busybox: remove relocated symlinksNatanael Copa2012-01-041-1/+1
| | | | (cherry picked from commit b60e57c4f819be22d4691d4a0feff7f2e4931cdd)
* main/busybox: fix location for viNatanael Copa2012-01-041-2/+2
| | | | | fixes #889 (cherry picked from commit dbf4b64186765adecfde1b8ce10fd628a8824a70)
* main/busybox: wget redirects fix from upstreamNatanael Copa2012-01-041-1/+3
| | | | | | (cherry picked from commit ddcf387fe64b3925bed75dcea78bc64be732ebfe) fixes #890
* main/busybox: upgrade to 1.19.3Natanael Copa2012-01-041-19/+8
| | | | (cherry picked from commit 27ae901898c98d2db334e35f1b8777b6d22d3d2a)
* main/busybox: fix locations for vi, ip and lspciNatanael Copa2011-11-031-6/+3
| | | | (cherry picked from commit 8bfdbbec19916b572b4e15ae7148bb7621037ee4)
* main/busybox: disable support for syslog.conf for nowNatanael Copa2011-10-271-2/+2
|
* main/busybox: apply patches frrom upstream. re-enable sha512Natanael Copa2011-10-211-2/+18
| | | | Seems like sha512 got disabled during the 1.19 upgrade and forgotten.
* main/busybox: upgrade to 1.19.2Natanael Copa2011-09-091-12/+4
|
* main/busybox: upgrade to 1.19.0 + patchesNatanael Copa2011-08-261-20/+33
|
* main/busybox: remove old /bin/install symlink when upgradingNatanael Copa2011-08-241-1/+1
| | | | | | We have moved /bin/install to /usr/bin/install. The old symlink should go away when upgrading and trigger script will not do it. So we do it in post-upgrade
* main/busybox: upgrade to 1.18.5Natanael Copa2011-07-081-7/+3
|
* main/[various]: new triggers apiNatanael Copa2011-07-061-2/+1
|
* main/busybox: add support for mounting jfs with UUIDNatanael Copa2011-06-231-2/+2
|
* main/busybox: fix for fuserNatanael Copa2011-05-311-1/+5
|
* main/busybox: ship new bbsuid with this packageNatanael Copa2011-04-111-2/+12
| | | | | | | new bbsuid creates symlinks like busybox from the busybox trigger script. fixes #527
* main/busybox: move 'install' applet back to /usr/binNatanael Copa2011-04-061-2/+1
| | | | It's just too many packages that uses hardcoded /usr/bin/install
* main/busybox: upgrade to 1.18.4Natanael Copa2011-03-251-9/+3
|
* main/busybox: add patch (fixes #508)William Pitcock2011-03-111-1/+1
|
* main/busybox: add patches from upstreamNatanael Copa2011-03-071-1/+5
| | | | fixes #539
* main/busybox: move /usr/bin/install to /bin/installNatanael Copa2011-02-231-1/+2
| | | | fixes #500
* main/busybox: bump pkgrelWilliam Pitcock2011-02-131-1/+1
|
* main/busybox: forgot to add APKBUILDMichael Zhou2011-02-131-1/+3
|
* main/busybox: upgrade to 1.18.3; replace wget patch with one blessed by upstreamWilliam Pitcock2011-02-111-5/+5
|
* main/busybox: wget: fix handling of EAGAINWilliam Pitcock2011-02-111-1/+3
|
* main/busybox: build fixWilliam Pitcock2011-02-101-2/+2
|
* main/busybox: kill gnu/linux nonsenseWilliam Pitcock2011-02-101-1/+3
|
* main/busybox: support crosscompilingWilliam Pitcock2011-02-091-2/+2
|
* main/busybox: upgrade to 1.18.2William Pitcock2011-02-041-8/+4
|
* main/busybox: enable traceroute6William Pitcock2011-02-041-2/+2
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/busybox: fix disappearing crontabs bugTimo Teräs2011-01-061-1/+3
| | | | | | It's uninitialized memory use bug. The relevant parts are rewritten in busybox-1.18.x and later, so this patch applies only to the busybox-1.17.x versions. Fixes #436.
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/busybox: upgrade to 1.17.4Natanael Copa2010-11-231-9/+3
|
* main/busybox: backport ipv6 support for ifupdownNatanael Copa2010-11-021-1/+3
| | | | ref #423
* main/busybox: fixes from upstreamNatanael Copa2010-11-021-1/+5
| | | | ref #460
* main/busybox: fix for sort, don't depmod on kernel removalNatanael Copa2010-10-271-1/+3
|
* main/busybox: upgrade to 1.17.3Natanael Copa2010-10-141-8/+2
|
* main/busybox: upgrade to 1.17.2Natanael Copa2010-09-071-15/+9
|
* main/busybox: apply patches from upstreamNatanael Copa2010-08-311-1/+5
| | | | | - grep fix - make-3.82 fix
* main/busybox: added mdev fix from upstreamNatanael Copa2010-08-161-1/+3
|
* main/busybox: enable unxzNatanael Copa2010-08-051-2/+2
|
* main/busybox: fixes for mktemp and sed from upstreamNatanael Copa2010-08-021-1/+5
|
* main/busybox: upgrade to 1.17.1Natanael Copa2010-07-261-17/+5
|