Changeset 7a1d9607


Ignore:
Timestamp:
06/13/2015 09:33:43 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:
8cde5230
Parents:
8ac16b1
Message:

Update to elfutils-0.162.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/elfutils.xml

    r8ac16b1 r7a1d9607  
    88          "https://fedorahosted.org/releases/e/l/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2">
    99  <!ENTITY elfutils-download-ftp  " ">
    10   <!ENTITY elfutils-md5sum        "e1b9847c9a6a1ad340de8d47a863ec52">
    11   <!ENTITY elfutils-size          "5.3 MB">
    12   <!ENTITY elfutils-buildsize     "94 MB (additional 3 MB for the tests)">
    13   <!ENTITY elfutils-time          "0.8 SBU (additional 0.2 SBU for the tests)">
     10  <!ENTITY elfutils-md5sum        "9334cbcc0df7669b7bf07cf7fc3ad52c">
     11  <!ENTITY elfutils-size          "5.8 MB">
     12  <!ENTITY elfutils-buildsize     "103 MB (with tests)">
     13  <!ENTITY elfutils-time          "0.9 SBU (with tests)">
    1414]>
    1515
     
    8686
    8787<!-- don't disable static libs, disable-static switch doesn't work anyways -->
    88 <screen><userinput>sed -e '/*runp =/,+2d'                           \
    89     -e '/runp +=/s/r.*;/*runp++ = '\0';/'        \
    90     -i libelf/elf_begin.c                        &amp;&amp;
    91 
    92 ./configure --prefix=/usr --program-prefix="eu-" &amp;&amp;
     88<screen><userinput>./configure --prefix=/usr --program-prefix="eu-" &amp;&amp;
    9389make</userinput></screen>
    94 
     90<!--
    9591    <para>
    9692      If you wish to run the test suite, first fix it to skip two failing tests:
     
    9995<screen><userinput>sed -i '/srcdir/ iexit 77\n'         \
    10096       tests/run-backtrace-native.sh \
    101        tests/run-backtrace-native-core.sh</userinput></screen>
     97       tests/run-backtrace-native-core.sh</userinput></screen>-->
    10298
    10399    <para>
     
    117113
    118114    <para>
    119       <command>sed ... libelf/elf_begin.c</command>: This command fixes a
    120       potiential vulnerability identified upstream.
    121     </para>
    122 
    123     <para>
    124       <parameter>--program-prefix="eu-"</parameter>: This switch renames installed
    125       programs to avoid conflict with <application>Binutils</application> programs
    126       installed in LFS.
     115      <parameter>--program-prefix="eu-"</parameter>: This switch renames
     116      installed programs to avoid conflict with
     117      <application>Binutils</application> programs installed in LFS.
    127118    </para>
    128119
  • introduction/welcome/changelog.xml

    r8ac16b1 r7a1d9607  
    4848      <para>June 13th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to elfutils-0.162. Fixes
     52          <ulink url="&blfs-ticket-root;6597">#6597</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Update to openssl-1.0.2c. Fixes
  • packages.ent

    r8ac16b1 r7a1d9607  
    253253<!ENTITY dejagnu-version              "1.5.3">
    254254<!ENTITY doxygen-version              "1.8.9.1">
    255 <!ENTITY elfutils-version             "0.161">
     255<!ENTITY elfutils-version             "0.162">
    256256<!ENTITY expect-version               "5.45">
    257257<!ENTITY gcc-version                  "5.1.0">
Note: See TracChangeset for help on using the changeset viewer.