diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter06/gmp.xml | 2 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 10 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c23f1c9f1..c13bd74c3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -58,6 +58,10 @@ <para>2012-05-11</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to GMP-5.0.5. Fixes + <ulink url="&lfs-ticket-root;3079">#3079</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Remove sed from GCC pass 2 and chapter 6, which prevented the fixincludes script from being run; it is no longer run by default. Reported by Jeremy Huntwork.</para> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 3d99d1572..e537f2d83 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -85,9 +85,9 @@ <listitem> <para>Glibc &glibc-version;</para> </listitem> - <!--<listitem> + <listitem> <para>GMP &gmp-version;</para> - </listitem>--> + </listitem> <listitem> <para>Grep &grep-version;</para> </listitem> diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index 803b6cb6f..d4599355c 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -86,7 +86,7 @@ <screen><userinput remap="test">make check 2>&1 | tee gmp-check-log</userinput></screen> - <para>Ensure that all 164 tests in the test suite passed. + <para>Ensure that all 166 tests in the test suite passed. Check the results by issuing the following command:</para> <screen><userinput remap="test">awk '/tests passed/{total+=$2} ; END{print total}' gmp-check-log</userinput></screen> diff --git a/packages.ent b/packages.ent index c773b5858..98e291751 100644 --- a/packages.ent +++ b/packages.ent @@ -208,10 +208,10 @@ <!ENTITY glibc-ch6-du "856 MB"> <!ENTITY glibc-ch6-sbu "14.2 SBU"> -<!ENTITY gmp-version "5.0.4"> -<!ENTITY gmp-size "1,650 KB"> +<!ENTITY gmp-version "5.0.5"> +<!ENTITY gmp-size "1,632 KB"> <!ENTITY gmp-url "&gnu;gmp/gmp-&gmp-version;.tar.xz"> -<!ENTITY gmp-md5 "0881f4ff2617226c673fc534ac39d448"> +<!ENTITY gmp-md5 "8aef50959acec2a1ad41d144ffe0f3b5"> <!ENTITY gmp-home "&gnu-software;gmp/"> <!ENTITY gmp-ch5-du "39 MB"> <!ENTITY gmp-ch5-sbu "1.5 SBU"> |