Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/busybox: remove sed fix | Natanael Copa | 2018-04-02 | 2 | -91/+1 |
| | | | | apparently it makes ifupdown segfault | ||||
* | main/busybox: backport fixes for grep and sed | Natanael Copa | 2018-04-02 | 3 | -1/+142 |
| | |||||
* | main/busybox: fix cpio symlinks | Natanael Copa | 2018-03-30 | 2 | -1/+34 |
| | | | | ref #8751 | ||||
* | main/busybox: upgrade to 1.28.2 | Sören Tempel | 2018-03-28 | 3 | -9/+9 |
| | |||||
* | main/busybox: ifdown: do not fail if iface disappears | Kaarle Ritvanen | 2018-03-23 | 2 | -1/+48 |
| | |||||
* | main/busybox: upgrade to 1.28.1 | Sören Tempel | 2018-03-11 | 27 | -530/+371 |
| | |||||
* | main/busybox: make "source" work like bash again by searching current ↵ | William Pitcock | 2018-01-29 | 3 | -2/+54 |
| | | | | | | directory for scripts See http://lists.busybox.net/pipermail/busybox/2018-January/086146.html for rationale. | ||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/ | ||||
* | main/busybox: backport fix for add-shell | Natanael Copa | 2017-12-12 | 2 | -1/+36 |
| | | | | ref #8209 | ||||
* | main/busybox: fix patch for fsck | Natanael Copa | 2017-11-28 | 2 | -11/+38 |
| | |||||
* | main/busybox: fix fsck to resolve UUID/LABEL specs in fstab | Natanael Copa | 2017-11-28 | 2 | -1/+35 |
| | |||||
* | main/busybox: add secfixes comment | Natanael Copa | 2017-11-22 | 1 | -1/+8 |
| | |||||
* | main/busybox: include patch for CVE-2017-16544, CVE-2017-15873, CVE-2017-15874 | Christine Dodrill | 2017-11-22 | 4 | -1/+177 |
| | | | | | | | | | | | I have created an automated tool at https://github.com/Xe/cve-2017-16544 that will test busybox's ash implementation for CVE-2017-16544. [1]: https://www.twistlock.com/2017/11/20/cve-2017-16544-busybox-autocompletion-vulnerability/ CVE-2017-15873 and CVE-2017-15874 are fixed by their upstream patches. fixes #8187 | ||||
* | main/busybox: move udhpcd to -extras | Sören Tempel | 2017-10-27 | 4 | -19/+20 |
| | |||||
* | main/busybox: rerun abuild checksum | William Pitcock | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | main/busybox: ash: add support for bash-style command_not_found_handle hook ↵ | William Pitcock | 2017-10-20 | 3 | -4/+71 |
| | | | | | | | | | | | function This implements support for the command_not_found_handle hook function, which is useful for allowing package managers to suggest packages which could provide the command. Unlike bash, however, we ignore exit codes from the hook function and always return the correct POSIX error code (EX_NOTFOUND). | ||||
* | main/busybox: bump CONFIG_BUSYBOX_EDITING_HISTORY to 8192 | William Pitcock | 2017-10-19 | 2 | -3/+3 |
| | |||||
* | main/busybox: upgrade to 1.27.2 | William Pitcock | 2017-10-19 | 4 | -37/+6 |
| | |||||
* | main/busybox: upgrade to 1.27.1, add provides=/bin/sh | William Pitcock | 2017-08-05 | 1 | -3/+4 |
| | |||||
* | main/busybox: Fixed segfault in microcom | Marian Buschsieweke | 2017-08-03 | 2 | -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 s390x | Natanael Copa | 2017-07-25 | 2 | -1/+34 |
| | | | | introduced with 1.27 release | ||||
* | main/busybox: actually rebuild this with the overflow patch | William Pitcock | 2017-07-19 | 1 | -1/+4 |
| | |||||
* | main/pkgconf: upgrade to 1.3.8 | William Pitcock | 2017-07-16 | 1 | -0/+20 |
| | |||||
* | main/busybox: fix depmod binary index patch | Timo Teräs | 2017-07-07 | 2 | -10/+11 |
| | | | | fixes #7487 | ||||
* | main/busybox: 1.27.0 | Natanael Copa | 2017-07-06 | 21 | -837/+323 |
| | |||||
* | main/busybox: fix busybox-extras trigger, fix /bin/su suid problem | William Pitcock | 2017-06-11 | 3 | -4/+4 |
| | |||||
* | main/busybox: fix telnetd in busybox-extras | Oliver Smith | 2017-06-08 | 2 | -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 extras | Natanael Copa | 2017-06-07 | 4 | -10/+11 |
| | |||||
* | main/busybox: add subpackage busybox-extras | Oliver Smith | 2017-06-07 | 7 | -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 lease | Natanael Copa | 2017-05-23 | 3 | -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 tests | William Pitcock | 2017-05-11 | 1 | -1/+1 |
| | |||||
* | main/busybox: add -Z option to syslogd and enable it by default | Shiz | 2017-05-11 | 2 | -1/+108 |
| | |||||
* | main/busybox: clean up APKBUILD and enable tests | Shiz | 2017-05-11 | 2 | -24/+90 |
| | |||||
* | main/busybox: fixed logrotate script for acpid | Daniele Coli | 2017-04-25 | 2 | -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 -a | Kaarle Ritvanen | 2017-04-12 | 3 | -1/+165 |
| | |||||
* | main/busybox: upgrade to 1.26.2 | Natanael Copa | 2017-02-21 | 2 | -129/+3 |
| | |||||
* | main/busybox: move cpio to /usr/bin | Natanael Copa | 2017-02-21 | 2 | -39/+16 |
| | |||||
* | main/busybox: enable long opts for wget | Natanael Copa | 2017-01-24 | 2 | -5/+5 |
| | | | | ref #6683 | ||||
* | main/busybox: use ash internal glob | Natanael Copa | 2017-01-03 | 2 | -5/+5 |
| | | | | musl's glob does not handle input longer than PATH_MAX | ||||
* | main/busybox: fix ash regression | Natanael Copa | 2017-01-03 | 2 | -1/+130 |
| | | | | patch from upstream | ||||
* | main/busybox: upgrade to 1.26.1 | Natanael Copa | 2017-01-03 | 2 | -27/+24 |
| | |||||
* | main/busybox: upgrade to 1.26.0 | Natanael Copa | 2016-12-29 | 18 | -729/+440 |
| | |||||
* | main/busybox: ifup: block until DAD completion | Kaarle Ritvanen | 2016-12-23 | 2 | -1/+15 |
| | | | | fixes #2773 | ||||
* | main/busybox: upgrade to 1.25.1 | Sören Tempel | 2016-10-11 | 3 | -110/+5 |
| | |||||
* | main/busybox: enable hdparm | Natanael Copa | 2016-09-26 | 2 | -5/+5 |
| | |||||
* | main/busybox: include whois fix from upstream | Sören Tempel | 2016-08-11 | 2 | -1/+190 |
| | | | | Fixes #4488 | ||||
* | main/busybox: adjust udhcpc help message | Sören Tempel | 2016-08-11 | 2 | -8/+17 |
| | |||||
* | main/busybox: add fix for ip route | Natanael Copa | 2016-08-06 | 2 | -1/+61 |
| | |||||
* | main/busybox: fix depmod regression | Natanael Copa | 2016-08-05 | 10 | -41/+50 |
| | | | | introduced with the rebase of depmod patch | ||||
* | main/busybox: bump pkgrel | Natanael Copa | 2016-08-04 | 1 | -1/+1 |
| | | | | rebuild to work around issue with caches |