Ignore:
Timestamp:
10/06/2014 08:04:51 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ae5ad236
Parents:
5618cdc
Message:

Update to cracklib-2.9.2.
Update to bluez-5.24.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cracklib.xml

    r5618cdc r806e763  
    77  <!ENTITY cracklib-download-http "&sourceforge-repo;/cracklib/cracklib-&cracklib-version;.tar.gz">
    88  <!ENTITY cracklib-download-ftp  " ">
    9   <!ENTITY cracklib-md5sum        "90536219c520add2ceb3c26f0d7da404">
    10   <!ENTITY cracklib-size          "624 KB">
    11   <!ENTITY cracklib-buildsize     "24 MB">
    12   <!ENTITY cracklib-time          "0.1 SBU">
     9  <!ENTITY cracklib-md5sum        "559072fdfc095cdb763c4de3471a889e">
     10  <!ENTITY cracklib-size          "612 KB">
     11  <!ENTITY cracklib-buildsize     "29 MB">
     12  <!ENTITY cracklib-time          "less than 0.1 SBU">
    1313
    1414  <!ENTITY crackdict-version      "20080507">
     
    115115    commands:</para>
    116116
    117 <screen><userinput>./configure --prefix=/usr \
    118             --with-default-dict=/lib/cracklib/pw_dict \
    119             --disable-static &amp;&amp;
     117<screen><userinput>sed -i '/skipping/d' util/packer.c &amp;&amp;
     118
     119./configure --prefix=/usr    \
     120            --disable-static \
     121            --with-default-dict=/lib/cracklib/pw_dict &amp;&amp;
    120122make</userinput></screen>
    121123
    122124    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    123125
    124 <screen role="root"><userinput>make install &amp;&amp;
     126<screen role="root"><userinput>make install                      &amp;&amp;
    125127mv -v /usr/lib/libcrack.so.* /lib &amp;&amp;
    126128ln -sfv ../../lib/$(readlink /usr/lib/libcrack.so) /usr/lib/libcrack.so</userinput></screen>
     
    134136    to the <command>create-cracklib-dict</command> command.</para>
    135137
    136 <screen role="root"><userinput>install -v -m644 -D    ../cracklib-words-&crackdict-version;.gz           \
     138<screen role="root"><userinput>install -v -m644 -D    ../cracklib-words-&crackdict-version;.gz \
    137139                         /usr/share/dict/cracklib-words.gz     &amp;&amp;
     140
    138141gunzip -v                /usr/share/dict/cracklib-words.gz     &amp;&amp;
    139142ln -v -sf cracklib-words /usr/share/dict/words                 &amp;&amp;
    140143echo $(hostname) >>      /usr/share/dict/cracklib-extra-words  &amp;&amp;
    141144install -v -m755 -d      /lib/cracklib                         &amp;&amp;
    142 create-cracklib-dict     /usr/share/dict/cracklib-words        \
     145
     146create-cracklib-dict     /usr/share/dict/cracklib-words \
    143147                         /usr/share/dict/cracklib-extra-words</userinput></screen>
    144148
     
    164168    <title>Command Explanations</title>
    165169
     170    <para><command>sed -i '/skipping/d' util/packer.c</command>:
     171    Remove a meaningless warning.</para>
     172
    166173    <para><parameter>--with-default-dict=/lib/cracklib/pw_dict</parameter>:
    167174    This parameter forces the installation of the
Note: See TracChangeset for help on using the changeset viewer.