[Lunar-commits] <moonbase> busybox_static: Version bump to 1.15.3, also cleaned up BUILD
Terry Chan
tchan at lunar-linux.org
Tue Dec 22 16:37:16 CET 2009
commit 38b2868477931285d36fede2a1040d166212ffac
Author: Terry Chan <tchan at lunar-linux.org>
Date: Tue Dec 22 09:37:16 2009 -0600
busybox_static: Version bump to 1.15.3, also cleaned up BUILD
---
shells/busybox_static/BUILD | 4 ----
shells/busybox_static/DETAILS | 6 +++---
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/shells/busybox_static/BUILD b/shells/busybox_static/BUILD
index b7bf45c..c054c63 100644
--- a/shells/busybox_static/BUILD
+++ b/shells/busybox_static/BUILD
@@ -5,10 +5,6 @@
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 &&
- # NOTE: tchan added this hack for busybox-1.14.1, and should be removed when busybox devs fix it...
- # sedit "s/CONFIG_IONICE=y/# CONFIG_IONICE is not set/" .config &&
- sedit "s/CONFIG_ACPID=y/# CONFIG_ACPID is not set/" .config &&
- sedit "s/CONFIG_FEATURE_ACPID_COMPAT=y/# CONFIG_FEATURE_ACPID_COMPAT is not set/" .config &&
make &&
prepare_install &&
diff --git a/shells/busybox_static/DETAILS b/shells/busybox_static/DETAILS
index 6924e13..b8e0d52 100644
--- a/shells/busybox_static/DETAILS
+++ b/shells/busybox_static/DETAILS
@@ -1,14 +1,14 @@
MODULE=busybox_static
- VERSION=1.15.2
+ VERSION=1.15.3
SOURCE=busybox-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/busybox-$VERSION
SOURCE_URL=http://www.busybox.net/downloads
- SOURCE_VFY=sha1:2f396a4cb35db438a9b4af43df6224f343b8a7ae
+ SOURCE_VFY=sha1:a05a692840ba1cd2bbe21af196f28809694c47e4
SHORT="time statically linked rescue shell"
WEB_SITE=http://www.busybox.net
MAINTAINER=tchan at lunar-linux.org
ENTERED=20011020
- UPDATED=20091009
+ UPDATED=20091222
cat << EOF
BusyBox combines tiny versions of many common UNIX utilities into a
More information about the Lunar-commits
mailing list