Ignore:
Timestamp:
Aug 31, 2008, 9:15:57 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ea55a49
Parents:
33bdb0d
Message:

Updated Coreutils to 6.12.
Drop Mktemp in favor of the version included in Coreutils.
Updated Perl to 5.10.0.
Updated File to 4.25.
Updated File to 4.26.
Updated GCC to 4.3.2.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • patches/coreutils-6.12-uname-1.patch

    r33bdb0d r7b31c44  
    22Date: 2006-08-24
    33Initial Package Version: 5.97
     4        Rediffed against 6.12 by Joe Ciccone on 2008-08-30
    45Upstream Status: Not Accepted
    56Origin: Gentoo - http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils
     
    89Original Patch by - Matthew Burgess and Scot McPherson
    910
    10 diff -Naur coreutils-5.97.orig/src/uname.c coreutils-5.97/src/uname.c
    11 --- coreutils-5.97.orig/src/uname.c     2005-09-15 12:57:04.000000000 -0700
    12 +++ coreutils-5.97/src/uname.c  2006-08-24 15:52:53.000000000 -0700
    13 @@ -51,6 +51,11 @@
     11diff -Naur coreutils-6.12.orig/src/uname.c coreutils-6.12/src/uname.c
     12--- coreutils-6.12.orig/src/uname.c     2008-05-26 02:40:33.000000000 -0400
     13+++ coreutils-6.12/src/uname.c  2008-08-31 12:03:12.000000000 -0400
     14@@ -50,6 +50,11 @@
    1415 # include <mach-o/arch.h>
    1516 #endif
     
    2324 #include "error.h"
    2425 #include "quote.h"
    25 @@ -138,6 +143,106 @@
     26@@ -158,6 +163,106 @@
    2627   exit (status);
    2728 }
     
    130131    printed.  */
    131132 
    132 @@ -250,10 +355,14 @@
     133@@ -305,10 +410,14 @@
    133134   if (toprint & PRINT_PROCESSOR)
    134135     {
     
    146147       }
    147148 #endif
    148 @@ -306,9 +415,13 @@
     149@@ -361,9 +470,13 @@
    149150       if (element == unknown)
    150151        {
Note: See TracChangeset for help on using the changeset viewer.