Ignore:
Timestamp:
10/13/2008 03:32:21 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b1c1f783
Parents:
fce275e
Message:

Updated to CrackLib-2.8.13

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7592 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cracklib.xml

    rfce275e ra4440544  
    77  <!ENTITY cracklib-download-http "&sourceforge-repo;/cracklib/cracklib-&cracklib-version;.tar.gz">
    88  <!ENTITY cracklib-download-ftp  "&gentoo-ftp-repo;/cracklib-&cracklib-version;.tar.gz">
    9   <!ENTITY cracklib-md5sum        "580346fa1012f9d9769192f49d3801fa">
    10   <!ENTITY cracklib-size          "576 KB">
     9  <!ENTITY cracklib-md5sum        "5beb4c6b3c31c83fc98c4c225b25cd94">
     10  <!ENTITY cracklib-size          "593 KB">
    1111  <!ENTITY cracklib-buildsize     "29 MB">
    12   <!ENTITY cracklib-time          "0.3 SBU">
    13 
    14   <!ENTITY crackdict-download     "&sourceforge-repo;/cracklib/cracklib-words-20080203.gz">
    15   <!ENTITY crackdict-size         "4.4 MB">
    16   <!ENTITY crackdict-md5sum       "f8be7949b1bbc044e36039598a7819d9">
     12  <!ENTITY cracklib-time          "0.2 SBU">
     13
     14  <!ENTITY crackdict-version      "20080507">
     15  <!ENTITY crackdict-download     "&sourceforge-repo;/cracklib/cracklib-words-&crackdict-version;.gz">
     16  <!ENTITY crackdict-size         "4.5 MB">
     17  <!ENTITY crackdict-md5sum       "7fa6ba0cd50e7f9ccaf4707c810b14f1">
    1718]>
    1819
     
    141142    to the <command>create-cracklib-dict</command> command.</para>
    142143
    143 <screen role="root"><userinput>install -v -m644 -D ../cracklib-words-20080203.gz \
     144<screen role="root"><userinput>install -v -m644 -D ../cracklib-words-&crackdict-version;.gz \
    144145    /usr/share/dict/cracklib-words.gz &amp;&amp;
    145146gunzip -v /usr/share/dict/cracklib-words.gz &amp;&amp;
     
    151152
    152153    <para>If desired, check the proper operation of the library as an
    153     unprivileged user by creating a test data file and running the tests
    154     using the following commands:</para>
    155 
    156 <screen><userinput>cat > test-data &lt;&lt;"EOF" &amp;&amp;
    157 antzer
    158 G@ndalf
    159 neulinger
    160 lantzer
    161 Pa$$w0rd
    162 PaS$W0rd
    163 Pas$w0rd
    164 Pas$W0rd
    165 Pa$sw0rd
    166 Pa$sW0rd
    167 EOF
    168 
    169 make test</userinput></screen>
     154    unprivileged user by issuing the following command:</para>
     155
     156<screen><userinput>make test</userinput></screen>
    170157
    171158    <important>
Note: See TracChangeset for help on using the changeset viewer.