Changeset 4d62032


Ignore:
Timestamp:
07/05/2007 08:15:02 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7de560e
Parents:
c0c33269
Message:

Updated Tcl and Tk to 8.4.15

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc0c33269 r4d62032  
    44-->
    55
    6 <!ENTITY day          "04">                   <!-- Always 2 digits -->
     6<!ENTITY day          "05">                   <!-- Always 2 digits -->
    77<!ENTITY month        "07">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
     
    204204<!ENTITY pyxml-version                "0.8.4">
    205205<!ENTITY ruby-version                 "1.8.6">
    206 <!ENTITY tcl-version                  "8.4.14">
    207 <!ENTITY tk-version                   "8.4.14">
     206<!ENTITY tcl-version                  "8.4.15">
     207<!ENTITY tk-version                   "8.4.15">
    208208
    209209<!-- Perl module versions used in the Perl Modules instructions -->
  • general/prog/tcl.xml

    rc0c33269 r4d62032  
    88  <!ENTITY tcl-download-ftp  " ">
    99  <!-- <!ENTITY tcl-download-ftp  "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tcl&tcl-version;-src.tar.gz"> -->
    10   <!ENTITY tcl-md5sum        "51c6bf74d3ffdb0bd866ecdac6ff6460">
    11   <!ENTITY tcl-size          "3.5 MB">
     10  <!ENTITY tcl-md5sum        "5e1b71eef1f75a294072aa3218f62b66">
     11  <!ENTITY tcl-size          "3.6 MB">
    1212  <!ENTITY tcl-buildsize     "25 MB">
    1313  <!ENTITY tcl-time          "0.3 SBU (additional 0.7 SBU to run the test suite)">
     14
    1415  <!-- Ensure this is updated when Tcl moves to the 8.5.x branch -->
    1516  <!ENTITY tcl-ver           "8.4">
    16   <!-- Ensure the above is updated when Tcl moves to the 8.5.x branch -->
    1717]>
    1818
  • general/prog/tk.xml

    rc0c33269 r4d62032  
    88  <!ENTITY tk-download-ftp  " ">
    99<!--  <!ENTITY tk-download-ftp  "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tk&tk-version;-src.tar.gz"> -->
    10   <!ENTITY tk-md5sum        "d12f591f5689f95c82bfb9c1015407bb">
    11   <!ENTITY tk-size          "3.2 MB">
     10  <!ENTITY tk-md5sum        "68777568d818e1980dda4b6b02b92f1a">
     11  <!ENTITY tk-size          "3.3 MB">
    1212  <!ENTITY tk-buildsize     "23 MB">
    1313  <!ENTITY tk-time          "0.3 SBU">
     14
    1415  <!-- Ensure this is updated when Tk moves to the 8.5.x branch -->
    1516  <!ENTITY tk-ver           "8.4">
    16   <!-- Ensure the above is updated when Tk moves to the 8.5.x branch -->
    1717]>
    1818
  • introduction/welcome/changelog.xml

    rc0c33269 r4d62032  
    4343
    4444    <listitem>
     45      <para>July 5th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated Tcl and Tk to 8.4.15.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>July 4th, 2007</para>
    4655      <itemizedlist>
    4756        <listitem>
    48           <para>[randy] - Updated to libxlst-1.1.21.</para>
     57          <para>[randy] - Updated to libxslt-1.1.21.</para>
    4958        </listitem>
    5059        <listitem>
Note: See TracChangeset for help on using the changeset viewer.