blob: 6b3611ba45b0ba98f41aa5db9bcdb042fd56ad4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
busybox (1.21.1-5) trunk
* /etc/rc.common: New framework for service initialization scripts.
* Convert service scripts to use the new framework.
-- "P. J. McDermott" <pj@pehjota.net> Mon, 02 Jun 2014 19:58:21 -0400
busybox (1.21.1-4) trunk
* /etc/init.d/httpd: Add missing space in start message.
* Install /usr/share/udhcpc/default.script to configure the network
interface, routes, and nameservers with DHCP.
* Create /etc/network/ directory hierarchy and generate a default
/etc/network/interfaces file to configure the available interfaces.
-- "P. J. McDermott" <pj@pehjota.net> Wed, 21 May 2014 10:41:06 -0400
busybox (1.21.1-3) trunk
* Install /etc/init.d/rc and links (rcS and rcK) thereto.
* Use absolute paths to executables in start-stop-daemon commands in service
scripts.
* Fix the placement of a newline character in /etc/init.d/mountall.
* Install a platform-specific inittab.
-- "P. J. McDermott" <pj@pehjota.net> Tue, 13 May 2014 14:53:20 -0400
busybox (1.21.1-2) trunk
* Manage the following utilities with update-alternatives:
- /usr/bin/dc
- /usr/bin/xz
- /usr/bin/unxz
- /usr/bin/xzcat
- /usr/bin/lzma
- /usr/bin/unlzma
- /usr/bin/lzcat
-- "P. J. McDermott" <pj@pehjota.net> Thu, 08 May 2014 14:58:39 -0400
busybox (1.21.1-1) trunk
* New upstream version.
* Update packaging to SPF 2.0 and opkhelper 3.0.
* Build-Depend on config-busybox-${Host-Plat}.
* Add "source" target to download and verify source.
* Cherry pick patch to install man applet in /usr/bin, not /sbin.
* Cherry pick patch to fix awk's handling of empty function bodies.
* Add patch to make the OS name as reported by uname configurable.
* Manage the following utilities (listed in /usr/share/busybox/alternatives)
with update-alternatives:
- /usr/bin/awk
- /usr/bin/ar
- /usr/bin/strings
- /usr/bin/clear
- /usr/bin/reset
- /usr/bin/mkpasswd
* Provide init scripts.
* Provide /var/www/index.html.
* Remove outdated convenience copy of busybox.config from source package.
* New maintainer.
* Make busybox essential.
-- "P. J. McDermott" <pj@pehjota.net> Fri, 14 Mar 2014 00:28:32 -0400
busybox (1.19.3-1)
* Initial release.
-- Joseph Flynn <jjf22@njit.edu> Wed, 25 Apr 2012 11:41:17 -0400
|