aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/busybox: backport grep -x supportNatanael Copa2012-02-291-1/+3
| | | | util-vserver needs it
* main/busybox: upgrade to 1.19.4Natanael Copa2012-02-271-12/+3
|
* main/busybox: use upstream fix for acpid fixNatanael Copa2012-02-221-3/+3
|
* main/busybox: fix mkdir on 64-bitsTimo Teräs2012-02-101-1/+3
|
* main/busybox: fix the acpid fixNatanael Copa2012-02-031-1/+3
| | | | the previous fix broke clean exit on SIGTERM.
* main/busybox: add support for nologin appletNatanael Copa2012-02-021-2/+6
| | | | | This will never be upstreamed, I have tried. It is fairly simple to maintain separately so I think we will try that.
* main/busybox: bbsuid mount/umount. fix for mdev and acpidNatanael Copa2012-01-301-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
* main/busybox: remove relocated symlinksNatanael Copa2012-01-041-1/+1
|
* main/busybox: fix location for viNatanael Copa2012-01-041-2/+2
| | | | ref #889
* main/busybox: wget redirects fix from upstreamNatanael Copa2011-12-191-1/+3
|
* main/busybox: upgrade to 1.19.3Natanael Copa2011-11-031-19/+8
|
* main/busybox: fix locations for vi, ip and lspciNatanael Copa2011-11-031-6/+3
|
* 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
|