Changeset 73fe507 for postlfs


Ignore:
Timestamp:
07/25/2015 04:05:00 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
6a633e28
Parents:
428191d
Message:
  • More short descriptions and fixes, thanks to Denis Mugnier.
  • Update to LVM2.2.02.126. URL changed to a directory with all past releases.
  • Update to mdadm-3.3.3.
  • Update to vsftpd-3.0.3.

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

Location:
postlfs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/lvm2.xml

    r428191d r73fe507  
    66
    77  <!ENTITY lvm2-download-http " ">
    8   <!ENTITY lvm2-download-ftp  "ftp://sources.redhat.com/pub/lvm2/LVM2.&lvm2-version;.tgz">
    9   <!ENTITY lvm2-md5sum        "2d24ba982c8a85e8c837210f087a6a51">
    10   <!ENTITY lvm2-size          "1.7 MB">
    11   <!ENTITY lvm2-buildsize     "24 MB (additional 12 MB to run the test suite)">
    12   <!ENTITY lvm2-time          "0.3 SBU (additional 2.7 SBU to run the test suite)">
     8  <!ENTITY lvm2-download-ftp  "ftp://sources.redhat.com/pub/lvm2/releases/LVM2.&lvm2-version;.tgz">
     9  <!ENTITY lvm2-md5sum        "38cd1953b62bd256c9e924adee01e995">
     10  <!ENTITY lvm2-size          "1.8 MB">
     11  <!ENTITY lvm2-buildsize     "32 MB (42 MB with the test suite)">
     12  <!ENTITY lvm2-time          "0.4 SBU (9.7 SBU with the test suite)">
    1313]>
    1414
     
    255255        <listitem>
    256256          <para>
    257             is an utility used to resize or check filesystem on a device.
     257            is a utility used to resize or check filesystem on a device.
    258258          </para>
    259259          <indexterm zone="lvm2 fsadm">
  • postlfs/filesystems/mdadm.xml

    r428191d r73fe507  
    77  <!ENTITY mdadm-download-http "&kernel;linux/utils/raid/mdadm/mdadm-&mdadm-version;.tar.xz">
    88  <!ENTITY mdadm-download-ftp " ">
    9   <!ENTITY mdadm-md5sum        "44698d351501cac6a89072dc877eb220">
    10   <!ENTITY mdadm-size          "402 KB">
    11   <!ENTITY mdadm-buildsize     "8.3 MB">
    12   <!ENTITY mdadm-time          "less than 0.1 SBU">
     9  <!ENTITY mdadm-md5sum        "dabd5ce70f3fff340cad7c18e4a062ab">
     10  <!ENTITY mdadm-size          "404 KB">
     11  <!ENTITY mdadm-buildsize     "8.6 MB (with tests)">
     12  <!ENTITY mdadm-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
     
    3333    tools for software RAID.</para>
    3434
    35     &lfs77_checked; &gcc5_built;
     35    &lfs77_checked; &gcc5_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8888    <title>Installation of mdadm</title>
    8989
    90     <para>
    91       First, fix problems introduced by <application>&gcc-490;</application>
    92       and <application>gcc-5</application>:
    93     </para>
    94 
    95 <screen><userinput>sed -i 's/Wall -Werror/Wall/' Makefile &amp;&amp;
    96 sed -i 's/\(^inline\)/static \1/' bitmap.c</userinput></screen>
    97 
    9890    <para>Install <application>mdadm</application> by running the following
    9991    commands:</para>
     
    10496    RAID and that a version of mdadm is not already running, and issue:
    10597    <command>make test</command> and then, as the
    106     <systemitem class="username">root</systemitem> user: ./test</para>
     98    <systemitem class="username">root</systemitem> user: ./test. Some tests may
     99    fail, depending on the enabled kernel options.</para>
    107100
    108101    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • postlfs/security/mitkrb.xml

    r428191d r73fe507  
    515515      <?dbhtml list-presentation="table"?>
    516516
     517      <varlistentry id="gss-client">
     518        <term><command>gss-client</command></term>
     519        <listitem>
     520          <para>
     521            is a GSSAPI test client.
     522          </para>
     523          <indexterm zone="mitkrb gss-client">
     524            <primary sortas="b-gss-client">gss-client</primary>
     525          </indexterm>
     526        </listitem>
     527      </varlistentry>
     528
     529      <varlistentry id="gss-server">
     530        <term><command>gss-server</command></term>
     531        <listitem>
     532          <para>
     533            is a GSSAPI test server.
     534          </para>
     535          <indexterm zone="mitkrb gss-server">
     536            <primary sortas="b-gss-server">gss-server</primary>
     537          </indexterm>
     538        </listitem>
     539      </varlistentry>
     540
    517541      <varlistentry id="k5srvutil">
    518542        <term><command>k5srvutil</command></term>
     
    531555        <listitem>
    532556          <para>
    533             is an utility used to make modifications
     557            is a utility used to make modifications
    534558            to the Kerberos database.
    535559          </para>
     
    549573          <indexterm zone="mitkrb kadmind">
    550574            <primary sortas="b-kadmind">kadmind</primary>
     575          </indexterm>
     576        </listitem>
     577      </varlistentry>
     578
     579      <varlistentry id="kdb5_ldap_util">
     580        <term><command>kdb5_ldap_util (optional)</command></term>
     581        <listitem>
     582          <para>
     583            allows an administrator to manage realms, Kerberos services
     584            and ticket policies.
     585          </para>
     586          <indexterm zone="mitkrb kdb5_ldap_util">
     587            <primary sortas="b-kdb5_ldap_util">kdb5_ldap_util</primary>
    551588          </indexterm>
    552589        </listitem>
     
    642679      </varlistentry>
    643680
     681      <varlistentry id="kproplog">
     682        <term><command>kproplog</command></term>
     683        <listitem>
     684          <para>
     685            displays the contents of the KDC database update log to standard
     686            output.
     687          </para>
     688          <indexterm zone="mitkrb kproplog">
     689            <primary sortas="b-kproplog">kproplog</primary>
     690          </indexterm>
     691        </listitem>
     692      </varlistentry>
     693
    644694      <varlistentry id="krb5-config-prog2">
    645695        <term><command>krb5-config</command></term>
     
    663713          <indexterm zone="mitkrb krb5kdc">
    664714            <primary sortas="b-krb5kdc">krb5kdc</primary>
     715          </indexterm>
     716        </listitem>
     717      </varlistentry>
     718
     719      <varlistentry id="krb-send-pr">
     720        <term><command>krb-send-pr</command></term>
     721        <listitem>
     722          <para>
     723            send problem report (PR) to a central support site.
     724          </para>
     725          <indexterm zone="mitkrb krb-send-pr">
     726            <primary sortas="b-krb-send-pr">krb-send-pr</primary>
    665727          </indexterm>
    666728        </listitem>
     
    735797      </varlistentry>
    736798
     799      <varlistentry id="sim_client">
     800        <term><command>sim_client</command></term>
     801        <listitem>
     802          <para>
     803            is a simple UDP-based sample client program, for
     804            demonstration.
     805          </para>
     806          <indexterm zone="mitkrb sim_client">
     807            <primary sortas="b-sim_client">sim_client</primary>
     808          </indexterm>
     809        </listitem>
     810      </varlistentry>
     811
     812      <varlistentry id="sim_server">
     813        <term><command>sim_server</command></term>
     814        <listitem>
     815          <para>
     816            is a simple UDP-based server application, for
     817            demonstration.
     818          </para>
     819          <indexterm zone="mitkrb sim_server">
     820            <primary sortas="b-sim_server">sim_server</primary>
     821          </indexterm>
     822        </listitem>
     823      </varlistentry>
     824
    737825      <varlistentry id="sserver">
    738826        <term><command>sserver</command></term>
     
    746834        </listitem>
    747835      </varlistentry>
     836
     837      <varlistentry id="uuclient">
     838        <term><command>uuclient</command></term>
     839        <listitem>
     840          <para>
     841            is an another sample client.
     842          </para>
     843          <indexterm zone="mitkrb uuclient">
     844            <primary sortas="b-uuclient">uuclient</primary>
     845          </indexterm>
     846        </listitem>
     847      </varlistentry>
     848
     849      <varlistentry id="uuserver">
     850        <term><command>uuserver</command></term>
     851        <listitem>
     852          <para>
     853            is an another sample server.
     854          </para>
     855          <indexterm zone="mitkrb uuserver">
     856            <primary sortas="b-uuserver">uuserver</primary>
     857          </indexterm>
     858        </listitem>
     859      </varlistentry>
     860
    748861
    749862      <varlistentry id="libgssapi_krb5">
Note: See TracChangeset for help on using the changeset viewer.