diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 10 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter05/mpfr.xml | 4 | ||||
-rw-r--r-- | chapter06/mpfr.xml | 4 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | patches.ent | 5 |
7 files changed, 36 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8d1704add..009b17452 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2011-12-22</para> + <itemizedlist> + <listitem> + <para>[matthew] - Add upstream patches for MPFR. Fixes + <ulink url="&lfs-ticket-root;2983">#2983</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2011-12-10</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 672a86587..505749070 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -219,18 +219,14 @@ </itemizedlist>--> - <!--<itemizedlist> + <itemizedlist> <title>Added:</title> <listitem> - <para>&bash-fixes-patch;</para> + <para>&mpfr-fixes-patch;</para> </listitem> - <listitem> - <para>&perl-security-patch;</para> - </listitem> - - </itemizedlist>--> + </itemizedlist> <itemizedlist> <title>Removed:</title> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 25f827049..f33f69c70 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -140,6 +140,14 @@ </varlistentry> <varlistentry> + <term>MPFR Fixes Patch - <token>&mpfr-fixes-patch-size;</token>:</term> + <listitem> + <para>Download: <ulink url="&patches-root;&mpfr-fixes-patch;"/></para> + <para>MD5 sum: <literal>&mpfr-fixes-patch-md5;</literal></para> + </listitem> + </varlistentry> + + <varlistentry> <term>Patch Testsuite Fix Patch - <token>&patch-test-patch-size;</token>:</term> <listitem> <para>Download: <ulink url="&patches-root;&patch-test-patch;"/></para> diff --git a/chapter05/mpfr.xml b/chapter05/mpfr.xml index 004273828..b7e049d16 100644 --- a/chapter05/mpfr.xml +++ b/chapter05/mpfr.xml @@ -43,6 +43,10 @@ <sect2 role="installation"> <title>Installation of MPFR</title> + <para>Apply a patch that fixes a number of bugs in MPFR-&mpfr-version;</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen> + <para>Prepare MPFR for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools --enable-thread-safe</userinput></screen> diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml index 2bc943129..b61697bb1 100644 --- a/chapter06/mpfr.xml +++ b/chapter06/mpfr.xml @@ -41,6 +41,10 @@ <sect2 role="installation"> <title>Installation of MPFR</title> + <para>Apply a patch that fixes a number of bugs in MPFR-&mpfr-version;</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen> + <para>Prepare MPFR for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --enable-thread-safe \ diff --git a/general.ent b/general.ent index 09872e33c..ced8095b6 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20111210"> -<!ENTITY releasedate "Dec 10, 2011"> +<!ENTITY version "SVN-20111223"> +<!ENTITY releasedate "Dec 23, 2011"> <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.1"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/patches.ent b/patches.ent index 91c3f6a1b..900ddf30c 100644 --- a/patches.ent +++ b/patches.ent @@ -75,6 +75,11 @@ <!ENTITY module-init-tools-man-patch-size "44 KB"> +<!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-fixes-1.patch"> +<!ENTITY mpfr-fixes-patch-md5 "6a1a0be6f2326e237ce27a0254e360a5"> +<!ENTITY mpfr-fixes-patch-size "17 KB"> + + <!ENTITY patch-test-patch "patch-&patch-version;-test_fix-1.patch"> <!ENTITY patch-test-patch-md5 "c51e1a95bfc5310635d05081472c3534"> <!ENTITY patch-test-patch-size "1 KB"> |