Ignore:
Timestamp:
05/28/2020 10:51:45 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
26cceda
Parents:
50182be
Message:

Update to babl-0.1.76
Update to Net::DNS-1.24 (Perl Module)
Update to valgrind-3.16.0
Update to poppler-0.89.0
Update to cryptsetup-2.3.3
Update to cmake-3.17.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/valgrind.xml

    r50182be r50cbddce  
    77  <!ENTITY valgrind-download-http "https://sourceware.org/ftp/valgrind/valgrind-&valgrind-version;.tar.bz2">
    88  <!ENTITY valgrind-download-ftp  "ftp://sourceware.org/pub/valgrind/valgrind-&valgrind-version;.tar.bz2">
    9   <!ENTITY valgrind-md5sum        "46e5fbdcbc3502a5976a317a0860a975">
    10   <!ENTITY valgrind-size          "19 MB">
    11   <!ENTITY valgrind-buildsize     "425 MB (add 70 MB for tests)">
    12   <!ENTITY valgrind-time          "0.6 SBU (Using parallelism=4; add 11 SBU for tests)">
     9  <!ENTITY valgrind-md5sum        "495b30af5e5ed62ebb9bb777ee19b27f">
     10  <!ENTITY valgrind-size          "16 MB">
     11  <!ENTITY valgrind-buildsize     "615 MB (add 100 MB for tests)">
     12  <!ENTITY valgrind-time          "0.5 SBU (Using parallelism=4; add 7.9 SBU for tests)">
    1313]>
    1414
     
    7474    </itemizedlist>
    7575
     76<!-- Not needed with 3.16.0
    7677    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7778    <itemizedlist spacing="compact">
     
    8384      </listitem>
    8485    </itemizedlist>
     86-->
    8587
    8688    <bridgehead renderas="sect3">Valgrind Dependencies</bridgehead>
     
    110112    <title>Installation of Valgrind</title>
    111113
     114<!-- Not needed with 3.16.0
    112115    <para>
    113116      First, adapt the tests to GCC-10, and fix the build:
     
    115118
    116119<screen><userinput remap="pre">patch -Np1 -i ../valgrind-&valgrind-version;-gcc_10-fixes-1.patch</userinput></screen>
     120-->
    117121
    118122    <para>
     
    202206        <seg>
    203207          libcoregrind-&lt;Arch&gt;-linux.a,
     208          libgcc-sup-&lt;Arch&gt;-linux.a,
    204209          libreplacemalloc_toolpreload-&lt;Arch&gt;-linux.a,
    205210          libvex-&lt;Arch&gt;-linux.a,
     
    208213          vgpreload_drd-&lt;Arch&gt;-linux.so,
    209214          vgpreload_exp-dhat-&lt;Arch&gt;-linux.so,
    210           vgpreload_exp-sgcheck-&lt;Arch&gt;-linux.so,
    211215          vgpreload_helgrind-&lt;Arch&gt;-linux.so,
    212216          vgpreload_massif-&lt;Arch&gt;-linux.so, and
     
    216220        <seg>
    217221          /usr/lib/valgrind,
     222          /usr/libexec/valgrind,
    218223          /usr/include/valgrind, and
    219224          /usr/share/doc/valgrind-&valgrind-version;
Note: See TracChangeset for help on using the changeset viewer.