Changeset 3e42104


Ignore:
Timestamp:
06/11/2016 09:36:22 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
bed608b0
Parents:
1258125
Message:

Update to gdb-7.11.1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1258125 r3e42104  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 10th &year;">
     9<!ENTITY releasedate  "June 11th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/gdb.xml

    r1258125 r3e42104  
    77  <!ENTITY gdb-download-http "https://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz">
    88  <!ENTITY gdb-download-ftp  "ftp://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz">
    9   <!ENTITY gdb-md5sum        "b5c784685e1cde65ba135feea86b6d75">
     9  <!ENTITY gdb-md5sum        "5aa71522e488e358243917967db87476">
    1010  <!ENTITY gdb-size          "18 MB">
    11   <!ENTITY gdb-buildsize     "399 MB (additional 173 MB for tests, additional 1.3 GB for documentation)">
    12   <!ENTITY gdb-time          "2.6 SBU (add up to 13 SBU for tests)">
     11  <!ENTITY gdb-buildsize     "507 MB (additional 407 MB for tests, additional 1.3 GB for documentation)">
     12  <!ENTITY gdb-time          "2.4 SBU (add up to 13 SBU for tests)">
    1313]>
    1414
     
    130130      <listitem>
    131131        <para>
    132           Clean directories ire needed if re-running the tests.  For that
     132          Clean directories are needed if re-running the tests.  For that
    133133          reason, it is recommended to make a copy of the compiled source code
    134134          directory before the tests in case you need to run the tests again.
     
    142142      </listitem>
    143143       
     144<!-- They worked fine for me. [renodr] 7.11.1 -->
     145
     146<!--
    144147      <listitem>
    145148        <para>
     
    148151        </para>
    149152      </listitem>
     153-->
    150154       
    151155      <listitem>
     
    154158          that can be set to increase time for timeout, but
    155159          changing it will result in a different number of tests being
    156           run.
     160          run).
    157161        </para>
    158162      </listitem>
  • introduction/welcome/changelog.xml

    r1258125 r3e42104  
    4444
    4545-->
     46    <listitem>
     47      <para>June 11th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Update to GDB-7.11.1. Fixes
     51          <ulink url="&blfs-ticket-root;7904">#7904</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
    4655
    4756    <listitem>
  • packages.ent

    r1258125 r3e42104  
    282282<!ENTITY gcc-ada-version              "6.1.0">
    283283<!ENTITY gc-version                   "7.4.4">
    284 <!ENTITY gdb-version                  "7.11">
     284<!ENTITY gdb-version                  "7.11.1">
    285285<!ENTITY git-version                  "2.8.4">
    286286<!ENTITY guile-version                "2.0.11">
Note: See TracChangeset for help on using the changeset viewer.