Changeset 6c88333


Ignore:
Timestamp:
10/08/2016 05:56:15 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
f9387090
Parents:
a0b39879
Message:

Update to mercurial-3.9.2
Update to gdb-7.12
Fix some typos

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra0b39879 r6c88333  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "08">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 7th &year;">
     9<!ENTITY releasedate  "October 8th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genutils/graphviz.xml

    ra0b39879 r6c88333  
    178178
    179179    <para>
    180       <option>--disable-php</option>: Theis version of graphviz
    181       does not supoprt php version 7.
     180      <option>--disable-php</option>: This version of graphviz
     181      does not support php version 7.
    182182    </para>
    183183
  • general/prog/gdb.xml

    ra0b39879 r6c88333  
    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        "5aa71522e488e358243917967db87476">
     9  <!ENTITY gdb-md5sum        "a0a3a00f7499b0c5278ba8676745d180">
    1010  <!ENTITY gdb-size          "18 MB">
    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)">
     11  <!ENTITY gdb-buildsize     "468 MB (additional 407 MB for tests, additional 1.3 GB for documentation)">
     12  <!ENTITY gdb-time          "2.6 SBU (add up to 13 SBU for tests)">
    1313]>
    1414
  • general/prog/mercurial.xml

    ra0b39879 r6c88333  
    77  <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "3759dd10edb8c1a6dfb8ff0ce82658ce">
     9  <!ENTITY mercurial-md5sum        "aff8bce557988d8f27028972d63dd132">
    1010  <!ENTITY mercurial-size          "4.6 MB">
    1111  <!ENTITY mercurial-buildsize     "53 MB (395 MB with docs and tests)">
    12   <!ENTITY mercurial-time          "less than 0.1 SBU (15 SBU with docs and tests)">
     12  <!ENTITY mercurial-time          "less than 0.1 SBU (14.4 SBU with docs and tests)">
    1313]>
    1414
     
    7777    <ulink url="http://pypi.python.org/pypi/pyflakes">pyflakes</ulink>,
    7878    <ulink url="http://pygments.org/">pygments</ulink>, and
    79     <ulink url="https://launchpad.net/pyopenssl">pyOpenSSL</ulink>
     79    <ulink url="https://github.com/pyca/pyopenssl">pyOpenSSL</ulink>
    8080
    8181    </para>
  • introduction/welcome/changelog.xml

    ra0b39879 r6c88333  
    4545-->
    4646    <listitem>
     47      <para>October 8th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Update to mercurial-3.9.2. Fixes
     51          <ulink url="&blfs-ticket-root;8386">#8386</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[renodr] - Update to gdb-7.12. Fixes
     55          <ulink url="&blfs-ticket-root;8412">#8412</ulink>.</para>
     56        </listitem>
     57      </itemizedlist>
     58    </listitem>
     59
     60    <listitem>
    4761      <para>October 7th, 2016</para>
    4862      <itemizedlist>
  • packages.ent

    ra0b39879 r6c88333  
    287287<!ENTITY gcc-ada-version              "6.2.0">
    288288<!ENTITY gc-version                   "7.6.0">
    289 <!ENTITY gdb-version                  "7.11.1">
     289<!ENTITY gdb-version                  "7.12">
    290290<!ENTITY git-version                  "2.10.1">
    291291<!ENTITY guile-version                "2.0.12">
     
    293293<!ENTITY llvm-version                 "3.9.0">
    294294<!ENTITY lua-version                  "5.3.3">
    295 <!ENTITY mercurial-version            "3.9.1">
     295<!ENTITY mercurial-version            "3.9.2">
    296296<!ENTITY nasm-version                 "2.12.02">
    297297<!ENTITY ninja-version                "1.7.1">
  • xsoft/other/xdg-utils.xml

    ra0b39879 r6c88333  
    112112    the tests including a broswer and an MTA.
    113113    Running the tests as <systemitem class="username">root</systemitem>
    114     usr is not recommended.</para></caution>
     114    user is not recommended.</para></caution>
    115115
    116116    <para>To run the tests, issue: <command>make -k test</command>.</para>
Note: See TracChangeset for help on using the changeset viewer.