Changeset 73fe507


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

Files:
21 edited

Legend:

Unmodified
Added
Removed
  • archive/blueman.xml

    r428191d r73fe507  
    171171        <listitem>
    172172          <para>
    173             is an utility used to set adapter properties.
     173            is a utility used to set adapter properties.
    174174          </para>
    175175          <indexterm zone="blueman blueman-adapters">
  • archive/hdwids.xml

    r428191d r73fe507  
    146146        <listitem>
    147147          <para>
    148             is an utility for displaying information about all USB buses
     148            is a utility for displaying information about all USB buses
    149149            in the system and all devices connected to them.
    150150          </para>
  • archive/id3lib.xml

    r428191d r73fe507  
    153153        <term><command>id3tag</command></term>
    154154        <listitem>
    155           <para>is an utility for editing ID3v1/v2 tags.</para>
     155          <para>is a utility for editing ID3v1/v2 tags.</para>
    156156          <indexterm zone="id3lib id3tag">
    157157            <primary sortas="b-id3tag">id3tag</primary>
  • general.ent

    r428191d r73fe507  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "24">                   <!-- Always 2 digits -->
     3<!ENTITY day          "25">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 24th &year;">
     9<!ENTITY releasedate  "July 25th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genutils/unixodbc.xml

    r428191d r73fe507  
    224224        <listitem>
    225225          <para>
    226             is an utility which can be used to submit SQL to a data source and
     226            is a utility which can be used to submit SQL to a data source and
    227227            to format/output results. It can be used in batch or interactive
    228228            mode.
     
    264264        <listitem>
    265265          <para>
    266             is an utility created for install script/RPM writers. It is a
     266            is a utility created for install script/RPM writers. It is a
    267267            command line interface to key functionality in the
    268268            <filename class='libraryfile'>libodbcinst</filename> library. It does
     
    280280        <listitem>
    281281          <para>
    282             is an utility which attempts to check whether an ODBC driver
     282            is a utility which attempts to check whether an ODBC driver
    283283            was built with 32-bit or 64-bit SQLLEN types.
    284284          </para>
  • general/graphlib/exiv2.xml

    r428191d r73fe507  
    7070      </listitem>
    7171    </itemizedlist>
     72
     73    <bridgehead renderas="sect3">Exiv2 dependencies</bridgehead>
    7274
    7375    <bridgehead renderas="sect4">Recommended</bridgehead>
     
    184186        <listitem>
    185187          <para>
    186             is an utility used to dump Exif data.
     188            is a utility used to dump Exif data.
    187189          </para>
    188190          <indexterm zone="exiv2 exiv2-prog">
  • general/sysutils/hdparm.xml

    r428191d r73fe507  
    3131
    3232    <para>
    33       The <application>Hdparm</application> package contains an utility that
     33      The <application>Hdparm</application> package contains a utility that
    3434      is useful for controlling ATA/IDE controllers and hard drives both to
    3535      increase performance and sometimes to increase stability.
  • general/sysutils/pciutils.xml

    r428191d r73fe507  
    175175        <listitem>
    176176          <para>
    177             is an utility for displaying information about all PCI buses
     177            is a utility for displaying information about all PCI buses
    178178            in the system and all devices connected to them.
    179179          </para>
     
    188188        <listitem>
    189189          <para>
    190             is an utility for querying and configuring PCI devices.
     190            is a utility for querying and configuring PCI devices.
    191191          </para>
    192192          <indexterm zone="pciutils setpci">
  • general/sysutils/usbutils.xml

    r428191d r73fe507  
    181181        <listitem>
    182182          <para>
    183             is an utility for displaying information about all USB buses
     183            is a utility for displaying information about all USB buses
    184184            in the system and all devices connected to them, but not in human
    185185            friendly form.
  • introduction/welcome/changelog.xml

    r428191d r73fe507  
    4545-->
    4646
    47     <listitem>
    48       <para>July 24th, 2015</para>
    49       <itemizedlist>
    50         <listitem>
    51           <para>[fernando] - Add automoc4-0.9.88 as required dependency for
    52           kdelibs-4.14.9.</para>
    53         </listitem>
    54         <listitem>
    55           <para>[fernando] - Update to cmake-3.3.0. Fixes
    56           <ulink url="&blfs-ticket-root;6748">#6748</ulink>.</para>
    57         </listitem>
    58       </itemizedlist>
    59     </listitem>
    60     <listitem>
     47      <listitem>
     48        <para>July 25th, 2015</para>
     49        <itemizedlist>
     50          <listitem>
     51            <para>[fernando] - Update to vsftpd-3.0.3. Fixes
     52            <ulink url="&blfs-ticket-root;6753">#6753</ulink>.</para>
     53          </listitem>
     54          <listitem>
     55            <para>[fernando] - Update to mdadm-3.3.3. Fixes
     56            <ulink url="&blfs-ticket-root;6751">#6751</ulink>.</para>
     57          </listitem>
     58          <listitem>
     59            <para>[fernando] - Update to LVM2.2.02.126. Fixes
     60            <ulink url="&blfs-ticket-root;6750">#6750</ulink>.</para>
     61          </listitem>
     62          <listitem>
     63            <para>[fernando] - More short descriptions and fixes, thanks to
     64            Denis Mugnier. Fixes
     65            <ulink url="&blfs-ticket-root;6749">#6749</ulink>.</para>
     66          </listitem>
     67        </itemizedlist>
     68      </listitem>
     69
     70      <listitem>
     71        <para>July 24th, 2015</para>
     72        <itemizedlist>
     73          <listitem>
     74            <para>[fernando] - Add automoc4-0.9.88 as required dependency for
     75            kdelibs-4.14.9.</para>
     76          </listitem>
     77          <listitem>
     78            <para>[fernando] - Update to cmake-3.3.0. Fixes
     79            <ulink url="&blfs-ticket-root;6748">#6748</ulink>.</para>
     80          </listitem>
     81        </itemizedlist>
     82      </listitem>
     83
     84      <listitem>
    6185      <para>July 23rd, 2015</para>
    6286      <itemizedlist>
     
    415439        <listitem>
    416440          <para>[bdubbs] -  Update kde5 apps kate, kdenlive, kmix, and
    417           konsole to verion 15.04.3.  Fixes
     441          konsole to version 15.04.3.  Fixes
    418442          <ulink url="&blfs-ticket-root;6689">#6689</ulink>.</para>
    419443        </listitem>
  • lxqt/desktop/lxqt-common.xml

    r428191d r73fe507  
    126126    <para>
    127127      If you have installed recommended dependencies, run the following
    128       commandsas <systemitem class="username">root</systemitem> user:
     128      commands as <systemitem class="username">root</systemitem> user:
    129129    </para>
    130130
  • lxqt/desktop/lxqt-config.xml

    r428191d r73fe507  
    194194          <para>
    195195            is the <application>LXQt</application> program used to configure
    196             input devices (e.g. mouse speed, cursor, keyboard speed, keuboard
     196            input devices (e.g. mouse speed, cursor, keyboard speed, keyboard
    197197            layout).
    198198          </para>
  • lxqt/desktop/lxqt-session.xml

    r428191d r73fe507  
    168168        <listitem>
    169169          <para>
    170             is a graphical dialoge to terminate the session.
     170            is a graphical dialog to terminate the session.
    171171          </para>
    172172          <indexterm zone="lxqt-session lxqt-leave-prog">
  • networking/mailnews/re-alpine.xml

    r428191d r73fe507  
    196196        <term><command>rpdump</command></term>
    197197        <listitem>
    198           <para>is an utility for downloading a pinerc or address book to the
     198          <para>is a utility for downloading a pinerc or address book to the
    199199          local machine.</para>
    200200          <indexterm zone="re-alpine rpdump">
     
    207207        <term><command>rpload</command></term>
    208208        <listitem>
    209           <para> is an utility for uploading a local pinerc or address book to
     209          <para> is a utility for uploading a local pinerc or address book to
    210210          an IMAP server.</para>
    211211          <indexterm zone="re-alpine rpload">
  • networking/netprogs/ntp.xml

    r428191d r73fe507  
    335335        <term><command>ntpq</command></term>
    336336        <listitem>
    337           <para>is an utility program used to monitor <command>ntpd</command>
     337          <para>is a utility program used to monitor <command>ntpd</command>
    338338          operations and determine performance.</para>
    339339          <indexterm zone="ntp ntpq">
  • packages.ent

    r428191d r73fe507  
    4343<!ENTITY fuse-version                 "2.9.4">
    4444<!ENTITY jfsutils-version             "1.1.15">
    45 <!ENTITY lvm2-version                 "2.02.125">
    46 <!ENTITY mdadm-version                "3.3.2">
     45<!ENTITY lvm2-version                 "2.02.126">
     46<!ENTITY mdadm-version                "3.3.3">
    4747<!ENTITY ntfs-3g-version              "2015.3.14">
    4848<!ENTITY gptfdisk-version             "1.0.0">
     
    406406<!ENTITY apache-version               "2.4.16">
    407407<!ENTITY proftpd-version              "1.3.5a">
    408 <!ENTITY vsftpd-version               "3.0.2">
     408<!ENTITY vsftpd-version               "3.0.3">
    409409
    410410<!-- Chapter 21 -->
  • 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">
  • server/major/vsftpd.xml

    r428191d r73fe507  
    77  <!ENTITY vsftpd-download-http "https://security.appspot.com/downloads/vsftpd-&vsftpd-version;.tar.gz">
    88  <!ENTITY vsftpd-download-ftp  " ">
    9   <!ENTITY vsftpd-md5sum        "8b00c749719089401315bd3c44dddbb2">
     9  <!ENTITY vsftpd-md5sum        "da119d084bd3f98664636ea05b5bb398">
    1010  <!ENTITY vsftpd-size          "196 KB">
    11   <!ENTITY vsftpd-buildsize     "1.8 MB">
     11  <!ENTITY vsftpd-buildsize     "2 MB">
    1212  <!ENTITY vsftpd-time          "less than 0.1 SBU">
    1313  <!ENTITY vsftpd-empty         "/usr/share/vsftpd/empty">
  • x/lib/qt4.xml

    r428191d r73fe507  
    300300    </para>
    301301
    302     <para>To start, the upstream package is unusual in that it does not
    303     come in a direcctory, so we have to create one before unpacking the
    304     tarball.  After that, we need to make the package compatable with the
    305     latest version of gcc and use an included script to actually complete
    306     the build.  To do this, run the following instructions:</para>
     302    <para>To start, the upstream package is unusual in that it does not come
     303    in a directory, so we have to create one before unpacking the tarball.
     304    After that, we need to make the package compatable with the latest version
     305    of gcc and use an included script to actually complete the build.  To do
     306    this, run the following instructions:</para>
    307307
    308308<screen><userinput>mkdir qtwebkit-&wk-version; &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.