Changeset 29dbd37


Ignore:
Timestamp:
10/15/2015 11:12:09 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
d915944
Parents:
a4632635
Message:

Update to valgrind-3.11.0.
Update to Archive-Zip-1.53 (perl module).
Update to cogl-1.22.0.
Update to libtasn1-4.7.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra4632635 r29dbd37  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     3<!ENTITY day          "15">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 14th &year;">
     9<!ENTITY releasedate  "October 15th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libtasn1.xml

    ra4632635 r29dbd37  
    77  <!ENTITY libtasn1-download-http "http://ftp.gnu.org/gnu/libtasn1/libtasn1-&libtasn1-version;.tar.gz">
    88  <!ENTITY libtasn1-download-ftp  "ftp://ftp.gnu.org/gnu/libtasn1/libtasn1-&libtasn1-version;.tar.gz">
    9   <!ENTITY libtasn1-md5sum        "454a7f80362f38bd2335b6e9d95f57a6">
     9  <!ENTITY libtasn1-md5sum        "12d10ca4ae0a3b95f7aa06a076da39ec">
    1010  <!ENTITY libtasn1-size          "1.8 MB">
    11   <!ENTITY libtasn1-buildsize     "12 MB (with tests)">
    12   <!ENTITY libtasn1-time          "0.2 SBU (with tests)">
     11  <!ENTITY libtasn1-buildsize     "11 MB (with tests)">
     12  <!ENTITY libtasn1-time          "0.3 SBU (with tests)">
    1313]>
    1414
  • general/prog/perl-modules.xml

    ra4632635 r29dbd37  
    88
    99  <!ENTITY Archive-Zip-download-http "http://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz">
    10   <!ENTITY Archive-Zip-md5sum "c68f1db2c340456845ac29e26ae2b45a">
     10  <!ENTITY Archive-Zip-md5sum "44830965095d3ab66beff48eddb1c478">
    1111
    1212  <!ENTITY autovivification-download-http "http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-&autovivification-version;.tar.gz">
  • general/prog/valgrind.xml

    ra4632635 r29dbd37  
    77  <!ENTITY valgrind-download-http "http://valgrind.org/downloads/valgrind-&valgrind-version;.tar.bz2">
    88  <!ENTITY valgrind-download-ftp  " ">
    9   <!ENTITY valgrind-md5sum        "60ddae962bc79e7c95cfc4667245707f">
     9  <!ENTITY valgrind-md5sum        "4ea62074da73ae82e0162d6550d3f129">
    1010  <!ENTITY valgrind-size          "10.5 MB">
    11   <!ENTITY valgrind-buildsize     "401 MB and an additional 20 MB for tests">
    12   <!ENTITY valgrind-time          "1.1 SBU and an additional 4.7 SBU for tests">
     11  <!ENTITY valgrind-buildsize     "343 MB (additional 228 MB for tests)">
     12  <!ENTITY valgrind-time          "1.2 SBU (additional 5.1 SBU for tests)">
    1313]>
    1414
     
    7474    </itemizedlist>
    7575
    76 <!-- Replaced by a sed
    77    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    78     <itemizedlist spacing="compact">
    79       <listitem>
    80         <para>
    81           Required patch:
    82           <ulink
    83             url="&patch-root;/valgrind-&valgrind-version;-glibc_2.21-1.patch"/>
    84         </para>
    85       </listitem>
    86     </itemizedlist>
    87 -->
    8876    <bridgehead renderas="sect3">Valgrind Dependencies</bridgehead>
    8977
     
    11098    <title>Installation of Valgrind</title>
    11199
    112 <!--
    113     <para>
    114       First apply the following patch for allowing the
    115       <command>configure</command> script to use glibc-2.21:
    116     </para>
    117 
    118 <screen><userinput>patch -Np1 -i ../valgrind-&valgrind-version;-glibc_2.21-1.patch</userinput></screen>
    119 -->
    120100    <para>
    121101      Install <application>Valgrind</application> by running the following
     
    123103    </para>
    124104
    125 <screen><userinput>sed -e 's#|3.\*#&amp;|4.\*#'     \
    126     -e 's/-mt//g'            \
    127     -e 's/2\.20)/2.2[0-9])/' \
    128     -i configure             &amp;&amp;
    129 sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
     105<screen><userinput>sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
    130106
    131107./configure --prefix=/usr \
     
    154130  <sect2 role="commands">
    155131    <title>Command Explanations</title>
    156 
    157     <para>
    158       <command>sed -e ... configure</command>: The first expression fixes an
    159       issue that prevents Valgrind from compiling on systems with a linux-4.x
    160       based kernel, the second expression fixes the configure script to
    161       find newer versions of Boost, and the last one fixes an issue that
    162       prevents compilation with glibc versions greater than 2.20.
    163     </para>
    164132
    165133    <para>
     
    195163          libreplacemalloc_toolpreload-&lt;Arch&gt;-linux.a,
    196164          libvex-&lt;Arch&gt;-linux.a,
     165          libvexmultiarch-amd64-linux.a,
    197166          vgpreload_core-&lt;Arch&gt;-linux.so,
    198167          vgpreload_drd-&lt;Arch&gt;-linux.so,
     
    202171          vgpreload_massif-&lt;Arch&gt;-linux.so, and
    203172          vgpreload_memcheck-&lt;Arch&gt;-linux.so, where
    204           &lt;Arch&gt;=x86, amd64
     173          &lt;Arch&gt; is x86 or amd64
    205174        </seg>
    206175        <seg>
  • introduction/welcome/changelog.xml

    ra4632635 r29dbd37  
    4646
    4747    <listitem>
     48      <para>October 15th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to valgrind-3.11.0. Fixes
     52          <ulink url="&blfs-ticket-root;6973">#6973</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to Archive-Zip-1.53 (perl module). Fixes
     56          <ulink url="&blfs-ticket-root;6957">#6957</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[bdubbs] - Update to cogl-1.22.0. Fixes
     60          <ulink url="&blfs-ticket-root;6943">#6943</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[bdubbs] - Update to libtasn1-4.7. Fixes
     64          <ulink url="&blfs-ticket-root;6933">#6933</ulink>.</para>
     65        </listitem>
     66      </itemizedlist>
     67    </listitem>
     68
     69    <listitem>
    4870      <para>October 14th, 2015</para>
    4971      <itemizedlist>
  • packages.ent

    ra4632635 r29dbd37  
    281281<!ENTITY vala-major-version           "0.28">  <!-- even minors only -->
    282282<!ENTITY vala-version                 "&vala-major-version;.1">
    283 <!ENTITY valgrind-version             "3.10.1">
     283<!ENTITY valgrind-version             "3.11.0">
    284284<!ENTITY yasm-version                 "1.3.0">
    285285
     
    294294<!-- Perl module versions used in the Perl Modules instructions -->
    295295<!ENTITY autovivification-version     "0.16">
    296 <!ENTITY Archive-Zip-version          "1.50">
     296<!ENTITY Archive-Zip-version          "1.53">
    297297<!ENTITY Business-ISBN-version        "2.09">
    298298<!ENTITY Business-ISMN-version        "1.13">
     
    463463<!ENTITY cairo-version                "1.14.2">
    464464<!ENTITY cairomm-version              "1.12.0">
    465 <!ENTITY cogl-version                 "1.20.0">
     465<!ENTITY cogl-version                 "1.22.0">
    466466<!ENTITY clutter-version              "1.22.4">
    467467<!ENTITY clutter-gst-version          "3.0.10">
  • x/lib/cogl.xml

    ra4632635 r29dbd37  
    77  <!ENTITY cogl-download-http "&gnome-download-http;/cogl/1.20/cogl-&cogl-version;.tar.xz">
    88  <!ENTITY cogl-download-ftp  "&gnome-download-ftp;/cogl/1.20/cogl-&cogl-version;.tar.xz">
    9   <!ENTITY cogl-md5sum        "5b28897194d9ff76a574a9493d1f7ee0">
     9  <!ENTITY cogl-md5sum        "ab684ec96848d79d22757fb3064820c8">
    1010  <!ENTITY cogl-size          "1.6 MB">
    11   <!ENTITY cogl-buildsize     "60 MB">
    12   <!ENTITY cogl-time          "1.2 SBU">
     11  <!ENTITY cogl-buildsize     "59 MB">
     12  <!ENTITY cogl-time          "0.5 SBU (additional 0.8 SBU for tests)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.