Upgrade to Shadow-4.0.18.1. Fixes #1850.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7968 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2007-03-19 20:57:36 +00:00
parent fe1a6245e4
commit 7ea4443021
5 changed files with 26 additions and 3 deletions

View File

@ -39,6 +39,10 @@
<listitem>
<para>2007-03-19</para>
<itemizedlist>
<listitem>
<para>[matthew] - Upgrade to Shadow-4.0.18.1. Fixes
<ulink url="&lfs-ticket-root;1850">#1850</ulink></para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to Linux-2.6.20.3. Fixes
<ulink url="&lfs-ticket-root;1971">#1971</ulink></para>

View File

@ -202,6 +202,14 @@
</listitem>
</varlistentry>
<varlistentry>
<term>Shadow Useradd Patch - <token>&shadow-useradd-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&shadow-useradd-patch;"/></para>
<para>MD5 sum: <literal>&shadow-useradd-patch-md5;</literal></para>
</listitem>
</varlistentry>
<varlistentry>
<term>Sysklogd 8-Bit Cleanness Patch - <token>&sysklogd-8bit-patch-size;</token>:</term>
<listitem>

View File

@ -43,6 +43,12 @@
command below.</para>
</note>
<para>Fix a bug in the <command>useradd</command> and
<command>usermod</command> programs which prevent them from accepting group
names rather than group ID numbers to the <option>-g</option> option:</para>
<screen><userinput>patch -Np1 -i ../&shadow-useradd-patch;</userinput></screen>
<para>Prepare Shadow for compilation:</para>
<screen><userinput>./configure --libdir=/lib --sysconfdir=/etc --enable-shared --without-selinux</userinput></screen>

View File

@ -430,10 +430,10 @@
<!ENTITY sed-ch6-du "6.4 MB">
<!ENTITY sed-ch6-sbu "0.1 SBU">
<!ENTITY shadow-version "4.0.17">
<!ENTITY shadow-size "1,461 KB">
<!ENTITY shadow-version "4.0.18.1">
<!ENTITY shadow-size "1,481 KB">
<!ENTITY shadow-url "ftp://ftp.pld.org.pl/software/shadow/shadow-&shadow-version;.tar.bz2">
<!ENTITY shadow-md5 "bc5972a195290533b4c0576276056ed9">
<!ENTITY shadow-md5 "e7751d46ecf219c07ae0b028ab3335c6">
<!ENTITY shadow-home " ">
<!ENTITY shadow-ch6-du "20.7 MB">
<!ENTITY shadow-ch6-sbu "0.3 SBU">

View File

@ -110,6 +110,11 @@
<!ENTITY readline-fixes-patch-size "0.8 KB">
<!ENTITY shadow-useradd-patch "shadow-&shadow-version;-useradd_fix-2.patch">
<!ENTITY shadow-useradd-patch-md5 "5f35528f38d5432d5fa2dd79d04bdfdd">
<!ENTITY shadow-useradd-patch-size "6.1 KB">
<!ENTITY sysklogd-8bit-patch "sysklogd-&sysklogd-version;-8bit-1.patch">
<!ENTITY sysklogd-8bit-patch-md5 "cc0d9c3bd67a6b6357e42807cf06073e">
<!ENTITY sysklogd-8bit-patch-size "0.9 KB">