[Lunar-commits] <moonbase> busybox: Version bump to 1.13.2
Terry Chan
tchan at lunar-linux.org
Thu Jan 1 17:36:38 CET 2009
commit f0da95199e237c7f8a2f4a3a1009fac32f9c76c3
Author: Terry Chan <tchan at lunar-linux.org>
Date: Thu Jan 1 10:36:38 2009 -0600
busybox: Version bump to 1.13.2
---
shells/busybox/BUILD | 2 ++
shells/busybox/DETAILS | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/shells/busybox/BUILD b/shells/busybox/BUILD
index c207a3f..9f8b023 100644
--- a/shells/busybox/BUILD
+++ b/shells/busybox/BUILD
@@ -8,6 +8,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 &&
make doc &&
diff --git a/shells/busybox/DETAILS b/shells/busybox/DETAILS
index ce519b9..b578abb 100644
--- a/shells/busybox/DETAILS
+++ b/shells/busybox/DETAILS
@@ -1,12 +1,12 @@
MODULE=busybox
- VERSION=1.12.3
+ VERSION=1.13.2
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://www.busybox.net/downloads/
- SOURCE_VFY=sha1:82666247e068af4cba90151d1a0062fad035f6ed
+ SOURCE_VFY=sha1:6659d92b0056971e0faab254fdcbc7fcce872e9e
WEB_SITE=http://www.busybox.net
MAINTAINER=tchan at lunar-linux.org
ENTERED=20011020
- UPDATED=20081201
+ UPDATED=20090101
SHORT="The Swiss Army Knife of Embedded Linux."
cat << EOF
BusyBox combines tiny versions of many common UNIX utilities into a
More information about the Lunar-commits
mailing list