diff options
-rw-r--r-- | appendices/dependencies.xml | 2 | ||||
-rw-r--r-- | chapter01/changelog.xml | 22 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 20 |
4 files changed, 35 insertions, 13 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 7984f81ce..b4b7276dd 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -297,7 +297,7 @@ <seglistitem> <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, - Grep, M4, Make, and Sed</seg> + Grep, M4, Make, Perl, and Sed</seg> </seglistitem> </segmentedlist> diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 99c11a3b7..15f7b2396 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,28 @@ </listitem> --> <listitem> + <para>2014-08-14</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to tzdata2014f. Fixes + <ulink url="&lfs-ticket-root;3653">#3653</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to linux-3.16.1. Fixes + <ulink url="&lfs-ticket-root;3643">#3643</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to iproute2-3.16.0. Fixes + <ulink url="&lfs-ticket-root;3651">#3651</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update bison dependencies. Fixes + <ulink url="&lfs-ticket-root;3652">#3652</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2014-08-12</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index f7544919a..7e8983fa1 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ -<!ENTITY version "SVN-20140812"> +<!ENTITY version "SVN-20140814"> <!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release --> -<!ENTITY releasedate "August 12, 2014"> +<!ENTITY releasedate "August 14, 2014"> <!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.6"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index 2d914bf64..0c8d697f3 100644 --- a/packages.ent +++ b/packages.ent @@ -338,10 +338,10 @@ <!ENTITY intltool-ch6-du "1.4 MB"> <!ENTITY intltool-ch6-sbu "0.1 SBU"> -<!ENTITY iproute2-version "3.15.0"> -<!ENTITY iproute2-size "428 KB"> +<!ENTITY iproute2-version "3.16.0"> +<!ENTITY iproute2-size "429 KB"> <!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz"> -<!ENTITY iproute2-md5 "5b1711c9d16071959052e369a2682d77"> +<!ENTITY iproute2-md5 "6c823b40fdcfa7b8120743349a52ac18"> <!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/"> <!ENTITY iproute2-ch6-du "7.3 MB"> <!ENTITY iproute2-ch6-sbu "0.1 SBU"> @@ -406,13 +406,13 @@ <!ENTITY libtool-ch6-sbu "3.0 SBU"> <!ENTITY linux-major-version "3"> -<!ENTITY linux-minor-version "15"> -<!ENTITY linux-patch-version "6"> +<!ENTITY linux-minor-version "16"> +<!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 "77,822 KB"> +<!ENTITY linux-size "78,602 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "739272475e2e3981974e1f083d0eba47"> +<!ENTITY linux-md5 "e7a985a243b7941b6bc6240fcbc797fc"> <!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, @@ -614,10 +614,10 @@ <!ENTITY systemd-ch6-du "410 MB"> <!ENTITY systemd-ch6-sbu "4.5 SBU"> -<!ENTITY tzdata-version "2014e"> -<!ENTITY tzdata-size "217 KB"> +<!ENTITY tzdata-version "2014f"> +<!ENTITY tzdata-size "226 KB"> <!ENTITY tzdata-url "http://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz"> -<!ENTITY tzdata-md5 "8a49fdedd4e832da8e85f7f9bcaedc33"> +<!ENTITY tzdata-md5 "f333b2e8f876221a97871cae0c188aa5"> <!ENTITY tzdata-home "http://www.iana.org/time-zones"> <!ENTITY tzdata-ch6-du "6.4 MB"> <!ENTITY tzdata-ch6-sbu "less than 0.1 SBU"> |