Update of /cvsroot/leaf/src/bering-uclibc/apps/busybox
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv13157
Modified Files:
buildtool.cfg buildtool.mk busybox-diff.patch psargs.patch
Added Files:
busybox-1.7.3.tar.bz2
Log Message:
new upstream version 1.7.3
added 1/10 percent stats for top
Index: psargs.patch
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/busybox/psargs.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** psargs.patch 20 Mar 2007 19:55:09 -0000 1.3
--- psargs.patch 11 Nov 2007 10:19:42 -0000 1.4
***************
*** 1,15 ****
! diff -urN busybox-1.3.0.orig/procps/ps.c busybox-1.3.0/procps/ps.c
! --- busybox-1.3.0.orig/procps/ps.c 2006-12-13 01:10:00.000000000 +0100
! +++ busybox-1.3.0/procps/ps.c 2006-12-14 21:38:54.000000000 +0100
! @@ -298,7 +298,11 @@
#if ENABLE_FEATURE_PS_WIDE || ENABLE_SELINUX
#if ENABLE_FEATURE_PS_WIDE
opt_complementary = "-:ww";
! - USE_SELINUX(i =) getopt32(argc, argv, USE_SELINUX("Z") "w", &w_count);
! + for (len = 1; len < argc; len++) {
! + char *c;
! + for (c = argv[len]; *c; c++)
! + if (*c == 'w') w_count++;
! + }
/* if w is given once, GNU ps sets the width to 132,
* if w is given more than once, it is "unlimited"
--- 1,15 ----
! --- busybox-1.7.2.orig/procps/ps.c 2007-10-24 19:09:58.000000000 +0200
! +++ busybox-1.7.2/procps/ps.c 2007-10-24 19:11:16.000000000 +0200
! @@ -357,7 +357,12 @@
#if ENABLE_FEATURE_PS_WIDE || ENABLE_SELINUX
#if ENABLE_FEATURE_PS_WIDE
opt_complementary = "-:ww";
! - USE_SELINUX(i =) getopt32(argv, USE_SELINUX("Z") "w", &w_count);
! + for (len = 1; len < argc; len++) {
! + char *c;
! + for (c = argv[len]; *c; c++)
! + if (*c == 'w') w_count++;
! + }
! +
/* if w is given once, GNU ps sets the width to 132,
* if w is given more than once, it is "unlimited"
Index: busybox-diff.patch
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/busybox/busybox-diff.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** busybox-diff.patch 23 Jan 2007 22:04:39 -0000 1.1
--- busybox-diff.patch 11 Nov 2007 10:19:42 -0000 1.2
***************
*** 1,6 ****
! diff -urpN busybox.orig/coreutils/diff.c busybox/coreutils/diff.c
! --- busybox.orig/coreutils/diff.c 2007-01-12 09:20:12.000000000 +0100
! +++ busybox/coreutils/diff.c 2007-01-10 23:19:56.000000000 +0100
! @@ -1236,8 +1236,8 @@ int diff_main(int argc, char **argv)
/* XXX: FIXME: */
/* We can't diff e.g. stdin supplied by a pipe - we use rewind(), fseek().
--- 1,5 ----
! --- busybox-1.7.2.orig/editors/diff.c 2007-10-24 18:43:38.000000000 +0200
! +++ busybox-1.7.2/editors/diff.c 2007-10-24 18:44:44.000000000 +0200
! @@ -1276,8 +1276,8 @@ int diff_main(int argc, char **argv)
/* XXX: FIXME: */
/* We can't diff e.g. stdin supplied by a pipe - we use rewind(), fseek().
--- NEW FILE: busybox-1.7.3.tar.bz2 ---
(This appears to be a binary file; contents omitted.)
Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/busybox/buildtool.mk,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** buildtool.mk 23 Mar 2007 13:03:38 -0000 1.22
--- buildtool.mk 11 Nov 2007 10:19:41 -0000 1.23
***************
*** 8,12 ****
include $(MASTERMAKEFILE)
! BUSYBOX_DIR=busybox-1.5.0
BUSYBOX_BUILD_DIR=$(BT_BUILD_DIR)/busybox
--- 8,12 ----
include $(MASTERMAKEFILE)
! BUSYBOX_DIR=busybox-1.7.3
BUSYBOX_BUILD_DIR=$(BT_BUILD_DIR)/busybox
Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/busybox/buildtool.cfg,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** buildtool.cfg 23 Mar 2007 13:03:38 -0000 1.21
--- buildtool.cfg 11 Nov 2007 10:19:41 -0000 1.22
***************
*** 5,9 ****
</File>
! <File busybox-1.5.0.tar.bz2>
Server = cvs-sourceforge
envname = BUSYBOX_SOURCE
--- 5,9 ----
</File>
! <File busybox-1.7.3.tar.bz2>
Server = cvs-sourceforge
envname = BUSYBOX_SOURCE
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits