Changeset 0990e658


Ignore:
Timestamp:
11/01/2016 01:50:10 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
b2d0e3d
Parents:
b7ddce3
Message:

Update to valgrind-3.12.0.
Update to taglib-1.11.1.
Update to harfbuzz-1.3.3.
Update to postgresql-9.6.1.
Update to whois-5.2.13.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    rb7ddce3 r0990e658  
    88           "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2">
    99  <!ENTITY harfbuzz-download-ftp  " ">
    10   <!ENTITY harfbuzz-md5sum        "5986e1bfcd983d1f6caa53ef64c4abc5">
     10  <!ENTITY harfbuzz-md5sum        "97ae15a72a93f1f27324a2b8d9bd3b1d">
    1111  <!ENTITY harfbuzz-size          "1.3 MB">
    12   <!ENTITY harfbuzz-buildsize     "40 MB (with tests)">
     12  <!ENTITY harfbuzz-buildsize     "42 MB (with tests)">
    1313  <!ENTITY harfbuzz-time          "0.4 SBU (with tests)">
    1414]>
  • general/prog/valgrind.xml

    rb7ddce3 r0990e658  
    77  <!ENTITY valgrind-download-http "http://valgrind.org/downloads/valgrind-&valgrind-version;.tar.bz2">
    88  <!ENTITY valgrind-download-ftp  " ">
    9   <!ENTITY valgrind-md5sum        "4ea62074da73ae82e0162d6550d3f129">
    10   <!ENTITY valgrind-size          "10.5 MB">
    11   <!ENTITY valgrind-buildsize     "343 MB (additional 228 MB for tests)">
     9  <!ENTITY valgrind-md5sum        "6eb03c0c10ea917013a7622e483d61bb">
     10  <!ENTITY valgrind-size          "12 MB">
     11  <!ENTITY valgrind-buildsize     "344 MB (additional 228 MB for tests)">
    1212  <!ENTITY valgrind-time          "1.2 SBU (additional 5.1 SBU for tests)">
    1313]>
     
    7070        <para>
    7171          Estimated build time: &valgrind-time;
    72         </para>
    73       </listitem>
    74     </itemizedlist>
    75 
    76     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    77     <itemizedlist spacing="compact">
    78       <listitem>
    79         <para>
    80           Required patch:
    81           <ulink url="&patch-root;/valgrind-&valgrind-version;-upstream_fixes-1.patch"/>
    8272        </para>
    8373      </listitem>
     
    112102
    113103    <para>
    114       First, apply a patch that fixes problems with the test suite as well
    115       as with file closing.
    116     </para>
    117 
    118 <screen><userinput>patch -Np1 -i ../valgrind-3.11.0-upstream_fixes-1.patch</userinput></screen>
    119 
    120     <para>
    121104      Install <application>Valgrind</application> by running the following
    122105      commands:
     
    128111            --datadir=/usr/share/doc/valgrind-&valgrind-version; &amp;&amp;
    129112make</userinput></screen>
     113
     114    <note>
     115     <para>
     116       To run the tests for this package, valgrind requires a version of the
     117       /lib/ld-2.24.so (or later) library with debugging symbols present.
     118       Normally in LFS these debugging symbols are stripped at the end of
     119       Chapter 6. To get this library, glibc must be rebuilt with the current
     120       glibc version using the same compiler that was used to build LFS. The
     121       ld.so can then be renamed to ld-2.24.so.dbg and copied to /lib.
     122       Then a symlink needs to be changed:</para>
     123
     124<screen><userinput>ln -sfv ld-2.24.so.dbg /lib/ld-linux-x86-64.so.2</userinput></screen>
     125   
     126     <para>
     127       Adjust the above instruction as needed for a 32-bit system or for a
     128       different version of glibc.
     129     </para>
     130
     131     <para>
     132       In addition, other glibc libraries with debugging symbols present
     133       may be needed for some tests.
     134     </para>
     135    </note>
     136
    130137
    131138    <para>
  • introduction/welcome/changelog.xml

    rb7ddce3 r0990e658  
    4343    </listitem>
    4444-->
     45   
    4546    <listitem>
    4647      <para>October 31st, 2016</para>
    4748      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to valgrind-3.12.0. Fixes
     51          <ulink url="&blfs-ticket-root;8480">#8480</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[bdubbs] - Update to taglib-1.11.1. Fixes
     55          <ulink url="&blfs-ticket-root;8482">#8482</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[bdubbs] - Update to harfbuzz-1.3.3. Fixes
     59          <ulink url="&blfs-ticket-root;8479">#8479</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[bdubbs] - Update to postgresql-9.6.1. Fixes
     63          <ulink url="&blfs-ticket-root;8484">#8484</ulink>.</para>
     64        </listitem>
     65        <listitem>
     66          <para>[bdubbs] - Update to whois-5.2.13. Fixes
     67          <ulink url="&blfs-ticket-root;8489">#8489</ulink>.</para>
     68        </listitem>
    4869        <listitem>
    4970          <para>[ken] - Firefox-49.0.2 (CVE-2016-528{7,8}).  Fixes
  • multimedia/libdriv/taglib.xml

    rb7ddce3 r0990e658  
    88  <!ENTITY taglib-download-http "https://taglib.github.io/releases/taglib-&taglib-version;.tar.gz">
    99  <!ENTITY taglib-download-ftp  " ">
    10   <!ENTITY taglib-md5sum        "be39fa2054df40664cb557126ad7cf7c">
     10  <!ENTITY taglib-md5sum        "cee7be0ccfc892fa433d6c837df9522a">
    1111  <!ENTITY taglib-size          "1.2 MB">
    12   <!ENTITY taglib-buildsize     "11 MB">
     12  <!ENTITY taglib-buildsize     "9.4 MB">
    1313  <!ENTITY taglib-time          "0.4 SBU">
    1414]>
  • networking/netutils/whois.xml

    rb7ddce3 r0990e658  
    77  <!ENTITY whois-download-http "http://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.xz">
    88  <!ENTITY whois-download-ftp  "ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.xz">
    9   <!ENTITY whois-md5sum        "b8f1482827137788016a418cc1ae364b">
    10   <!ENTITY whois-size          "79 KB">
    11   <!ENTITY whois-buildsize     "1.7 MB">
     9  <!ENTITY whois-md5sum        "b39f3c004270b254806f6fb9e7783e44">
     10  <!ENTITY whois-size          "84 KB">
     11  <!ENTITY whois-buildsize     "1.2 MB">
    1212  <!ENTITY whois-time          "less than 0.1 SBU">
    1313]>
  • packages.ent

    rb7ddce3 r0990e658  
    180180<!ENTITY giflib-version               "5.1.4">
    181181<!ENTITY graphite2-version            "1.3.8">
    182 <!ENTITY harfbuzz-version             "1.3.2">
     182<!ENTITY harfbuzz-version             "1.3.3">
    183183<!ENTITY ijs-version                  "0.35">
    184184<!ENTITY jasper-version               "1.900.16">
     
    312312<!ENTITY vala-major-version           "0.34">  <!-- even minors only -->
    313313<!ENTITY vala-version                 "&vala-major-version;.1">
    314 <!ENTITY valgrind-version             "3.11.0">
     314<!ENTITY valgrind-version             "3.12.0">
    315315<!ENTITY yasm-version                 "1.3.0">
    316316
     
    411411<!ENTITY nmap-version                 "7.31">
    412412<!ENTITY traceroute-version           "2.1.0">
    413 <!ENTITY whois-version                "5.2.12">
     413<!ENTITY whois-version                "5.2.13">
    414414<!ENTITY wicd-version                 "1.7.4">
    415415<!ENTITY wireshark-version            "2.2.1">  <!-- even minors only -->
     
    468468<!ENTITY lmdb-version                 "0.9.18">
    469469<!ENTITY mariadb-version              "10.1.18">
    470 <!ENTITY postgresql-version           "9.6.0">
     470<!ENTITY postgresql-version           "9.6.1">
    471471<!ENTITY sqlite-version               "3.15.0">
    472472
     
    773773<!ENTITY speex-version                "1.2rc2">
    774774<!ENTITY speexdsp-version             "1.2rc3">
    775 <!ENTITY taglib-version               "1.11">
     775<!ENTITY taglib-version               "1.11.1">
    776776<!ENTITY v4l-utils-version            "1.10.1">
    777777<!ENTITY x264-version                 "20160827-2245">
  • server/databases/postgresql.xml

    rb7ddce3 r0990e658  
    77  <!ENTITY postgresql-download-http "http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    88  <!ENTITY postgresql-download-ftp  "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    9   <!ENTITY postgresql-md5sum        "c5af6ebb790ab877e1d2e56e19cebb29">
     9  <!ENTITY postgresql-md5sum        "92ae6d7cdf18e648b3c22d0aa015565d">
    1010  <!ENTITY postgresql-size          "18 MB">
    1111  <!ENTITY postgresql-buildsize     "197 MB (with tests)">
Note: See TracChangeset for help on using the changeset viewer.