Author: randy
Date: 2008-10-13 09:32:21 -0600 (Mon, 13 Oct 2008)
New Revision: 7592
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/cracklib.xml
Log:
Updated to CrackLib-2.8.13
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2008-10-13 14:49:44 UTC (rev 7591)
+++ trunk/BOOK/general.ent 2008-10-13 15:32:21 UTC (rev 7592)
@@ -60,7 +60,7 @@
<!ENTITY openssl-version "0.9.8g">
<!ENTITY gnutls-version "1.6.3">
-<!ENTITY cracklib-version "2.8.12">
+<!ENTITY cracklib-version "2.8.13">
<!ENTITY linux-pam-version "0.99.10.0">
<!ENTITY shadow-version "4.0.18.1">
<!ENTITY iptables-version "1.3.8">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2008-10-13 14:49:44 UTC
(rev 7591)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2008-10-13 15:32:21 UTC
(rev 7592)
@@ -45,6 +45,9 @@
<para>October 13th, 2008</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Updated to CrackLib-2.8.13.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Modified all the Sourceforge download URLs to use
a newly created entity instead of a hard-coded URL.</para>
</listitem>
Modified: trunk/BOOK/postlfs/security/cracklib.xml
===================================================================
--- trunk/BOOK/postlfs/security/cracklib.xml 2008-10-13 14:49:44 UTC (rev
7591)
+++ trunk/BOOK/postlfs/security/cracklib.xml 2008-10-13 15:32:21 UTC (rev
7592)
@@ -6,14 +6,15 @@
<!ENTITY cracklib-download-http
"&sourceforge-repo;/cracklib/cracklib-&cracklib-version;.tar.gz">
<!ENTITY cracklib-download-ftp
"&gentoo-ftp-repo;/cracklib-&cracklib-version;.tar.gz">
- <!ENTITY cracklib-md5sum "580346fa1012f9d9769192f49d3801fa">
- <!ENTITY cracklib-size "576 KB">
+ <!ENTITY cracklib-md5sum "5beb4c6b3c31c83fc98c4c225b25cd94">
+ <!ENTITY cracklib-size "593 KB">
<!ENTITY cracklib-buildsize "29 MB">
- <!ENTITY cracklib-time "0.3 SBU">
+ <!ENTITY cracklib-time "0.2 SBU">
- <!ENTITY crackdict-download
"&sourceforge-repo;/cracklib/cracklib-words-20080203.gz">
- <!ENTITY crackdict-size "4.4 MB">
- <!ENTITY crackdict-md5sum "f8be7949b1bbc044e36039598a7819d9">
+ <!ENTITY crackdict-version "20080507">
+ <!ENTITY crackdict-download
"&sourceforge-repo;/cracklib/cracklib-words-&crackdict-version;.gz">
+ <!ENTITY crackdict-size "4.5 MB">
+ <!ENTITY crackdict-md5sum "7fa6ba0cd50e7f9ccaf4707c810b14f1">
]>
<sect1 id="cracklib" xreflabel="CrackLib-&cracklib-version;">
@@ -140,7 +141,7 @@
<filename class='directory'>/usr/share/dict</filename> and adding them
to the <command>create-cracklib-dict</command> command.</para>
-<screen role="root"><userinput>install -v -m644 -D
../cracklib-words-20080203.gz \
+<screen role="root"><userinput>install -v -m644 -D
../cracklib-words-&crackdict-version;.gz \
/usr/share/dict/cracklib-words.gz &&
gunzip -v /usr/share/dict/cracklib-words.gz &&
ln -v -s cracklib-words /usr/share/dict/words &&
@@ -150,24 +151,10 @@
/usr/share/dict/cracklib-extra-words</userinput></screen>
<para>If desired, check the proper operation of the library as an
- unprivileged user by creating a test data file and running the tests
- using the following commands:</para>
+ unprivileged user by issuing the following command:</para>
-<screen><userinput>cat > test-data <<"EOF" &&
-antzer
[EMAIL PROTECTED]
-neulinger
-lantzer
-Pa$$w0rd
-PaS$W0rd
-Pas$w0rd
-Pas$W0rd
-Pa$sw0rd
-Pa$sW0rd
-EOF
+<screen><userinput>make test</userinput></screen>
-make test</userinput></screen>
-
<important>
<para>If you are installing <application>CrackLib</application> after
your LFS system has been completed and you have the
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page