[Lunar-commits] r23065 - moonbase/trunk/shells/busybox
Terry Chan
tchan at lunar-linux.org
Sun Jan 28 05:37:49 CET 2007
Author: tchan
Date: 2007-01-28 05:37:49 +0100 (Sun, 28 Jan 2007)
New Revision: 23065
Modified:
moonbase/trunk/shells/busybox/BUILD
moonbase/trunk/shells/busybox/DETAILS
Log:
Version bump to busybox-1.4.1. Still keeping our trimmed down busybox binary.
The other choice is to not use our patch_url config file and build the default
busybox with make defconfig. This results in a busybox that is twice as large
as the current one, but includes things like vi, tar, gzip, bunzip2, cksum,
cpio and other goodies.
Modified: moonbase/trunk/shells/busybox/BUILD
===================================================================
--- moonbase/trunk/shells/busybox/BUILD 2007-01-28 01:53:17 UTC (rev 23064)
+++ moonbase/trunk/shells/busybox/BUILD 2007-01-28 04:37:49 UTC (rev 23065)
@@ -1,9 +1,10 @@
(
- make dep &&
make &&
+ make doc &&
prepare_install &&
cp busybox /bin &&
+ gather_docs TODO &&
cp docs/BusyBox.1 /usr/share/man/man1/busybox.1
) > $C_FIFO 2>&1
Modified: moonbase/trunk/shells/busybox/DETAILS
===================================================================
--- moonbase/trunk/shells/busybox/DETAILS 2007-01-28 01:53:17 UTC (rev 23064)
+++ moonbase/trunk/shells/busybox/DETAILS 2007-01-28 04:37:49 UTC (rev 23065)
@@ -1,16 +1,16 @@
MODULE=busybox
- VERSION=1.1.3
+ VERSION=1.4.1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-$VERSION-config
SOURCE_URL=http://www.busybox.net/downloads/
SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:9feb01c74e370e7e59b6ccecd9cee2760435b462
- SOURCE2_VFY=sha1:342ca9c29677a9d90d9d63fc06d49bdc8281a154
+ SOURCE_VFY=sha1:e349e3585448ba0f7c28504326301ea130eb2e35
+ SOURCE2_VFY=sha1:4e4ed9f2f02095491a87727059e9cc772402d217
SHORT="The Swiss Army Knife of Embedded Linux."
WEB_SITE=http://www.busybox.net
MAINTAINER=tchan at lunar-linux.org
ENTERED=20011020
- UPDATED=20060519
+ UPDATED=20070127
cat << EOF
BusyBox combines tiny versions of many common UNIX utilities into a
single small executable. It provides minimalist replacements for most of
More information about the Lunar-commits
mailing list