Author: matthew
Date: 2011-02-16 13:20:30 -0700 (Wed, 16 Feb 2011)
New Revision: 9465
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter06/shadow.xml
trunk/BOOK/packages.ent
Log:
Upgrade to Shadow-4.1.4.3. Fixes #2832.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2011-02-16 20:19:44 UTC (rev 9464)
+++ trunk/BOOK/chapter01/changelog.xml 2011-02-16 20:20:30 UTC (rev 9465)
@@ -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>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2011-02-16 20:19:44 UTC (rev 9464)
+++ trunk/BOOK/chapter01/whatsnew.xml 2011-02-16 20:20:30 UTC (rev 9465)
@@ -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>-->
Modified: trunk/BOOK/chapter06/shadow.xml
===================================================================
--- trunk/BOOK/chapter06/shadow.xml 2011-02-16 20:19:44 UTC (rev 9464)
+++ trunk/BOOK/chapter06/shadow.xml 2011-02-16 20:20:30 UTC (rev 9465)
@@ -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 @@
<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>
Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent 2011-02-16 20:19:44 UTC (rev 9464)
+++ trunk/BOOK/packages.ent 2011-02-16 20:20:30 UTC (rev 9465)
@@ -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">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page