diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-01-24 09:43:50 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-01-24 09:43:50 +0000 |
commit | 439e260f8f5f35876418ad7bbb8d449a2d3c0334 (patch) | |
tree | 339debb1e50d8a0fe402da8147e593340ed8281c | |
parent | 71935f44397334fc0b921a867be390ff94eeddee (diff) |
Upgrade to GMP-5.0. Fixes #2546.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9154 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ccc2291ad..593f03159 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2010-01-24</para> <itemizedlist> <listitem> + <para>[matthew] Upgrade to GMP-5.0.0. Fixes + <ulink url="&lfs-ticket-root;2546">#2546</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Upgrade to Coreutils-8.4. Fixes <ulink url="&lfs-ticket-root;2545">#2545</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 4b7ab1961..66f8023c3 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -82,9 +82,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/packages.ent b/packages.ent index fd785b967..0fcd7b8f1 100644 --- a/packages.ent +++ b/packages.ent @@ -199,10 +199,10 @@ <!ENTITY glibc-ch6-du "637 MB testsuite included"> <!ENTITY glibc-ch6-sbu "16.9 SBU testsuite included"> -<!ENTITY gmp-version "4.3.1"> -<!ENTITY gmp-size "1,838 KB"> +<!ENTITY gmp-version "5.0.0"> +<!ENTITY gmp-size "1,907 KB"> <!ENTITY gmp-url "&gnu;gmp/gmp-&gmp-version;.tar.bz2"> -<!ENTITY gmp-md5 "26cec15a90885042dd4a15c4003b08ae"> +<!ENTITY gmp-md5 "46fc3a85a3fecc98a4bbd498a83ee459"> <!ENTITY gmp-home "&gnu-software;gmp/"> <!ENTITY gmp-ch5-du "39 MB"> <!ENTITY gmp-ch5-sbu "1.5 SBU"> |