diff options
-rw-r--r-- | chapter01/changelog.xml | 18 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 18 | ||||
-rw-r--r-- | chapter05/tcl.xml | 14 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 22 |
5 files changed, 54 insertions, 24 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a3550482f..d4a9c43cd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,24 @@ --> <listitem> + <para>2015-03-08</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to linux-3.19.1. Fixes + <ulink url="&lfs-ticket-root;3763">#3763</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to patch-2.7.5. Fixes + <ulink url="&lfs-ticket-root;3762">#3762</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Change tcl to minimal tcl-core package. Fixes + <ulink url="&lfs-ticket-root;3752">#3752</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2015-03-07</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 222b3d367..a678bb214 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -148,9 +148,9 @@ <!--<listitem> <para>Libtool &libtool-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Linux &linux-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>M4 &m4-version;</para> </listitem>--> @@ -172,9 +172,9 @@ <!--<listitem> <para>Ncurses &ncurses-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Patch &patch-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Perl &perl-version;</para> </listitem>--> @@ -206,7 +206,7 @@ <para>Tar &tar-version;</para> </listitem>--> <!--<listitem> - <para>TCL &tcl-version;</para> + <para>Tcl-core-&tcl-version;</para> </listitem>--> <!--<listitem> <para>Texinfo &texinfo-version;</para> @@ -244,6 +244,10 @@ <title>Added:</title> <listitem><para></para></listitem> <!-- satisfy build --> + <listitem> + <para>Tcl-core-&tcl-version;</para> + </listitem> + <!--<listitem> <para>&bash-fixes-patch;</para> </listitem>--> @@ -262,6 +266,10 @@ <title>Removed:</title> <listitem><para></para></listitem> <!-- satisfy build --> + <listitem> + <para>Tcl-&tcl-version;</para> + </listitem> + <!--<listitem> <para>binutils-2.24-load_gcc_lto_plugin_by_default-1.patch</para> </listitem>--> diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 92ff30d8e..ce1365600 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -9,15 +9,15 @@ <?dbhtml filename="tcl.html"?> <sect1info condition="script"> - <productname>tcl</productname> + <productname>tcl-core</productname> <productnumber>&tcl-version;</productnumber> <address>&tcl-url;</address> </sect1info> - <title>Tcl-&tcl-version;</title> + <title>Tcl-core-&tcl-version;</title> <indexterm zone="ch-tools-tcl"> - <primary sortas="a-Tcl">Tcl</primary> + <primary sortas="a-Tcl">Tcl-core</primary> </indexterm> <sect2 role="package"> @@ -38,7 +38,7 @@ </sect2> <sect2 role="installation"> - <title>Installation of Tcl</title> + <title>Installation of Tcl-core</title> <para>This package and the next three (Expect, DejaGNU, and Check) are installed to support running the test suites for GCC and Binutils and other @@ -48,6 +48,10 @@ run in this chapter (they are not mandatory), these packages are required to run the test suites in <xref linkend="chapter-building-system"/>.</para> + <para>Note that the Tcl package used here is a minimal version needed + to run the LFS tests. For the full package, see the + <ulink url='&blfs-book;general/tcl.html'>BLFS Tcl procedures</ulink>.</para> + <para>Prepare Tcl for compilation:</para> <screen><userinput remap="configure">cd unix @@ -93,7 +97,7 @@ </sect2> <sect2 id="contents-tcl" role="content"> - <title>Contents of Tcl</title> + <title>Contents of Tcl-core</title> <segmentedlist> <segtitle>Installed programs</segtitle> diff --git a/general.ent b/general.ent index 3da9570e5..1824f67da 100644 --- a/general.ent +++ b/general.ent @@ -1,7 +1,7 @@ -<!ENTITY version "SVN-20150307"> -<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release +<!ENTITY version "SVN-20150308"> +<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release but not -rc releases --> -<!ENTITY releasedate "March 7, 2015"> +<!ENTITY releasedate "March 8, 2015"> <!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.8"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index c4f7aae72..c7b7df77d 100644 --- a/packages.ent +++ b/packages.ent @@ -386,12 +386,12 @@ <!ENTITY linux-major-version "3"> <!ENTITY linux-minor-version "19"> -<!ENTITY linux-patch-version "0"> -<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">--> -<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -<!ENTITY linux-size "79,775 KB"> +<!ENTITY linux-patch-version "1"> +<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> +<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> +<!ENTITY linux-size "79,778 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "d3fc8316d4d4d04b65cbc2d70799e763"> +<!ENTITY linux-md5 "90e9cdcaecf587acba4e94904f5f8606"> <!ENTITY linux-home "http://www.kernel.org/"> <!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is allnoconfig extended for a hopefully-bootable build on desktop machine, @@ -466,10 +466,10 @@ <!ENTITY ncurses-ch6-du "54 MB"> <!ENTITY ncurses-ch6-sbu "0.5 SBU"> -<!ENTITY patch-version "2.7.4"> -<!ENTITY patch-size "698 KB"> +<!ENTITY patch-version "2.7.5"> +<!ENTITY patch-size "711 KB"> <!ENTITY patch-url "&gnu;patch/patch-&patch-version;.tar.xz"> -<!ENTITY patch-md5 "abc59498fcdddd44e0d07764aa105fd2"> +<!ENTITY patch-md5 "e3da7940431633fb65a01b91d3b7a27a"> <!ENTITY patch-home "http://savannah.gnu.org/projects/patch/"> <!ENTITY patch-ch5-du "11.3 MB"> <!ENTITY patch-ch5-sbu "0.2 SBU"> @@ -564,9 +564,9 @@ <!ENTITY tcl-version "8.6.3"> <!ENTITY tcl-major-version "8.6"> -<!ENTITY tcl-size "8,693 KB"> -<!ENTITY tcl-url "http://downloads.sourceforge.net/project/tcl/Tcl/&tcl-version;/tcl&tcl-version;-src.tar.gz"> -<!ENTITY tcl-md5 "db382feca91754b7f93da16dc4cdad1f"> +<!ENTITY tcl-size "5,684 KB"> +<!ENTITY tcl-url "http://sourceforge.net/projects/tcl/Tcl/&tcl-version;/tcl-core&tcl-version;-src.tar.gz"> +<!ENTITY tcl-md5 "e7368802c8f75a86ef1e1b066cfec4c0"> <!ENTITY tcl-home "http://tcl.sourceforge.net/"> <!ENTITY tcl-ch5-du "67 MB"> <!ENTITY tcl-ch5-sbu "0.8 SBU"> |