[Lunar-commits] <moonbase> busybox, busybox_static: Version bumped to stable 1.10.4.

Terry Chan tchan at lunar-linux.org
Sat Jun 28 06:01:51 CEST 2008


commit c9f979f0d726868483b5c8be19fed011f5dae06e
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Fri Jun 27 23:01:51 2008 -0500

    busybox, busybox_static: Version bumped to stable 1.10.4.
---
 shells/busybox/BUILD          |    1 +
 shells/busybox/DETAILS        |    6 +++---
 shells/busybox_static/BUILD   |    2 ++
 shells/busybox_static/DETAILS |    6 +++---
 4 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/shells/busybox/BUILD b/shells/busybox/BUILD
index 5323dab..71ce375 100644
--- a/shells/busybox/BUILD
+++ b/shells/busybox/BUILD
@@ -4,6 +4,7 @@
 
   # 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 &&
 
   make &&
   make doc &&
diff --git a/shells/busybox/DETAILS b/shells/busybox/DETAILS
index 4d7cb8e..e1f3e0e 100644
--- a/shells/busybox/DETAILS
+++ b/shells/busybox/DETAILS
@@ -1,12 +1,12 @@
           MODULE=busybox
-         VERSION=1.10.3
+         VERSION=1.10.4
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://www.busybox.net/downloads/
-      SOURCE_VFY=sha1:2da07929319a57140b806a696df8c9c412ce157c
+      SOURCE_VFY=sha1:7672282cbccbf32949ca813fb700c37314a957aa
         WEB_SITE=http://www.busybox.net
       MAINTAINER=tchan at lunar-linux.org
          ENTERED=20011020
-         UPDATED=20080606
+         UPDATED=20080627
            SHORT="The Swiss Army Knife of Embedded Linux."
 cat << EOF
 BusyBox combines tiny versions of many common UNIX utilities into a
diff --git a/shells/busybox_static/BUILD b/shells/busybox_static/BUILD
index 08adbf0..39911e2 100644
--- a/shells/busybox_static/BUILD
+++ b/shells/busybox_static/BUILD
@@ -4,7 +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 &&
+  # 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 &&
   make             &&
   prepare_install  &&
   cp -p busybox /sbin/busybox_static
diff --git a/shells/busybox_static/DETAILS b/shells/busybox_static/DETAILS
index b016cf1..eeb5281 100644
--- a/shells/busybox_static/DETAILS
+++ b/shells/busybox_static/DETAILS
@@ -1,14 +1,14 @@
           MODULE=busybox_static
-         VERSION=1.10.3
+         VERSION=1.10.4
           SOURCE=busybox-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/busybox-$VERSION
       SOURCE_URL=http://www.busybox.net/downloads/
-      SOURCE_VFY=sha1:2da07929319a57140b806a696df8c9c412ce157c
+      SOURCE_VFY=sha1:7672282cbccbf32949ca813fb700c37314a957aa
            SHORT="time statically linked rescue shell."
         WEB_SITE=http://www.busybox.net
       MAINTAINER=tchan at lunar-linux.org
          ENTERED=20011020
-         UPDATED=20080606
+         UPDATED=20080627
 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