[Lunar-commits] <moonbase> busybox_static: Version bump to stable 1.11.1

Terry Chan tchan at lunar-linux.org
Wed Jul 16 16:52:09 CEST 2008


commit cd6ec8ebe5f6aaceb847530ef26c170737beb282
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Wed Jul 16 09:52:09 2008 -0500

    busybox_static: Version bump to stable 1.11.1
---
 shells/busybox_static/BUILD   |    5 +++++
 shells/busybox_static/DETAILS |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/shells/busybox_static/BUILD b/shells/busybox_static/BUILD
index 39911e2..45577c8 100644
--- a/shells/busybox_static/BUILD
+++ b/shells/busybox_static/BUILD
@@ -1,12 +1,17 @@
 (
 
   make defconfig &&
+
   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.10.2, and should be removed when busybox devs fix it...
   sedit "s/CONFIG_BRCTL=y/# CONFIG_BRCTL is not set/" .config &&
   sedit "s/CONFIG_FEATURE_BRCTL_FANCY=y/# CONFIG_FEATURE_BRCTL_FANCY is not set/" .config &&
+  sedit "s/CONFIG_FEATURE_BRCTL_SHOW=y/# CONFIG_FEATURE_BRCTL_SHOW is not set/" .config &&
+  # NOTE: tchan added this hack for busybox-1.11.1, and should be removed when busybox devs fix it...
+  sedit "s/CONFIG_INOTIFYD=y/# CONFIG_INOTIFYD is not set/" .config &&
+
   make             &&
   prepare_install  &&
   cp -p busybox /sbin/busybox_static
diff --git a/shells/busybox_static/DETAILS b/shells/busybox_static/DETAILS
index eeb5281..dea81f8 100644
--- a/shells/busybox_static/DETAILS
+++ b/shells/busybox_static/DETAILS
@@ -1,14 +1,14 @@
           MODULE=busybox_static
-         VERSION=1.10.4
+         VERSION=1.11.1
           SOURCE=busybox-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/busybox-$VERSION
       SOURCE_URL=http://www.busybox.net/downloads/
-      SOURCE_VFY=sha1:7672282cbccbf32949ca813fb700c37314a957aa
+      SOURCE_VFY=sha1:73b041364d377125949dd8f5c191bcbb3daee6e9
            SHORT="time statically linked rescue shell."
         WEB_SITE=http://www.busybox.net
       MAINTAINER=tchan at lunar-linux.org
          ENTERED=20011020
-         UPDATED=20080627
+         UPDATED=20080716
 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