Ignore:
Timestamp:
03/27/2021 09:55:25 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
5505c45
Parents:
cceceaaf
Message:

Update to valgrind-3.17.0
Update to lxml-4.6.3 (Python Module - Security Update)
Update to nettle-3.7.2 (Security Update)
Update to Thunar-4.16.6
Update to cairo-1.17.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/valgrind.xml

    rcceceaaf ra2ce753  
    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        "d1b153f1ab17cf1f311705e7a83ef589">
     9  <!ENTITY valgrind-md5sum        "afe11b5572c3121a781433b7c0ab741b">
    1010  <!ENTITY valgrind-size          "16 MB">
    11   <!ENTITY valgrind-buildsize     "615 MB (add 100 MB for tests)">
    12   <!ENTITY valgrind-time          "0.6 SBU (Using parallelism=4; add 7.7 SBU for tests)">
     11  <!ENTITY valgrind-buildsize     "629 MB (add 103 MB for tests)">
     12  <!ENTITY valgrind-time          "0.5 SBU (Using parallelism=4; add 7.9 SBU for tests)">
    1313]>
    1414
     
    120120<screen><userinput remap="pre">patch -Np1 -i ../valgrind-&valgrind-version;-gcc_10-fixes-1.patch</userinput></screen>
    121121-->
     122<!-- Not needed with 3.17.0
    122123    <para>
    123124      First, adapt the tests to glibc-2.33:
     
    125126
    126127<screen><userinput remap="pre">sed -i 's/arm64/amd64/' gdbserver_tests/nlcontrolc.vgtest</userinput></screen>
     128-->
    127129
    128130    <para>
     
    195197    <segmentedlist>
    196198      <segtitle>Installed Programs</segtitle>
    197       <segtitle>Installed Library</segtitle>
     199      <segtitle>Installed Libraries</segtitle>
    198200      <segtitle>Installed Directories</segtitle>
    199201
     
    212214        </seg>
    213215        <seg>
     216           <!-- Moved to /usr/lib/valgrind in 3.17.0
    214217          libcoregrind-&lt;Arch&gt;-linux.a,
    215218          libgcc-sup-&lt;Arch&gt;-linux.a,
     
    224227          vgpreload_memcheck-&lt;Arch&gt;-linux.so, where
    225228          &lt;Arch&gt; is x86 or amd64
     229          -->
     230          None
    226231        </seg>
    227232        <seg>
Note: See TracChangeset for help on using the changeset viewer.