[Lunar-commits] <moonbase> busybox_static: Version bump 1.10.2.
Terry Chan
tchan at lunar-linux.org
Sat May 24 05:05:48 CEST 2008
commit 89c0cfaec3f9aae4d1845de2913f771bf1681c09
Author: Terry Chan <tchan at lunar-linux.org>
Date: Fri May 23 22:05:48 2008 -0500
busybox_static: Version bump 1.10.2.
---
shells/busybox_static/BUILD | 4 ++--
shells/busybox_static/DETAILS | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/shells/busybox_static/BUILD b/shells/busybox_static/BUILD
index 33ff0f1..08adbf0 100644
--- a/shells/busybox_static/BUILD
+++ b/shells/busybox_static/BUILD
@@ -4,9 +4,9 @@
sedit "s/# CONFIG_STATIC is not set/CONFIG_STATIC=y/" .config &&
sedit "s/-Wl,--gc-sections//" scripts/trylink &&
sedit "/^#error Aborting compilation./d" applets/applets.c &&
+ sedit "s/CONFIG_BRCTL=y/# CONFIG_BRCTL is not set/" .config &&
make &&
prepare_install &&
- cp busybox /sbin/busybox_static
-
+ cp -p busybox /sbin/busybox_static
) > $C_FIFO 2>&1
diff --git a/shells/busybox_static/DETAILS b/shells/busybox_static/DETAILS
index d3c16aa..c7e7366 100644
--- a/shells/busybox_static/DETAILS
+++ b/shells/busybox_static/DETAILS
@@ -1,14 +1,14 @@
MODULE=busybox_static
- VERSION=1.9.2
+ VERSION=1.10.2
SOURCE=busybox-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/busybox-$VERSION
SOURCE_URL=http://www.busybox.net/downloads/
- SOURCE_VFY=sha1:e922aba2c3141ba5b3de5b074f47b2c84afc084a
+ SOURCE_VFY=sha1:48a7eaf931522c9e555af3cf46b5a19de4bed17b
SHORT="time statically linked rescue shell."
WEB_SITE=http://www.busybox.net
MAINTAINER=tchan at lunar-linux.org
ENTERED=20011020
- UPDATED=20080328
+ UPDATED=20080523
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