Ignore:
Timestamp:
12/23/2013 03:34:06 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
b4c88c39
Parents:
072a49e
Message:

Update to cracklib-2.9.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cracklib.xml

    r072a49e refd93087  
    77  <!ENTITY cracklib-download-http "&sourceforge-repo;/cracklib/cracklib-&cracklib-version;.tar.gz">
    88  <!ENTITY cracklib-download-ftp  " ">
    9   <!ENTITY cracklib-md5sum        "e0f94ac2138fd33c7e77b19c1e9a9390">
    10   <!ENTITY cracklib-size          "616 KB">
    11   <!ENTITY cracklib-buildsize     "30 MB">
    12   <!ENTITY cracklib-time          "less than 0.1 SBU">
     9  <!ENTITY cracklib-md5sum        "90536219c520add2ceb3c26f0d7da404">
     10  <!ENTITY cracklib-size          "624 KB">
     11  <!ENTITY cracklib-buildsize     "24 MB">
     12  <!ENTITY cracklib-time          "0.1 SBU">
    1313
    1414  <!ENTITY crackdict-version      "20080507">
     
    134134    to the <command>create-cracklib-dict</command> command.</para>
    135135
    136 <screen role="root"><userinput>install -v -m644 -D ../cracklib-words-&crackdict-version;.gz \
    137     /usr/share/dict/cracklib-words.gz &amp;&amp;
    138 gunzip -v /usr/share/dict/cracklib-words.gz &amp;&amp;
    139 ln -v -s cracklib-words /usr/share/dict/words &amp;&amp;
    140 echo $(hostname) >>/usr/share/dict/cracklib-extra-words &amp;&amp;
    141 install -v -m755 -d /lib/cracklib &amp;&amp;
    142 create-cracklib-dict /usr/share/dict/cracklib-words \
    143                      /usr/share/dict/cracklib-extra-words</userinput></screen>
     136<screen role="root"><userinput>install -v -m644 -D    ../cracklib-words-&crackdict-version;.gz          \
     137                         /usr/share/dict/cracklib-words.gz    &amp;&amp;
     138gunzip -v                /usr/share/dict/cracklib-words.gz    &amp;&amp;
     139ln -v -sf cracklib-words /usr/share/dict/words                &amp;&amp;
     140echo $(hostname) >>      /usr/share/dict/cracklib-extra-words &amp;&amp;
     141install -v -m755 -d      /lib/cracklib                        &amp;&amp;
     142create-cracklib-dict     /usr/share/dict/cracklib-words        \
     143                         /usr/share/dict/cracklib-extra-words</userinput></screen>
    144144
    145145    <para>If desired, check the proper operation of the library as an
     
    229229      <?dbhtml list-presentation="table"?>
    230230
     231      <varlistentry id="cracklib-check">
     232        <term><command>cracklib-check</command></term>
     233        <listitem>
     234          <para>is used to determine if a password is strong.</para>
     235          <indexterm zone="cracklib cracklib-check">
     236            <primary sortas="b-cracklib-check">cracklib-check</primary>
     237          </indexterm>
     238        </listitem>
     239      </varlistentry>
     240
    231241      <varlistentry id="create-cracklib-dict">
    232242        <term><command>create-cracklib-dict</command></term>
Note: See TracChangeset for help on using the changeset viewer.