Changeset 3649

Show
Ignore:
Timestamp:
09/09/07 21:27:28 (1 year ago)
Author:
jciccone
Message:

Update Shadow Patch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-sysroot/BOOK/final-system/common/shadow.xml

    r3588 r3649  
    3434    </note> 
    3535 
    36     <para os="p1">The following patch fixes an issue in useradd, where it only 
    37     accepts group names, not group id numbers:</para> 
     36    <para os="p1">The following patch fixes numerous issues in shadow. See 
     37    patch for details:</para> 
    3838 
    3939<screen os="p2"><userinput>patch -Np1 -i ../&shadow-useradd_fix-patch;</userinput></screen> 
  • branches/clfs-sysroot/BOOK/introduction/common/changelog.xml

    r3645 r3649  
    4040      <para>September 9, 2007</para> 
    4141      <itemizedlist> 
     42        <listitem> 
     43          <para>[jciccone] - Updated Shadow Patch for more fixes. Man Page Typos 
     44          , buffer overflows, useradd -G fixes, better name support, and 
     45          the previous useradd fix.</para> 
     46        </listitem> 
    4247        <listitem> 
    4348          <para>[jciccone] - Updated Grep to 2.5.3.</para> 
  • branches/clfs-sysroot/BOOK/materials/common/patches.xml

    r3644 r3649  
    182182  
    183183    <varlistentry> 
    184       <term>Shadow Useradd Fix Patch - <token>&shadow-useradd_fix-patch-size;</token>:</term> 
    185       <listitem> 
    186         <para>Download: <ulink 
    187         url="&patches-root;&shadow-useradd_fix-patch;"/></para> 
    188         <para>MD5 sum: <literal>&shadow-useradd_fix-patch-md5;</literal></para> 
     184      <term>Shadow Fixes Patch - <token>&shadow-fixes-patch-size;</token>:</term> 
     185      <listitem> 
     186        <para>Download: <ulink 
     187        url="&patches-root;&shadow-fixes-patch;"/></para> 
     188        <para>MD5 sum: <literal>&shadow-fixes-patch-md5;</literal></para> 
    189189      </listitem> 
    190190    </varlistentry> 
  • branches/clfs-sysroot/BOOK/patches.ent

    r3644 r3649  
    7777<!ENTITY shadow-sysroot_hacks-patch-size "16 KB"> 
    7878 
    79 <!ENTITY shadow-useradd_fix-patch "shadow-&shadow-version;-useradd_fix-1.patch"> 
    80 <!ENTITY shadow-useradd_fix-patch-md5 "272eb8ef4b9b7ad859292150526ea5fa"> 
    81 <!ENTITY shadow-useradd_fix-patch-size "4 KB"> 
     79<!ENTITY shadow-fixes-patch "shadow-&shadow-version;-fixes-1.patch"> 
     80<!ENTITY shadow-fixes-patch-md5 "76eb87cfbf566e2676403811bde10d7b"> 
     81<!ENTITY shadow-fixes-patch-size "32 KB"> 
    8282 
    8383<!ENTITY sysklogd-fixes-patch "sysklogd-&sysklogd-version;-fixes-1.patch">