Changeset 8864c307


Ignore:
Timestamp:
10/31/2014 03:12:32 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 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:
7f380f4
Parents:
aeefbaa
Message:

Update to gdb-7.8.1.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    raeefbaa r8864c307  
    77  <!ENTITY gdb-download-http "http://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        "bd958fe9019d7c7896f29f6724a764ed">
     9  <!ENTITY gdb-md5sum        "8072be87a94be0936bc3b4b6941b0862">
    1010  <!ENTITY gdb-size          "17 MB">
    11   <!ENTITY gdb-buildsize     "326 MB (405 MB with checks)">
    12   <!ENTITY gdb-time          "2.2 SBU (56 SBU with checks)">
     11  <!ENTITY gdb-buildsize     "325 MB (446 MB with checks)">
     12  <!ENTITY gdb-time          "2.2 SBU (additional 5.8 SBU for checks)">
    1313]>
    1414
     
    107107      changing it, apparently the total number of tests is not conserved),
    108108      there are failures associated with system readline 6.x, between others.
    109       Unexpected failures are of the order of 2.5%.
     109      Unexpected failures are of the order of 0.5%.
    110110    </para>
    111111
  • introduction/welcome/changelog.xml

    raeefbaa r8864c307  
    4646
    4747    <listitem>
     48      <para>October 31th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to gdb-7.8.1.  Fixes
     52          <ulink url="&blfs-ticket-root;5751">#5751</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>October 30th, 2014</para>
    4959      <itemizedlist>
  • packages.ent

    raeefbaa r8864c307  
    257257<!ENTITY gcc-version                  "4.9.1">
    258258<!ENTITY gc-version                   "7.4.2">
    259 <!ENTITY gdb-version                  "7.8">
     259<!ENTITY gdb-version                  "7.8.1">
    260260<!ENTITY git-version                  "2.1.3">
    261261<!ENTITY guile-version                "2.0.11">
Note: See TracChangeset for help on using the changeset viewer.