diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-02-16 20:20:30 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-02-16 20:20:30 +0000 |
commit | 60c6e3b8e366df2f2d2a582879f6249c1bcdd187 (patch) | |
tree | 5d85d07ec420b45e3bdc4ff9adafe71790f81fd7 | |
parent | e11721e41feedb88822aa22754eb94c593055821 (diff) |
Upgrade to Shadow-4.1.4.3. Fixes #2832.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9465 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter06/shadow.xml | 18 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 14 insertions, 18 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 561de6314..bad9e2a01 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2011-02-16</para> <itemizedlist> <listitem> + <para>[matthew] Upgrade to Shadow-4.1.4.3. Fixes + <ulink url="&lfs-ticket-root;2832">#2832</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Upgrade to Readline-6.2. Fixes <ulink url="&lfs-ticket-root;2831">#2831</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 8bc7de621..f46c5c26f 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -172,9 +172,9 @@ <!--<listitem> <para>Sed &sed-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Shadow &shadow-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Sysklogd &sysklogd-version;</para> </listitem>--> diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index c114cfb57..de7f5cbe8 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -49,19 +49,16 @@ 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 remap="pre">patch -Np1 -i ../&shadow-useradd-patch;</userinput></screen> - --> - <para>Disable the installation of the <command>groups</command> program and its man pages, as Coreutils provides a better version:</para> -<screen><userinput remap="configure">sed -i 's/groups$(EXEEXT) //' src/Makefile.in +<screen><userinput remap="pre">sed -i 's/groups$(EXEEXT) //' src/Makefile.in find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></screen> + <para>Fix an issue with the installation of Russian man pages:</para> + +<screen><userinput remap="pre">sed -i 's/man_MANS = $(man_nopam) /man_MANS = /' man/ru/Makefile.in</userinput></screen> + <para id="shadow-login_defs">Instead of using the default <emphasis>crypt</emphasis> method, use the more secure <emphasis>SHA-512</emphasis> method of password encryption, which also @@ -82,11 +79,6 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></scr <para>Prepare Shadow for compilation:</para> -<!-- Keeping this in case we revert to an older version -<screen><userinput remap="configure">./configure -libdir=/lib -sysconfdir=/etc -enable-shared \ - -without-selinux</userinput></screen> ---> - <screen><userinput remap="configure">./configure --sysconfdir=/etc</userinput></screen> <para>Compile the package:</para> diff --git a/packages.ent b/packages.ent index d9094b485..79363a3f4 100644 --- a/packages.ent +++ b/packages.ent @@ -461,10 +461,10 @@ <!ENTITY sed-ch6-du "8.3 MB"> <!ENTITY sed-ch6-sbu "0.2 SBU"> -<!ENTITY shadow-version "4.1.4.2"> -<!ENTITY shadow-size "1,748 KB"> +<!ENTITY shadow-version "4.1.4.3"> +<!ENTITY shadow-size "1,762 KB"> <!ENTITY shadow-url "ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-&shadow-version;.tar.bz2"> -<!ENTITY shadow-md5 "d593a9cab93c48ee0a6ba056db8c1997"> +<!ENTITY shadow-md5 "b8608d8294ac88974f27b20f991c0e79"> <!ENTITY shadow-home "http://pkg-shadow.alioth.debian.org/"> <!ENTITY shadow-ch6-du "30 MB"> <!ENTITY shadow-ch6-sbu "0.3 SBU"> |