Changeset 92b444d


Ignore:
Timestamp:
11/30/2018 06:55:23 PM (5 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.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
5b5575b1
Parents:
18f18c2
Message:

Update to TCL and TK 8.6.9

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/tcl.xml

    r18f18c2 r92b444d  
    77  <!ENTITY tcl-download-http "&sourceforge-dl;/tcl/tcl&tcl-version;-src.tar.gz">
    88  <!ENTITY tcl-download-ftp  " ">
    9   <!ENTITY tcl-md5sum        "81656d3367af032e0ae6157eff134f89">
    10   <!ENTITY tcl-size          "9.3 MB">
    11   <!ENTITY tcl-buildsize     "65 MB (including html documentation)">
    12   <!ENTITY tcl-time          "0.6 SBU (using parallelism=4; add 2.8 SBU for tests)">
     9  <!ENTITY tcl-md5sum        "aa0a121d95a0e7b73a036f26028538d4">
     10  <!ENTITY tcl-size          "9.5 MB">
     11  <!ENTITY tcl-buildsize     "84 MB (including html documentation)">
     12  <!ENTITY tcl-time          "0.6 SBU (add 3.0 SBU for tests)">
    1313
    1414  <!ENTITY tcl-doc-download  "&sourceforge-dl;/tcl/tcl&tcl-version;-html.tar.gz">
    15   <!ENTITY tcl-doc-md5sum    "a94394b8c13bb8457928e347fa29d8aa">
     15  <!ENTITY tcl-doc-md5sum    "243da67cca49b9bac0dc6c06fdb42896">
    1616  <!ENTITY tcl-doc-size      "1.2 MB">
    1717
    1818  <!-- Ensure this is updated when Tcl moves from the 8.6.x branch -->
    1919  <!ENTITY tcl-ver           "8.6">
    20   <!ENTITY tdbc-ver          "1.0.6">
    21   <!ENTITY itcl-ver          "4.1.1">
     20  <!ENTITY tdbc-ver          "1.1.0">
     21  <!ENTITY itcl-ver          "4.1.2">
     22  <!ENTITY thread-ver        "2.8.4">
     23  <!ENTITY sqlite3-ver    "3.25.3">
    2224]>
    2325
     
    155157    <para>
    156158      To test the results, issue: <command>make test</command>.
    157       Tests known to fail: cmdAH.test and tdbcodbc.test.
     159      <!-- Tests known to fail: cmdAH.test and tdbcodbc.test. 8.6.9: No
     160      failures -->
    158161    </para>
    159162
     
    222225      <seglistitem>
    223226        <seg>
    224           tclsh and tclsh&tcl-ver;
     227          sqlite3_analyzer, tclsh, and tclsh&tcl-ver;
    225228        </seg>
    226229        <seg>
     
    228231        </seg>
    229232        <seg>
    230           /usr/lib/itcl4.0.1,
    231           /usr/lib/sqlite3.8.6
     233          /usr/lib/itcl&itcl-ver;,
     234          /usr/lib/sqlite&sqlite3-ver;
    232235          /usr/lib/tcl8,
    233236          /usr/lib/tcl&tcl-ver;,
    234           /usr/lib/tdbc1.0.1,
    235           /usr/lib/tdbcmysql1.0.1,
    236           /usr/lib/tdbcodbc1.0.1,
    237           /usr/lib/tdbcpostgres1.0.1,
    238           /usr/lib/thread2.7.1,
     237          /usr/lib/tdbc&tdbc-ver;,
     238          /usr/lib/tdbcmysql&tdbc-ver;,
     239          /usr/lib/tdbcodbc&tdbc-ver;,
     240          /usr/lib/tdbcpostgres&tdbc-ver;,
     241          /usr/lib/thread&thread-ver;,
    239242          /usr/share/doc/tcl-&tcl-version;, and
    240243          /usr/share/man/mann
     
    247250      <?dbfo list-presentation="list"?>
    248251      <?dbhtml list-presentation="table"?>
     252
     253      <varlistentry id="sqlite3_analyzer">
     254        <term><command>sqlite3_analyzer</command></term>
     255        <listitem>
     256          <para>
     257            is a program to analyze sqlite3 database files and output a report
     258            that gives information on size and storage efficiency for the
     259            database and it's tables and indexes.
     260          </para>
     261          <indexterm zone="tcl sqlite3_analyzer">
     262            <primary sortas="b-sqlite3_analyzer">sqlite3_analyzer</primary>
     263          </indexterm>
     264        </listitem>
     265      </varlistentry>
    249266
    250267      <varlistentry id="tclsh">
  • general/prog/tk.xml

    r18f18c2 r92b444d  
    77  <!ENTITY tk-download-http "&sourceforge-dl;/tcl/tk&tk-version;-src.tar.gz">
    88  <!ENTITY tk-download-ftp  " ">
    9   <!ENTITY tk-md5sum        "5e0faecba458ee1386078fb228d008ba">
    10   <!ENTITY tk-size          "4.1 MB">
    11   <!ENTITY tk-buildsize     "24 MB">
    12   <!ENTITY tk-time          "0.3 SBU (add 1.5 SBU for tests)">
     9  <!ENTITY tk-md5sum        "e3cf6290999ee30651d75864eccfec63">
     10  <!ENTITY tk-size          "4.2 MB">
     11  <!ENTITY tk-buildsize     "30 MB">
     12  <!ENTITY tk-time          "0.3 SBU (add 1.8 SBU for tests)">
    1313
    1414  <!-- Ensure this is updated when Tk moves from the 8.6.x branch -->
     
    113113      the results anyway, issue: <command>make test</command>. Ensure you run
    114114      it from an X Window display device with the GLX extensions loaded, but
    115       even so, tests might hang.
     115      even so, tests might hang. 2 tests are known to fail regardless.
     116      <!-- Test Statistics (tk8.6.9 - renodr):
     117      Total: 466
     118      Passed: 447
     119      Skipped: 17
     120      Failed: 2
     121      The two tests that fail have to do with ttk.test
     122      -->
    116123    </para>
    117124
  • introduction/welcome/changelog.xml

    r18f18c2 r92b444d  
    4343-->
    4444    <listitem>
     45      <para>November 30th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to TCL and TK versions 8.6.9. Fixes
     49          <ulink url="&blfs-ticket-root;11354">#11354</ulink>. This fixes
     50          a 0day vulnerability according to upstream.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>November 29th, 2018</para>
    4657      <itemizedlist>
  • packages.ent

    r18f18c2 r92b444d  
    345345<!ENTITY subversion-version           "1.10.3">
    346346<!ENTITY swig-version                 "3.0.12">
    347 <!ENTITY tcl-version                  "8.6.8">
    348 <!ENTITY tk-version                   "8.6.8">
     347<!ENTITY tcl-version                  "8.6.9">
     348<!ENTITY tk-version                   "8.6.9">
    349349<!ENTITY vala-major-version           "0.42">  <!-- even minors only -->
    350350<!ENTITY vala-version                 "&vala-major-version;.2">
Note: See TracChangeset for help on using the changeset viewer.