Changeset 5f4181d


Ignore:
Timestamp:
02/14/2010 12:58:42 AM (14 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:
f84589b
Parents:
448dfb7
Message:

Updated to CrackLib-2.8.15

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r448dfb7 r5f4181d  
    7676<!ENTITY ca-bundle-version            "20090409">
    7777<!ENTITY gnutls-version               "2.8.5">
    78 <!ENTITY cracklib-version             "2.8.13">
     78<!ENTITY cracklib-version             "2.8.15">
    7979<!ENTITY linux-pam-version            "1.1.0">
    8080<!ENTITY shadow-version               "4.1.4.2">
  • introduction/welcome/changelog.xml

    r448dfb7 r5f4181d  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to CrackLib-2.8.15.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to OpenSSL-0.9.8l.</para>
    4952        </listitem>
  • postlfs/security/cracklib.xml

    r448dfb7 r5f4181d  
    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        "5beb4c6b3c31c83fc98c4c225b25cd94">
    10   <!ENTITY cracklib-size          "593 KB">
    11   <!ENTITY cracklib-buildsize     "29 MB">
    12   <!ENTITY cracklib-time          "0.2 SBU">
     9  <!ENTITY cracklib-md5sum        "dd745f3daad5d4efa9b0c89d32042c33">
     10  <!ENTITY cracklib-size          "615 KB">
     11  <!ENTITY cracklib-buildsize     "24 MB">
     12  <!ENTITY cracklib-time          "0.1 SBU">
    1313
    1414  <!ENTITY crackdict-version      "20080507">
     
    3838    library used to enforce strong passwords by comparing user selected
    3939    passwords to words in chosen word lists.</para>
     40
     41    &lfs65_checked;
    4042
    4143    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    132134<screen role="root"><userinput>make install &amp;&amp;
    133135mv -v /usr/lib/libcrack.so.2* /lib &amp;&amp;
    134 ln -v -sf ../../lib/libcrack.so.2.8.0 /usr/lib/libcrack.so</userinput></screen>
     136ln -v -sf ../../lib/libcrack.so.2.8.1 /usr/lib/libcrack.so</userinput></screen>
    135137
    136138    <para>Issue the following commands as the
     
    178180
    179181    <para><command>mv -v /usr/lib/libcrack.so.2* /lib</command> and
    180     <command>ln -v -sf ../../lib/libcrack.so.2.8.0 ...</command>: These two
    181     commands move the <filename class='libraryfile'>libcrack.so.2.8.0</filename>
     182    <command>ln -v -sf ../../lib/libcrack.so.2.8.1 ...</command>: These two
     183    commands move the <filename class='libraryfile'>libcrack.so.2.8.1</filename>
    182184    library and associated symlink from
    183185    <filename class='directory'>/usr/lib</filename> to
Note: See TracChangeset for help on using the changeset viewer.