Changeset 6eab593


Ignore:
Timestamp:
04/27/2004 08:51:44 AM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1afe6e92
Parents:
d2af3ad
Message:

applied DJ's cracklib update patch

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • index.xml

    rd2af3ad r6eab593  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "CVS-20040426">
    6 <!ENTITY releasedate "April 26th, 2004">
    7 <!ENTITY pubdate "2004-04-26">
     5<!ENTITY version "CVS-20040427">
     6<!ENTITY releasedate "April 27th, 2004">
     7<!ENTITY pubdate "2004-04-27">
    88<!ENTITY blfs-version "cvs">
    99
  • introduction/welcome/changelog.xml

    rd2af3ad r6eab593  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>April 27th, 2004 [igor]: Updated cracklib
     15instructions, submitted by DJ Lucas.</para></listitem>
    1316
    1417<listitem><para>April 26th, 2004 [igor]: Rolled back to
  • postlfs/security/cracklib.xml

    rd2af3ad r6eab593  
    55&cracklib-intro;
    66&cracklib-inst;
    7 &cracklib-exp;
    87&cracklib-desc;
    98
  • postlfs/security/cracklib/cracklib-inst.xml

    rd2af3ad r6eab593  
    1313<filename>/usr/share/dict/words</filename> as historically,
    1414<filename>words</filename> is the only file in the
    15 <filename class="directory">/usr/share/dict</filename> directory.  You are welcome to shun
    16 history and adjust for your own needs.</para>
     15<filename class="directory">/usr/share/dict</filename> directory.  You are
     16welcome to shun history and adjust for your own needs.</para>
    1717
    1818<para>Now install cracklib using the following commands:</para>
    1919
    20 <screen><userinput><command>patch -Np1 -i ../cracklib-&cracklib-version;-header-1.patch &amp;&amp;
    21 patch -Np1 -i ../cracklib-&cracklib-version;-missing-1.patch &amp;&amp;
    22 make DICTPATH=/usr/lib/cracklib_dict SRCDICTS=/usr/share/dict/words install &amp;&amp;
    23 install -m644 cracklib/libcrack.a /usr/lib &amp;&amp;
    24 install -m644 cracklib/crack.h /usr/include &amp;&amp;
    25 install -m754 util/{mkdict,packer,create_cracklib_dict} /usr/sbin</command></userinput></screen>
     20<screen><userinput><command>patch -Np1 -i ../cracklib,&cracklib-version;-blfs-2.patch &amp;&amp;
     21make install</command></userinput></screen>
    2622
    2723</sect2>
  • postlfs/security/cracklib/cracklib-intro.xml

    rd2af3ad r6eab593  
    2121<sect3><title>Additional downloads</title>
    2222
    23 <itemizedlist spacing='compact'>
    24 <listitem><para>Missing header patch:
    25 <ulink url="&patch-root;/cracklib-&cracklib-version;-header-1.patch"/></para></listitem>
    26 <listitem><para>Missing utility patch:
    27 <ulink url="&patch-root;/cracklib-&cracklib-version;-missing-1.patch"/></para></listitem>
    28 </itemizedlist>
     23<para>Cracklib BLFS patch:
     24<ulink url="&patch-root;/cracklib,&cracklib-version;-blfs-2.patch"/></para>
    2925
    3026<para>You will also need to download a wordlist for use with cracklib. 
     
    3531word list that you have at your disposal.</para>
    3632
    37 <para>cracklib: <ulink url="http://www.cotse.com/wordlists/cracklib"/></para>
    38 <para>allwords: <ulink url="http://www.cotse.com/wordlists/allwords"/></para>
     33<para>cracklib (&crackdict-size;): <ulink url="http://www.cotse.com/wordlists/cracklib"/></para>
     34<para>allwords (&alldict-size;): <ulink url="http://www.cotse.com/wordlists/allwords"/></para>
    3935
    4036</sect3>
  • postlfs/security/cracklib/cracklib.ent

    rd2af3ad r6eab593  
    1010<!ENTITY cracklib-buildsize "17 MB">
    1111<!ENTITY cracklib-time "0.10 SBU">
     12<!ENTITY crackdict-size "15.6MB">
     13<!ENTITY alldict-size "466KB">
    1214
Note: See TracChangeset for help on using the changeset viewer.