diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter06/shadow.xml | 6 | ||||
-rw-r--r-- | packages.ent | 6 | ||||
-rw-r--r-- | patches.ent | 5 |
5 files changed, 26 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index cd2b2ad0f..654808438 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <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> </listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index da1ff6af1..fe961d4eb 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -203,6 +203,14 @@ </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> <para>Download: <ulink url="&patches-root;&sysklogd-8bit-patch;"/></para> diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index e9028a991..210d90bf3 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -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> diff --git a/packages.ent b/packages.ent index 6e5fdab43..5fd8b0a3d 100644 --- a/packages.ent +++ b/packages.ent @@ -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"> diff --git a/patches.ent b/patches.ent index 9a2ef75c7..d349da620 100644 --- a/patches.ent +++ b/patches.ent @@ -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"> |