Updated to CrackLib-2.8.13

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7592 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2008-10-13 15:32:21 +00:00
parent fce275e955
commit a4440544cb
3 changed files with 14 additions and 24 deletions

View File

@ -60,7 +60,7 @@ $Date$
<!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">

View File

@ -44,6 +44,9 @@
<listitem>
<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>

View File

@ -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 @@ ln -v -sf ../../lib/libcrack.so.2.8.0 /usr/lib/libcrack.so</userinput></screen>
<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 &amp;&amp;
gunzip -v /usr/share/dict/cracklib-words.gz &amp;&amp;
ln -v -s cracklib-words /usr/share/dict/words &amp;&amp;
@ -150,23 +151,9 @@ create-cracklib-dict /usr/share/dict/cracklib-words \
/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 &lt;&lt;"EOF" &amp;&amp;
antzer
G@ndalf
neulinger
lantzer
Pa$$w0rd
PaS$W0rd
Pas$w0rd
Pas$W0rd
Pa$sw0rd
Pa$sW0rd
EOF
make test</userinput></screen>
<screen><userinput>make test</userinput></screen>
<important>
<para>If you are installing <application>CrackLib</application> after