Changeset 7791a76 in clfs-embedded for patches


Ignore:
Timestamp:
Feb 16, 2009, 11:38:00 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
ea546c8
Parents:
19776da
Message:

Updated Busybox Branch Update Patch to -3

File:
1 moved

Legend:

Unmodified
Added
Removed
  • patches/busybox-1.13.2-branch_update-3.patch

    r19776da r7791a76  
    11Submitted By: Jim Gifford (jim at cross-lfs dot org)
    2 Date: 02-03-2009
     2Date: 02-16-2009
    33Initial Package Version: 1.13.2
    44Origin: Upstream
     
    99diff -Naur busybox-1.13.2.orig/archival/tar.c busybox-1.13.2/archival/tar.c
    1010--- busybox-1.13.2.orig/archival/tar.c  2008-11-09 09:28:02.000000000 -0800
    11 +++ busybox-1.13.2/archival/tar.c       2009-02-03 18:52:40.994695068 -0800
     11+++ busybox-1.13.2/archival/tar.c       2009-02-16 11:36:01.760066770 -0800
    1212@@ -591,8 +591,6 @@
    1313        struct TarBallInfo tbInfo;
     
    1919        tbInfo.verboseFlag = verboseFlag;
    2020 
     21diff -Naur busybox-1.13.2.orig/include/libbb.h busybox-1.13.2/include/libbb.h
     22--- busybox-1.13.2.orig/include/libbb.h 2008-12-30 19:06:45.000000000 -0800
     23+++ busybox-1.13.2/include/libbb.h      2009-02-16 11:36:00.780793407 -0800
     24@@ -1275,7 +1275,13 @@
     25        PSSCAN_UTIME    = 1 << 13,
     26        PSSCAN_TTY      = 1 << 14,
     27        PSSCAN_SMAPS    = (1 << 15) * ENABLE_FEATURE_TOPMEM,
     28-       PSSCAN_ARGVN    = (1 << 16) * (ENABLE_PGREP || ENABLE_PKILL || ENABLE_PIDOF),
     29+       /* NB: used by find_pid_by_name(). Any applet using it
     30+        * needs to be mentioned here. */
     31+       PSSCAN_ARGVN    = (1 << 16) * (ENABLE_KILLALL
     32+                               || ENABLE_PGREP || ENABLE_PKILL
     33+                               || ENABLE_PIDOF
     34+                               || ENABLE_SESTATUS
     35+                               ),
     36        USE_SELINUX(PSSCAN_CONTEXT = 1 << 17,)
     37        PSSCAN_START_TIME = 1 << 18,
     38        PSSCAN_CPU      = 1 << 19,
    2139diff -Naur busybox-1.13.2.orig/init/init.c busybox-1.13.2/init/init.c
    2240--- busybox-1.13.2.orig/init/init.c     2008-12-30 19:06:45.000000000 -0800
    23 +++ busybox-1.13.2/init/init.c  2009-02-03 18:52:38.186515155 -0800
     41+++ busybox-1.13.2/init/init.c  2009-02-16 11:35:55.638637240 -0800
    2442@@ -671,15 +671,14 @@
    2543  */
     
    7391diff -Naur busybox-1.13.2.orig/modutils/depmod.c busybox-1.13.2/modutils/depmod.c
    7492--- busybox-1.13.2.orig/modutils/depmod.c       2008-11-09 09:28:03.000000000 -0800
    75 +++ busybox-1.13.2/modutils/depmod.c    2009-02-03 18:52:37.966500907 -0800
     93+++ busybox-1.13.2/modutils/depmod.c    2009-02-16 11:35:55.041711971 -0800
    7694@@ -33,7 +33,7 @@
    7795 enum {
     
    195213diff -Naur busybox-1.13.2.orig/modutils/modutils-24.c busybox-1.13.2/modutils/modutils-24.c
    196214--- busybox-1.13.2.orig/modutils/modutils-24.c  2008-11-28 22:48:56.000000000 -0800
    197 +++ busybox-1.13.2/modutils/modutils-24.c       2009-02-03 18:52:40.062637519 -0800
     215+++ busybox-1.13.2/modutils/modutils-24.c       2009-02-16 11:36:01.295790474 -0800
    198216@@ -2150,7 +2150,7 @@
    199217        sec->name = name;
     
    295313diff -Naur busybox-1.13.2.orig/testsuite/mdev.tests busybox-1.13.2/testsuite/mdev.tests
    296314--- busybox-1.13.2.orig/testsuite/mdev.tests    2008-11-09 09:28:19.000000000 -0800
    297 +++ busybox-1.13.2/testsuite/mdev.tests 2009-02-03 18:52:38.510535828 -0800
     315+++ busybox-1.13.2/testsuite/mdev.tests 2009-02-16 11:36:01.053896354 -0800
    298316@@ -111,6 +111,22 @@
    299317 
     
    321339diff -Naur busybox-1.13.2.orig/util-linux/mdev.c busybox-1.13.2/util-linux/mdev.c
    322340--- busybox-1.13.2.orig/util-linux/mdev.c       2008-11-09 09:28:22.000000000 -0800
    323 +++ busybox-1.13.2/util-linux/mdev.c    2009-02-03 18:52:38.510535828 -0800
     341+++ busybox-1.13.2/util-linux/mdev.c    2009-02-16 11:36:01.053896354 -0800
    324342@@ -179,8 +179,9 @@
    325343                        unsigned i, n;
Note: See TracChangeset for help on using the changeset viewer.