diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-25 19:10:01 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-25 19:10:01 +0000 |
commit | 105d91d9d385498c728d38065acccb43fad5ab10 (patch) | |
tree | 0a5316ed04edbbe2bf59b949a59de28a2b2b469b | |
parent | fd40de873311d7bb504462bde4c585282625019d (diff) |
Updated to GMP-4.3.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8922 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/gmp.xml | 2 | ||||
-rw-r--r-- | packages.ent | 12 |
3 files changed, 12 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a7a21e36b..adab5a3c2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,11 @@ <para>2009-05-25</para> <itemizedlist> <listitem> + <para>[bdubbs] - Updated to GMP-4.3.1. + Fixes + <ulink url="&lfs-ticket-root;2416">#2416</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Various edits. Update glibc to fix a make check error.</para> </listitem> diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index 009417815..2db8fe078 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -79,7 +79,7 @@ <screen><userinput remap="test">make check 2>&1 | tee gmp-check-log</userinput></screen> - <para>Ensure that all 139 tests in the test suite passed. + <para>Ensure that all 143 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 5919bee60..e53c85e20 100644 --- a/packages.ent +++ b/packages.ent @@ -212,14 +212,14 @@ <!ENTITY glibc-libidn-md5 "8ef88560ec608d5923ee05eb5f0e15ea"> <!ENTITY glibc-libidn-home " "> -<!ENTITY gmp-version "4.3.0"> -<!ENTITY gmp-size "1,853 KB"> +<!ENTITY gmp-version "4.3.1"> +<!ENTITY gmp-size "1,838 KB"> <!ENTITY gmp-url "&gnu;gmp/gmp-&gmp-version;.tar.bz2"> -<!ENTITY gmp-md5 "9687383f0def0cc48dfc19afa36f1eb5"> +<!ENTITY gmp-md5 "26cec15a90885042dd4a15c4003b08ae"> <!ENTITY gmp-home "&gnu-software;gmp/"> -<!ENTITY gmp-ch5-du "22.9 MB"> -<!ENTITY gmp-ch5-sbu "0.8 SBU"> -<!ENTITY gmp-ch6-du "39.4 MB testsuite included"> +<!ENTITY gmp-ch5-du "22.5 MB"> +<!ENTITY gmp-ch5-sbu "0.9 SBU"> +<!ENTITY gmp-ch6-du "36.6 MB testsuite included"> <!ENTITY gmp-ch6-sbu "1.5 SBU testsuite included"> <!ENTITY grep-version "2.5.4"> |