Changeset a4c24de


Ignore:
Timestamp:
10/16/2018 06:03:22 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
6201485
Parents:
e65320b
Message:

Update to exo-0.12.3.
Update to xorg-server-1.20.2.
Update to ICU-63.1.
Remove some obsolete options in lvm2 instructions.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/icu.xml

    re65320b ra4c24de  
    88           "http://download.icu-project.org/files/icu4c/&icu-version;/icu4c-&icu-dl-version;-src.tgz">
    99  <!ENTITY icu-download-ftp  " ">
    10   <!ENTITY icu-md5sum        "490ad9d920158e0314e10ba74ae9a150">
     10  <!ENTITY icu-md5sum        "9e40f6055294284df958200e308bce50">
    1111  <!ENTITY icu-size          "23 MB">
    12   <!ENTITY icu-buildsize     "331 MB (add 33 MB for tests)">
    13   <!ENTITY icu-time          "2.4 SBU (add 1.7 SBU for tests)">
     12  <!ENTITY icu-buildsize     "297 MB (add 35 MB for tests)">
     13  <!ENTITY icu-time          "0.5 SBU (add 1.6 SBU for tests)">
    1414]>
    1515
  • introduction/welcome/changelog.xml

    re65320b ra4c24de  
    4343-->
    4444    <listitem>
    45       <para>October 13th, 2018</para>
     45      <para>October 16th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to exo-0.12.3. Fixes
     49          <ulink url="&blfs-ticket-root;11253">#11253</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to xorg-server-1.20.2. Fixes
     53          <ulink url="&blfs-ticket-root;11252">#11252</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to ICU-63.1. Fixes
     57          <ulink url="&blfs-ticket-root;11251">#11251</ulink>.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
     61
     62    <listitem>
     63      <para>October 15th, 2018</para>
    4664      <itemizedlist>
    4765        <listitem>
  • packages.ent

    re65320b ra4c24de  
    110110<!ENTITY gsl-version                  "2.5">
    111111
    112 <!ENTITY icu-major                    "62">
     112<!ENTITY icu-major                    "63">
    113113<!ENTITY icu-minor                    "1">
    114114<!ENTITY icu-patch                    "0">
     
    554554<!ENTITY xcb-util-wm-version          "0.4.1">
    555555<!ENTITY xcb-util-cursor-version      "0.1.3">
    556 <!ENTITY xorg-server-version          "1.20.1">
     556<!ENTITY xorg-server-version          "1.20.2">
    557557<!ENTITY twm-version                  "1.0.10">
    558558<!ENTITY xterm-version                "337">
     
    652652<!ENTITY xfconf-version               "4.12.1">
    653653<!ENTITY libxfce4ui-version           "4.12.1">
    654 <!ENTITY exo-version                  "0.12.2">
     654<!ENTITY exo-version                  "0.12.3">
    655655<!ENTITY garcon-version               "0.6.1">
    656656<!ENTITY gtk-xfce-engine-version      "3.2.0">
  • postlfs/filesystems/lvm2.xml

    re65320b ra4c24de  
    151151./configure --prefix=/usr       \
    152152            --exec-prefix=      \
    153             --enable-applib     \
    154153            --enable-cmdlib     \
    155154            --enable-pkgconfig  \
     
    164163            --exec-prefix=      \
    165164            --with-confdir=/etc \
    166             --enable-applib     \
    167165            --enable-cmdlib     \
    168166            --enable-pkgconfig  \
     
    252250
    253251    <para>
    254       <parameter>--enable-applib</parameter>: This switch enables
    255       building of the shared application library.
    256     </para>
    257 
    258     <para>
    259252      <parameter>--enable-cmdlib</parameter>: This switch enables
    260253      building of the shared command library. It is required
     
    276269      building of the <application>Device Mapper</application>
    277270      event daemon.
    278     </para>
    279 
    280     <para>
    281       <option>--enable-lvmetad</option>: This switch enables
    282       building of the <application>LVM</application> metadata daemon,
    283       which avoids scanning all the filesystems when an lvm command is
    284       run.
    285271    </para>
    286272
     
    298284        <seg>
    299285          blkdeactivate, dmeventd (optional), dmsetup, fsadm, lvm, lvmconf,
    300           lvmdump, and lvmetad (optional). There are also
     286          and lvmdump. There are also
    301287          numerous symbolic links to lvm that implement specific
    302288          functionalities
     
    410396      </varlistentry>
    411397
    412       <varlistentry id="lvmetad">
    413         <term><command>lvmetad</command></term>
    414         <listitem>
    415           <para>
    416             (optional) is the LVM metadata daemon.
    417           </para>
    418           <indexterm zone="lvm2 lvmetad">
    419             <primary sortas="b-lvmetad">lvmetad</primary>
    420           </indexterm>
    421         </listitem>
    422       </varlistentry>
    423 
    424398      <varlistentry id="vgimportclone">
    425399        <term><command>vgimportclone</command></term>
  • x/installing/xorg-server.xml

    re65320b ra4c24de  
    77  <!ENTITY xorg-server-download-http "&xorg-download-http;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    88  <!ENTITY xorg-server-download-ftp  "&xorg-download-ftp;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    9   <!ENTITY xorg-server-md5sum        "e525846d1d0af5732ba835f2e2ec066d">
    10   <!ENTITY xorg-server-size          "5.8 MB">
    11   <!ENTITY xorg-server-buildsize     "426 MB">
    12   <!-- don't mention the tests, people will think they take a long time instead of seconds -->
    13   <!ENTITY xorg-server-time          "1.0 SBU (using parallelism=4)">
     9  <!ENTITY xorg-server-md5sum        "e9853601de22454c8d36ca3425e65ce3">
     10  <!ENTITY xorg-server-size          "5.9 MB">
     11  <!ENTITY xorg-server-buildsize     "255 MB (with tests)">
     12  <!ENTITY xorg-server-time          "2.1 SBU (using parallelism=4; with tests)">
    1413]>
    1514
  • xfce/core/exo.xml

    re65320b ra4c24de  
    88           "http://archive.xfce.org/src/xfce/exo/0.12/exo-&exo-version;.tar.bz2">
    99  <!ENTITY exo-download-ftp  " ">
    10   <!ENTITY exo-md5sum        "15b66320dd89e04fbd07a47f1c4b1cb1">
    11   <!ENTITY exo-size          "1.3 MB">
    12   <!ENTITY exo-buildsize     "25 MB (with tests)">
    13   <!ENTITY exo-time          "0.3 SBU (with tests)">
     10  <!ENTITY exo-md5sum        "da934c5939f2ee4540f5d48991053f01">
     11  <!ENTITY exo-size          "1.2 MB">
     12  <!ENTITY exo-buildsize     "26 MB (with tests)">
     13  <!ENTITY exo-time          "0.4 SBU (with tests)">
    1414]>
    1515
Note: See TracChangeset for help on using the changeset viewer.