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

Terry Chan tchan at lunar-linux.org
Wed Jan 7 15:24:48 CET 2009


commit 6d0302ebe50188f5eb8fcde76c9b378ffff0ea1a
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Wed Jan 7 08:24:48 2009 -0600

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

diff --git a/shells/busybox_static/BUILD b/shells/busybox_static/BUILD
index 45577c8..7363658 100644
--- a/shells/busybox_static/BUILD
+++ b/shells/busybox_static/BUILD
@@ -11,6 +11,8 @@
   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 &&
+  # NOTE: tchan added this hack for busybox-1.13.2, and should be removed when busybox devs fix it...
+  sedit "s/CONFIG_WATCHDOG=y/# CONFIG_WATCHDOG is not set/" .config &&
 
   make             &&
   prepare_install  &&
diff --git a/shells/busybox_static/DETAILS b/shells/busybox_static/DETAILS
index a8740e9..9f49726 100644
--- a/shells/busybox_static/DETAILS
+++ b/shells/busybox_static/DETAILS
@@ -1,14 +1,14 @@
           MODULE=busybox_static
-         VERSION=1.12.3
+         VERSION=1.13.2
           SOURCE=busybox-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/busybox-$VERSION
       SOURCE_URL=http://www.busybox.net/downloads/
-      SOURCE_VFY=sha1:82666247e068af4cba90151d1a0062fad035f6ed
+      SOURCE_VFY=sha1:6659d92b0056971e0faab254fdcbc7fcce872e9e
            SHORT="time statically linked rescue shell."
         WEB_SITE=http://www.busybox.net
       MAINTAINER=tchan at lunar-linux.org
          ENTERED=20011020
-         UPDATED=20081201
+         UPDATED=20090101
 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