Changeset 8f1699f2 for postlfs


Ignore:
Timestamp:
01/25/2013 01:36:11 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
8bf11809
Parents:
5a464e4d
Message:

Some package updates (see changelog) and minor fixes to other packages' pages.

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

Location:
postlfs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/ed.xml

    r5a464e4d r8f1699f2  
    77  <!ENTITY ed-download-http "http://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.gz">
    88  <!ENTITY ed-download-ftp  "ftp://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.gz">
    9   <!ENTITY ed-md5sum        "9a78593decccaa889523aa4bb555ed4b">
    10   <!ENTITY ed-size          "92 KB">
    11   <!ENTITY ed-buildsize     "140 MB">
     9  <!ENTITY ed-md5sum        "0aa4e2428e325203d0d7c3e86c961b1c">
     10  <!ENTITY ed-size          "88 KB">
     11  <!ENTITY ed-buildsize     "1.4 MB">
    1212  <!ENTITY ed-time          "less than 0.1 SBU">
    1313]>
     
    8383  </sect2>
    8484
    85   <sect2 role="commands">
    86     <title>Command Explanations</title>
    87 
    88     <para><parameter>--bindir=/bin</parameter>: This parameter places the
    89     <command>ed</command> binary into the root filesystem.</para>
    90 
    91   </sect2>
    92 
    9385  <sect2 role="content">
    9486    <title>Contents</title>
     
    9688    <segmentedlist>
    9789      <segtitle>Installed Programs</segtitle>
    98       <segtitle>Installed Libraries</segtitle>
    99       <segtitle>Installed Directories</segtitle>
    10090
    10191      <seglistitem>
    10292        <seg>ed and red</seg>
    103         <seg>None</seg>
    104         <seg>None</seg>
    10593      </seglistitem>
    10694    </segmentedlist>
  • postlfs/security/cracklib.xml

    r5a464e4d r8f1699f2  
    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        "ca0ec168d9c6466612204e8dfb2df8a9">
    10   <!ENTITY cracklib-size          "604 KB">
    11   <!ENTITY cracklib-buildsize     "29 MB">
     9  <!ENTITY cracklib-md5sum        "463177b5c29c7a598c991e12a4898e06">
     10  <!ENTITY cracklib-size          "620 KB">
     11  <!ENTITY cracklib-buildsize     "5.2 MB">
    1212  <!ENTITY cracklib-time          "less than 0.1 SBU">
    1313
     
    6464
    6565    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    66     <itemizedlist spacing='compact'>
     66    <itemizedlist spacing="compact">
    6767      <listitem>
    6868        <para>Recommended word list for English-speaking countries (size:
     
    100100
    101101    <bridgehead renderas="sect4">Optional</bridgehead>
    102     <para role="optional"><xref linkend="python2"/></para>
     102    <para role="optional">
     103      <xref linkend="python2"/>
     104    </para>
    103105
    104106    <para condition="html" role="usernotes">User Notes:
    105     <ulink url="&blfs-wiki;/cracklib"/></para>
    106 
     107      <ulink url="&blfs-wiki;/cracklib"/>
     108    </para>
    107109  </sect2>
    108110
     
    114116
    115117<screen><userinput>./configure --prefix=/usr \
    116             --with-default-dict=/lib/cracklib/pw_dict &amp;&amp;
     118            --with-default-dict=/lib/cracklib/pw_dict \
     119            --disable-static &amp;&amp;
    117120make</userinput></screen>
    118121
     
    128131    dictionary. Other word lists (text based, one word per line) can also be
    129132    used by simply installing them into
    130     <filename class='directory'>/usr/share/dict</filename> and adding them
     133    <filename class="directory">/usr/share/dict</filename> and adding them
    131134    to the <command>create-cracklib-dict</command> command.</para>
    132135
     
    164167    This parameter forces the installation of the
    165168    <application>CrackLib</application> dictionary to the
    166     <filename class='directory'>/lib</filename> hierarchy.</para>
     169    <filename class="directory">/lib</filename> hierarchy.</para>
     170
     171    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     172      href="../../xincludes/static-libraries.xml"/>
    167173
    168174    <para><command>mv -v /usr/lib/libcrack.so.2* /lib</command> and
    169175    <command>ln -v -sf ../../lib/libcrack.so.2.8.1 ...</command>: These two
    170     commands move the <filename class='libraryfile'>libcrack.so.2.8.1</filename>
     176    commands move the <filename class="libraryfile">libcrack.so.2.8.1</filename>
    171177    library and associated symlink from
    172     <filename class='directory'>/usr/lib</filename> to
    173     <filename class='directory'>/lib</filename>, then recreates the
    174     <filename class='symlink'>/usr/lib/libcrack.so</filename> symlink pointing
     178    <filename class="directory">/usr/lib</filename> to
     179    <filename class="directory">/lib</filename>, then recreates the
     180    <filename class="symlink">/usr/lib/libcrack.so</filename> symlink pointing
    175181    to the relocated file.</para>
    176182
    177183    <para><command>install -v -m644 -D ...</command>: This command creates the
    178     <filename class='directory'>/usr/share/dict</filename> directory (if it
     184    <filename class="directory">/usr/share/dict</filename> directory (if it
    179185    doesn't already exist) and installs the compressed word list there.</para>
    180186
     
    211217        cracklib-unpacker and create-cracklib-dict</seg>
    212218
    213         <seg>libcrack.so and the _cracklibmodule.{so,a}
     219        <seg>libcrack.so and the _cracklibmodule.so
    214220          <application>Python</application> module</seg>
    215221       
     
    235241
    236242      <varlistentry id="libcrack">
    237         <term><filename class='libraryfile'>libcrack.so</filename></term>
     243        <term><filename class="libraryfile">libcrack.so</filename></term>
    238244        <listitem>
    239245          <para>provides a fast dictionary lookup method for strong
Note: See TracChangeset for help on using the changeset viewer.