Author: randy
Date: 2006-05-09 05:47:11 -0600 (Tue, 09 May 2006)
New Revision: 6029
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/linux-pam.xml
Log:
Updated to Linux-PAM-0.99.4.0
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-05-09 04:40:56 UTC (rev 6028)
+++ trunk/BOOK/general.ent 2006-05-09 11:47:11 UTC (rev 6029)
@@ -1,4 +1,4 @@
-<!ENTITY day "08"> <!-- Always 2 digits -->
+<!ENTITY day "09"> <!-- Always 2 digits -->
<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
@@ -52,7 +52,7 @@
<!-- End special note about Heimdal -->
<!ENTITY cracklib-version "2.8.9">
-<!ENTITY linux-pam-version "0.99.3.0">
+<!ENTITY linux-pam-version "0.99.4.0">
<!ENTITY shadow-version "4.0.15">
<!ENTITY iptables-version "1.3.5">
<!ENTITY gnupg-version "1.4.3">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-05-09 04:40:56 UTC
(rev 6028)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-05-09 11:47:11 UTC
(rev 6029)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>May 9th, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Updated to Linux-PAM-0.99.4.0.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>May 8th, 2006</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/postlfs/security/linux-pam.xml
===================================================================
--- trunk/BOOK/postlfs/security/linux-pam.xml 2006-05-09 04:40:56 UTC (rev
6028)
+++ trunk/BOOK/postlfs/security/linux-pam.xml 2006-05-09 11:47:11 UTC (rev
6029)
@@ -6,9 +6,9 @@
<!ENTITY linux-pam-download-http
"http://www.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-&linux-pam-version;.tar.bz2">
<!ENTITY linux-pam-download-ftp
"ftp://ftp.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-&linux-pam-version;.tar.bz2">
- <!ENTITY linux-pam-md5sum "aabed0543f57dc3e4eebbb0779daf898">
- <!ENTITY linux-pam-size "728 KB">
- <!ENTITY linux-pam-buildsize "17.8 MB">
+ <!ENTITY linux-pam-md5sum "267ea71253615342261f9fc486d06647">
+ <!ENTITY linux-pam-size "783 KB">
+ <!ENTITY linux-pam-buildsize "19.8 MB">
<!ENTITY linux-pam-time "0.5 SBU">
<!ENTITY linux-pam-docs-download
"http://www.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-&linux-pam-version;-docs.tar.bz2">
]>
@@ -108,14 +108,27 @@
--enable-read-both-confs &&
make</userinput></screen>
- <para>This package does not come with a test suite.</para>
+ <para>The test suite will not provide meaningful results until the package
+ has been installed and configured. If, after installing the package and
+ creating a minimum configuration as shown below in the 'other' example,
+ you wish to run the tests, issue <command>make check</command>.</para>
+ <tip>
+ <para>Don't delete the <application>Linux-PAM</application> source tree
+ until after you reinstall the <application>Shadow</application> package.
+ The reinstallation of the Shadow package includes much more stringent
+ security for the PAM configuration, and you can run the
+ <application>Linux-PAM</application> test suite after completing the
+ <application>Shadow</application> instructions to test the new setup. All
+ the tests should pass.</para>
+ </tip>
+
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install &&
mv -v /lib/security/pam_tally /sbin &&
mv -v /usr/lib/libpam*.so.0* /lib &&
-ln -v -sf ../../lib/libpam.so.0.81.2 /usr/lib/libpam.so &&
+ln -v -sf ../../lib/libpam.so.0.81.3 /usr/lib/libpam.so &&
ln -v -sf ../../lib/libpamc.so.0.81.0 /usr/lib/libpamc.so &&
ln -v -sf ../../lib/libpam_misc.so.0.81.2
/usr/lib/libpam_misc.so</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page