Updated to GMP-4.3.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8922 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2009-05-25 19:10:01 +00:00
parent fd40de8733
commit 105d91d9d3
3 changed files with 12 additions and 7 deletions

View File

@ -40,6 +40,11 @@
<listitem>
<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>

View File

@ -79,7 +79,7 @@
<screen><userinput remap="test">make check 2>&amp;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>

View File

@ -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">