Changeset f22a317


Ignore:
Timestamp:
04/28/2024 03:12:12 AM (2 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
lazarus, trunk
Children:
c34c7221
Parents:
87e81412
Message:

Update to valgrind-3.23.0.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/valgrind.xml

    r87e81412 rf22a317  
    77  <!ENTITY valgrind-download-http "https://sourceware.org/pub/valgrind/valgrind-&valgrind-version;.tar.bz2">
    88  <!ENTITY valgrind-download-ftp  " ">
    9   <!ENTITY valgrind-md5sum        "38ea14f567efa09687a822b33b4d9d60">
     9  <!ENTITY valgrind-md5sum        "c59775fcbfa82fcce796843d0aaa7538">
    1010  <!ENTITY valgrind-size          "16 MB">
    11   <!ENTITY valgrind-buildsize     "390 MB (add 66 MB for tests)">
    12   <!ENTITY valgrind-time          "0.5 SBU (add 6.8 SBU for tests; both using parallelism=4)">
     11  <!ENTITY valgrind-buildsize     "392 MB (add 68 MB for tests)">
     12  <!ENTITY valgrind-time          "0.5 SBU (add 7.2 SBU for tests; both using parallelism=4)">
    1313]>
    1414
     
    6969      </listitem>
    7070    </itemizedlist>
    71 
     71<!--
    7272    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7373    <itemizedlist spacing="compact">
     
    7979      </listitem>
    8080    </itemizedlist>
    81 
     81-->
    8282    <bridgehead renderas="sect3">Valgrind Dependencies</bridgehead>
    8383
     
    100100  <sect2 role="installation">
    101101    <title>Installation of Valgrind</title>
    102 
     102<!--
    103103    <para>
    104104      First, make several changes that are required for Valgrind to function on
     
    107107
    108108<screen><userinput remap="pre">patch -Np1 -i ../valgrind-&valgrind-version;-upstream_fixes-1.patch</userinput></screen>
    109 
     109-->
    110110    <para>
    111111      Install <application>Valgrind</application> by running the following
  • introduction/welcome/changelog.xml

    r87e81412 rf22a317  
    4242      <para>April 27th, 2024</para>
    4343      <itemizedlist>
     44       <listitem>
     45          <para>[bdubbs] - Update to valgrind-3.23.0. Fixes
     46          <ulink url="&blfs-ticket-root;19727">#19727</ulink>.</para>
     47        </listitem>
    4448       <listitem>
    4549          <para>[bdubbs] - Update to libarchive-3.7.4. Fixes
  • packages.ent

    r87e81412 rf22a317  
    380380<!ENTITY vala-major-version           "0.56">  <!-- even minors only -->
    381381<!ENTITY vala-version                 "&vala-major-version;.17">
    382 <!ENTITY valgrind-version             "3.22.0">
     382<!ENTITY valgrind-version             "3.23.0">
    383383<!ENTITY yasm-version                 "1.3.0">
    384384
  • x/lib/qtwebengine.xml

    r87e81412 rf22a317  
    208208
    209209cmake -D CMAKE_MESSAGE_LOG_LEVEL=STATUS             \
    210       -D QT_FEATURE_webengine_system_ffmpeg=OFF      \
     210      -D QT_FEATURE_webengine_system_ffmpeg=OFF     \
    211211      -D QT_FEATURE_webengine_system_icu=ON         \
    212212      -D QT_FEATURE_webengine_system_libevent=ON    \
Note: See TracChangeset for help on using the changeset viewer.