Ignore:
Timestamp:
12/30/2011 02:05:57 AM (12 years ago)
Author:
Ken Moffat <ken@…>
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:
9fe22c9
Parents:
3a12cb8
Message:

Update to icu4c_4_8_8_1 - fixes CVE-2011-4599.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/icu.xml

    r3a12cb8 ra8e7b725  
    55  %general-entities;
    66
    7   <!ENTITY icu-download-http "http://download.icu-project.org/files/icu4c/&icu-version;/icu4c-4_2_1-src.tgz">
     7  <!ENTITY icu-download-http "http://download.icu-project.org/files/icu4c/&icu-version;/icu4c-4_8_1_1-src.tgz">
    88  <!ENTITY icu-download-ftp  " ">
    9   <!ENTITY icu-md5sum        "e3738abd0d3ce1870dc1fd1f22bba5b1">
    10   <!ENTITY icu-size          "12.6 MB">
    11   <!ENTITY icu-buildsize     "227 MB">
    12   <!ENTITY icu-time          "3.6 SBU">
     9  <!ENTITY icu-md5sum        "ea93970a0275be6b42f56953cd332c17">
     10  <!ENTITY icu-size          "18 MB">
     11  <!ENTITY icu-buildsize     "245 MB (+ 20MB if running the testsuite)">
     12  <!ENTITY icu-time          "2.2 SBU (+ 2.6 SBU if running the testsuite)">
    1313]>
    1414
     
    3535    gives applications the same results on all platforms.</para>
    3636
    37     &lfs67_checked;
     37    &lfs70_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6161    <bridgehead renderas="sect3">ICU Dependencies</bridgehead>
    6262
     63    <!-- Commenting this because the layout sample (only thing using these) isn't
     64    built by default, the instructions in the readme.html are not correct (make
     65    all doesn't build it), and running it requires non-standard fonts
    6366    <bridgehead renderas="sect4">Optional (To build the sample code)</bridgehead>
    6467    <para role="optional"><xref linkend="cairo"/>,
     
    6669    <xref linkend="libgnomeui"/></para>
    6770    <para>See readme.txt under the source/samples directory for further
    68     details.</para>
     71    details.</para> -->
    6972
    7073    <para condition="html" role="usernotes">User Notes:
     
    8083
    8184<screen><userinput>cd source &amp;&amp;
    82 chmod +x runConfigureICU configure install-sh &amp;&amp;
     85<!-- chmod +x runConfigureICU configure install-sh &amp;&amp; -->
    8386./runConfigureICU Linux --prefix=/usr &amp;&amp;
    8487make</userinput></screen>
    8588
    86     <para>To test the results, issue: <command>make check</command>.</para>
     89    <para>On at least x86_64, the testsuite ends with a segmentation fault, and
     90    therefore reports an error in cintltest and ends in error. If you nevertheless
     91    wish to test the results, issue: <command>make check</command>.</para>
    8792
    8893    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    102107      <seglistitem>
    103108        <seg>derb, genbrk, gencfu, gencnval, genctd, genrb, icu-config,
    104         makeconv, pkgdata, uconv, genccode, gencmn, gensprep, genuca, and
    105         icupkg</seg>
     109        makeconv, pkgdata, and uconv</seg>
    106110        <seg>libicudata.so, libicui18n.so, libicuio.so, libicule.so,
    107111        libiculx.so, libicutu.so, and libicuuc.so</seg>
     
    217221      </varlistentry>
    218222
    219       <varlistentry id="genccode">
     223      <!--<varlistentry id="genccode">
    220224        <term><command>genccode</command></term>
    221225        <listitem>
     
    267271          </indexterm>
    268272        </listitem>
    269       </varlistentry>
     273      </varlistentry>-->
    270274
    271275      <varlistentry id="libicudata">
Note: See TracChangeset for help on using the changeset viewer.