aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox
Commit message (Collapse)AuthorAgeFilesLines
* main/busybox: upgrade to 1.19.4 and fix udhcpc regressionNatanael Copa2012-10-042-209/+6
|
* main/busybox: security fix for udhcpcd (CVE-2011-2716)Natanael Copa2012-08-152-1/+198
| | | | fixes #1322
* main/busybox: use upstream fix for acpid fixNatanael Copa2012-02-293-33/+45
| | | | (cherry picked from commit f0636bcb70a3dca8d675f9c42a8fe0feedaa89e5)
* main/busybox: fix mkdir on 64-bitsTimo Teräs2012-02-222-1/+45
| | | | (cherry picked from commit 431e1276a70a3e8aa66663d30bf8bec6d51aa571)
* main/busybox: fix the acpid fixNatanael Copa2012-02-222-1/+33
| | | | | the previous fix broke clean exit on SIGTERM. (cherry picked from commit 568987f80fd53933bec506fa936bde0aecd36ce7)
* main/busybox: add support for nologin appletNatanael Copa2012-02-223-2/+45
| | | | | | 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-223-11/+260
| | | | | | | | | - 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-042-5/+7
| | | | (cherry picked from commit b60e57c4f819be22d4691d4a0feff7f2e4931cdd)
* main/busybox: fix location for viNatanael Copa2012-01-042-2/+13
| | | | | 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-032-6/+23
| | | | (cherry picked from commit 8bfdbbec19916b572b4e15ae7148bb7621037ee4)
* main/busybox: disable support for syslog.conf for nowNatanael Copa2011-10-272-3/+3
|
* main/busybox: apply patches frrom upstream. re-enable sha512Natanael Copa2011-10-213-156/+124
| | | | 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-262-52/+88
|
* main/busybox: remove old /bin/install symlink when upgradingNatanael Copa2011-08-243-3/+12
| | | | | | 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-232-3/+3
|
* main/busybox: fix for fuserNatanael Copa2011-05-311-1/+5
|
* main/busybox: ship new bbsuid with this packageNatanael Copa2011-04-112-2/+13
| | | | | | | 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-254-192/+3
|
* main/busybox: add patch (fixes #508)William Pitcock2011-03-112-2/+2
|
* main/busybox: add patches from upstreamNatanael Copa2011-03-073-1/+60
| | | | 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: added SHA512 support (using libc) to loginutils, and use it by ↵Michael Zhou2011-02-131-0/+154
| | | | default for passwd, chpasswd and cryptpw
* main/busybox: upgrade to 1.18.3; replace wget patch with one blessed by upstreamWilliam Pitcock2011-02-113-25/+133
|
* main/busybox: wget: fix handling of EAGAINWilliam Pitcock2011-02-112-1/+23
|
* main/busybox: build fixWilliam Pitcock2011-02-101-2/+2
|
* main/busybox: kill gnu/linux nonsenseWilliam Pitcock2011-02-102-1/+23
|
* main/busybox: support crosscompilingWilliam Pitcock2011-02-091-2/+2
|
* main/busybox: upgrade to 1.18.2William Pitcock2011-02-044-87/+44
|
* main/busybox: enable traceroute6William Pitcock2011-02-042-3/+3
|
* 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-062-1/+33
| | | | | | 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-022-1/+32
| | | | 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-272-2/+8
|
* 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-052-5/+5
|
* main/busybox: fixes for mktemp and sed from upstreamNatanael Copa2010-08-021-1/+5
|