Changeset d30b7e7


Ignore:
Timestamp:
10/14/2018 07:36:46 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
f326e42
Parents:
0b35eeb
Message:

Update to valgrind-3.14.0.
Update to subversion-1.10.3.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    r0b35eeb rd30b7e7  
    77  <!ENTITY subversion-download-http "https://archive.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
    88  <!ENTITY subversion-download-ftp  " ">
    9   <!ENTITY subversion-md5sum        "e05fb3b25b1599b395ecc36d5ef1a145">
     9  <!ENTITY subversion-md5sum        "34b493f22988956af2e2e8fdb2ad0151">
    1010  <!ENTITY subversion-size          "8.0 MB">
    1111  <!-- for 1.10.0
    1212       make javahl: 0.3 SBU 22 MB;
    1313       swig-pl swig-py and swig-rb: 1.2 SBU 95 MB -->
    14   <!ENTITY subversion-buildsize     "167 MB (add 117 MB for bindings, 24 MB for docs, 1.0 GB for tests)">
    15   <!ENTITY subversion-time          "0.4 SBU (Using parallelism=4; add 1.5 SBU for bindings, 22 SBU for tests)">
     14  <!ENTITY subversion-buildsize     "172 MB (add 117 MB for bindings, 24 MB for docs, 1.0 GB for tests)">
     15  <!ENTITY subversion-time          "0.5 SBU (Using parallelism=4; add 1.5 SBU for bindings, 5.5 SBU for tests)">
    1616]>
    1717
  • general/prog/valgrind.xml

    r0b35eeb rd30b7e7  
    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        "817dd08f1e8a66336b9ff206400a5369">
    10   <!ENTITY valgrind-size          "14 MB">
    11   <!ENTITY valgrind-buildsize     "347 MB (additional 228 MB for tests)">
    12   <!ENTITY valgrind-time          "1.1 SBU (additional 5.1 SBU for tests)">
     9  <!ENTITY valgrind-md5sum        "74175426afa280184b62591b58c671b3">
     10  <!ENTITY valgrind-size          "16 MB">
     11  <!ENTITY valgrind-buildsize     "414 MB (add 70 MB for tests)">
     12  <!ENTITY valgrind-time          "0.5 SBU (Using parallelism=4; add 11 SBU for tests)">
    1313]>
    1414
     
    100100    <title>Installation of Valgrind</title>
    101101
    102 <!-- Fix applied upstream, remove in valgrind 1.14-->
    103     <para>
    104       First, fix a bug, which has been exposed by glibc-2.26:
    105     </para>
    106 
    107 <screen><userinput>sed -i '1904s/4/5/' coregrind/m_syswrap/syswrap-linux.c</userinput></screen>
    108 
    109102    <para>
    110103      Install <application>Valgrind</application> by running the following
     
    127120    </para>
    128121
    129 <!-- For valgrind-3.12.0, the pth_cond_destroy_busy test hangs forever because
    130      of some change in glibc-2.25. Should be fixed in next versions of
    131      valgrind.-->
    132122<screen><userinput>sed -e 's@prereq:.*@prereq: false@' \
    133123    -i {helgrind,drd}/tests/pth_cond_destroy_busy.vgtest</userinput></screen>
     
    163153      <command>sed -i ... docs/Makefile.in </command>: This sed provides for
    164154      installing the documentation in a versioned directory.
     155    </para>
     156
     157    <para>
     158      <option>--enable-lto=yes</option>: This option allows building Valgrind
     159      with LTO (link time optimization).  This produces a smaller/faster
     160      Valgrind (up to 10%), but build time increases to about 5.5 SBU.
    165161    </para>
    166162
  • introduction/welcome/changelog.xml

    r0b35eeb rd30b7e7  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to valgrind-3.14.0. Fixes
     49          <ulink url="&blfs-ticket-root;11234">#11234</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to subversion-1.10.3. Fixes
     53          <ulink url="&blfs-ticket-root;11233">#11233</ulink>.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
     59      <para>October 13th, 2018</para>
     60      <itemizedlist>
     61        <listitem>
    4862          <para>[bdubbs] - Update to Mako-1.0.7 (Python Module). Fixes
    4963          <ulink url="&blfs-ticket-root;11243">#11243</ulink>.</para>
  • packages.ent

    r0b35eeb rd30b7e7  
    340340<!ENTITY scons-version                "3.0.0">
    341341<!ENTITY slang-version                "2.3.2">
    342 <!ENTITY subversion-version           "1.10.2">
     342<!ENTITY subversion-version           "1.10.3">
    343343<!ENTITY swig-version                 "3.0.12">
    344344<!ENTITY tcl-version                  "8.6.8">
     
    346346<!ENTITY vala-major-version           "0.42">  <!-- even minors only -->
    347347<!ENTITY vala-version                 "&vala-major-version;.2">
    348 <!ENTITY valgrind-version             "3.13.0">
     348<!ENTITY valgrind-version             "3.14.0">
    349349<!ENTITY yasm-version                 "1.3.0">
    350350
Note: See TracChangeset for help on using the changeset viewer.