Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cracklib.xml

    r97b8038 r3f2db3a6  
    99  <!ENTITY cracklib-download-http "&cracklib-url;/v&cracklib-version;/cracklib-&cracklib-version;.tar.bz2">
    1010  <!ENTITY cracklib-download-ftp  " ">
    11   <!ENTITY cracklib-md5sum        "0d68de25332cee5660850528a385427f">
    12   <!ENTITY cracklib-size          "592 KB">
    13   <!ENTITY cracklib-buildsize     "4.2 MB">
    14   <!ENTITY cracklib-time          "less than 0.1 SBU">
     11  <!ENTITY cracklib-md5sum        "a242301bad13421476db8eecbbc9536a">
     12  <!ENTITY cracklib-size          "600 KB">
     13  <!ENTITY cracklib-buildsize     "6.7 MB">
     14  <!ENTITY cracklib-time          "0.1 SBU">
    1515
    1616  <!ENTITY crackdict-download     "&cracklib-url;/v&cracklib-version;/cracklib-words-&cracklib-version;.bz2">
     
    2222  <?dbhtml filename="cracklib.html"?>
    2323
    24   <sect1info>
    25     <date>$Date$</date>
    26   </sect1info>
    2724
    2825  <title>CrackLib-&cracklib-version;</title>
     
    4138    </para>
    4239
    43     &lfs110a_checked;
     40    &lfs112_checked;
    4441
    4542    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9087    <para>
    9188      There are additional word lists available for download, e.g., from
    92       <ulink url="http://www.cotse.com/tools/wordlists.htm"/>.
     89      <ulink url="https://wiki.skullsecurity.org/index.php/Passwords"/>.
    9390      <application>CrackLib</application> can utilize as many, or as few word
    9491      lists you choose to install.
     
    133130    </para>
    134131
    135 <screen><userinput>sed -i '/skipping/d' util/packer.c &amp;&amp;
    136 
    137 sed -i '15209 s/.*/am_cv_python_version=&python3-majorver;/' configure &amp;&amp;
    138 
    139 PYTHON=python3 CPPFLAGS=-I/usr/include/python&python3-majorver; \
     132<screen><userinput>autoreconf -fiv &amp;&amp;
     133
     134PYTHON=python3               \
    140135./configure --prefix=/usr    \
    141136            --disable-static \
     
    201196
    202197    <para>
     198      <command>autoreconf -fiv</command>: The configure script shipped with
     199      the package is too old to get the right version string of Python
     200      3.10 or later. This command regenerates it with a more recent version
     201      of autotools, which fixes the issue.
     202    </para>
     203
     204    <para>
    203205      <envar>PYTHON=python3</envar>: This forces the installation of
    204206      python bindings for Python 3, even if Python 2 is installed.
    205207    </para>
    206 
     208    <!-- fixed by autoreconf
    207209    <para>
    208210      <envar>CPPFLAGS=-I/usr/include/python&python3-majorver;</envar>:
     
    210212      headers.
    211213    </para>
    212 
     214    -->
    213215    <para>
    214216      <parameter>--with-default-dict=/lib/cracklib/pw_dict</parameter>:
     
    220222    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    221223      href="../../xincludes/static-libraries.xml"/>
    222 
    223     <!-- FIXME: No longer needed with merged-/usr configuration
    224     <para>
    225       <command>mv -v /usr/lib/libcrack.so.2* /lib</command> and
    226       <command>ln -v -sf ../../lib/libcrack.so.2.9.0 ...</command>: These two
    227       commands move the <filename
    228       class="libraryfile">libcrack.so.2.9.0</filename>
    229       library and associated symlink from
    230       <filename class="directory">/usr/lib</filename> to
    231       <filename class="directory">/lib</filename>, then recreates the
    232       <filename class="symlink">/usr/lib/libcrack.so</filename> symlink
    233       pointing to the relocated file.
    234     </para>
    235     -->
    236224
    237225    <para>
Note: See TracChangeset for help on using the changeset viewer.