diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-12-01 17:40:16 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-12-01 17:40:16 -0600 |
commit | 82e98d0b0e798f9f603cbc9ba52acc039b332b6a (patch) | |
tree | c8a6e41a7b9be93e441d77b40bc3e267bfd486a1 /chapter08 | |
parent | 66d32d7e29f713446127b4bcb57b2f2ef7b0c912 (diff) |
Package updates.
Update to iana-etc-20221122.
Update to xz-5.2.9.
Update to tzdata-2022g.
Update to texinfo-7.0.1.
Update to tcl-8.6.13.
Update to meson-0.64.1.
Update to linux-6.0.10.
Update to gawk-5.2.1.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/gawk.xml | 4 | ||||
-rw-r--r-- | chapter08/tcl.xml | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/chapter08/gawk.xml b/chapter08/gawk.xml index 9979e32de..4c8ecc265 100644 --- a/chapter08/gawk.xml +++ b/chapter08/gawk.xml @@ -44,10 +44,6 @@ <screen><userinput remap="pre">sed -i 's/extras//' Makefile.in</userinput></screen> - <para>Now fix a programming error identified upstream:</para> - -<screen><userinput remap="pre">sed -i '241i UPREF(m);' interpret.h</userinput></screen> - <para>Prepare Gawk for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml index d1315603f..d1aec7f7f 100644 --- a/chapter08/tcl.xml +++ b/chapter08/tcl.xml @@ -3,8 +3,8 @@ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; - <!ENTITY tdbc-ver "1.1.3"> - <!ENTITY itcl-ver "4.2.2"> + <!ENTITY tdbc-ver "1.1.5"> + <!ENTITY itcl-ver "4.2.3"> ]> <sect1 id="ch-system-tcl" role="wrap"> |