Changeset 5399d87 in clfs-sysroot


Ignore:
Timestamp:
Sep 9, 2007, 2:27:28 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
c560935
Parents:
cc0e990
Message:

Update Shadow Patch.

Files:
1 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/shadow.xml

    rcc0e990 r5399d87  
    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>
  • BOOK/introduction/common/changelog.xml

    rcc0e990 r5399d87  
    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>
  • BOOK/materials/common/patches.xml

    rcc0e990 r5399d87  
    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>
  • BOOK/patches.ent

    rcc0e990 r5399d87  
    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">
Note: See TracChangeset for help on using the changeset viewer.