Ver Fonte

Upgrade to Shadow-4.1.3.1. FIxes #2382.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8867 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess há 16 anos atrás
pai
commit
0c61b858a6
3 ficheiros alterados com 16 adições e 12 exclusões
  1. 4 0
      chapter01/changelog.xml
  2. 9 9
      chapter06/shadow.xml
  3. 3 3
      packages.ent

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <para>2009-05-10</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Upgrade to Shadow-4.1.3.1. Fixes
+          <ulink url="&lfs-ticket-root;2382">#2382</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Upgrade to Sed-4.2. Fixes
           <ulink url="&lfs-ticket-root;2389">#2389</ulink>.</para>

+ 9 - 9
chapter06/shadow.xml

@@ -72,7 +72,7 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></scr
     <command>convert-mans</command> script which was installed during the
     Man-DB package:</para>
 
-<screen><userinput remap="configure">for i in de es fi fr id it pt_BR; do
+<screen><userinput remap="configure">for i in de fi fr id it pt_BR; do
     convert-mans UTF-8 ISO-8859-1 man/${i}/*.?
 done
 
@@ -109,21 +109,21 @@ convert-mans UTF-8 ISO-8859-9 man/tr/*.?</userinput></screen>
     -without-selinux</userinput></screen>
 -->
 
-<screen><userinput remap="configure">./configure --sysconfdir=/etc</userinput></screen>
+<screen><userinput remap="configure">./configure --sysconfdir=/etc --without-libpam</userinput></screen>
 
-    <!-- <variablelist>
-      <title>The meaning of the configure options:</title>
+    <variablelist>
+      <title>The meaning of the configure option:</title>
 
       <varlistentry>
-        <term><parameter>-without-selinux</parameter></term>
+        <term><parameter>-without-libpam</parameter></term>
         <listitem>
-          <para>Support for selinux is enabled by default, but selinux is not
-          built in a base LFS system.  The <command>configure</command> script
-          will fail if this option is not used.</para>
+          <para>Support for PAM is enabled by default, but PAM is not
+          built in a base LFS system.  The compilation of
+          <command>login</command> will fail if this option is not used.</para>
         </listitem>
       </varlistentry>
 
-    </variablelist> -->
+    </variablelist>
 
     <para>Compile the package:</para>
 

+ 3 - 3
packages.ent

@@ -440,10 +440,10 @@
 <!ENTITY sed-ch6-du "10 MB">
 <!ENTITY sed-ch6-sbu "0.2 SBU">
 
-<!ENTITY shadow-version "4.1.2.2">
-<!ENTITY shadow-size "1,658 KB">
+<!ENTITY shadow-version "4.1.3.1">
+<!ENTITY shadow-size "1,661 KB">
 <!ENTITY shadow-url "ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-&shadow-version;.tar.bz2">
-<!ENTITY shadow-md5 "3d26d990d4c3add1b7f8387eec1d1fde">
+<!ENTITY shadow-md5 "f90f51908e9c3a62ac0eb6b3043421de">
 <!ENTITY shadow-home "http://pkg-shadow.alioth.debian.org/">
 <!ENTITY shadow-ch6-du "28 MB">
 <!ENTITY shadow-ch6-sbu "0.3 SBU">