Changeset dbcebcf for general


Ignore:
Timestamp:
01/13/2016 04:25:50 PM (8 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.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:
57bcce9
Parents:
ed4a7a2
Message:
  • Update to harfbuzz-1.1.3.
  • Update to elfutils-0.165.
  • Update to samba-4.3.4.
  • Move libunique-1.1.6 to "9. General Libraries".
  • Add libunique-1.1.6 as optional dependency to Midori-0.5.11 (built with gtk+2).

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

Location:
general
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    red4a7a2 rdbcebcf  
    9090  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libstatgrab.xml"/>
    9191  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libtasn1.xml"/>
     92  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libunique.xml"/>
    9293  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libunistring.xml"/>
    9394  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libusb.xml"/>
  • general/graphlib/harfbuzz.xml

    red4a7a2 rdbcebcf  
    88           "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2">
    99  <!ENTITY harfbuzz-download-ftp  " ">
    10   <!ENTITY harfbuzz-md5sum        "e6210d3cfd4064d95621fc16913268ed">
    11   <!ENTITY harfbuzz-size          "1.2 MB">
     10  <!ENTITY harfbuzz-md5sum        "671daf05153d57258e5cb992aa28c64a">
     11  <!ENTITY harfbuzz-size          "1.3 MB">
    1212  <!ENTITY harfbuzz-buildsize     "53 MB (with tests)">
    1313  <!ENTITY harfbuzz-time          "0.4 SBU (with tests)">
  • general/prog/elfutils.xml

    red4a7a2 rdbcebcf  
    88          "https://fedorahosted.org/releases/e/l/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2">
    99  <!ENTITY elfutils-download-ftp  " ">
    10   <!ENTITY elfutils-md5sum        "2e4536c1c48034f188a80789a59114d8">
    11   <!ENTITY elfutils-size          "5.8 MB">
    12   <!ENTITY elfutils-buildsize     "103 MB (with tests)">
    13   <!ENTITY elfutils-time          "0.8 SBU (with tests)">
     10  <!ENTITY elfutils-md5sum        "c37fdbe18e848002b451562cba964679">
     11  <!ENTITY elfutils-size          "6.2 MB">
     12  <!ENTITY elfutils-buildsize     "107 MB (with tests)">
     13  <!ENTITY elfutils-time          "1 SBU (with tests)">
    1414]>
    1515
     
    142142      <seglistitem>
    143143        <seg>
    144           eu-addr2line, eu-ar, eu-elfcmp, eu-elflint, eu-findtextrel, eu-ld,
    145           eu-make-debug-archive, eu-nm, eu-objdump, eu-ranlib, eu-readelf,
    146           eu-size, eu-stack, eu-strings, eu-strip, and eu-unstrip
     144          eu-addr2line, eu-ar, eu-elfcmp, eu-elfcompress, eu-elflint,
     145          eu-findtextrel, eu-ld, eu-make-debug-archive, eu-nm, eu-objdump,
     146          eu-ranlib, eu-readelf, eu-size, eu-stack, eu-strings, eu-strip, and
     147          eu-unstrip
    147148        </seg>
    148149        <seg>
     
    198199      </varlistentry>
    199200
     201      <varlistentry id="eu-elfcompress">
     202        <term><command>eu-elfcompress</command></term>
     203        <listitem>
     204          <para>
     205            compress or decompress sections in an ELF file.
     206          </para>
     207          <indexterm zone="elfutils eu-elfcompress">
     208            <primary sortas="b-eu-elfcompress">eu-elfcompress</primary>
     209          </indexterm>
     210        </listitem>
     211      </varlistentry>
     212
    200213      <varlistentry id="eu-elflint">
    201214        <term><command>eu-elflint</command></term>
Note: See TracChangeset for help on using the changeset viewer.