aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter01/whatsnew.xml3
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter05/mpfr.xml4
-rw-r--r--chapter06/mpfr.xml4
-rw-r--r--general.ent4
-rw-r--r--patches.ent5
7 files changed, 36 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index a050a55cb..8587d312a 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2011-09-29</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Add a patch to correct several bugs in MPFR. Fixes
+ <ulink url="&lfs-ticket-root;2918">#2918</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2011-09-26</para>
<itemizedlist>
<listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 936544ecc..b7148380c 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -258,6 +258,9 @@
<para>libpipeline-&libpipeline-version;</para>
</listitem>
<listitem>
+ <para>&mpfr-fixes-patch;</para>
+ </listitem>
+ <listitem>
<para>PCRE-&pcre-version;</para>
</listitem>
<listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 0e61f3124..27264e6dd 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -124,6 +124,14 @@
</varlistentry>
<varlistentry>
+ <term>MPFR Fixes Patch - <token>&kbd-backspace-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..fe37cae9d 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 to fix a few bugs in MPFR:</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..dc09f1a76 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 to fix a few bugs in MPFR:</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 a8653a3c3..713206436 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20110926">
-<!ENTITY releasedate "Sep 26, 2011">
+<!ENTITY version "SVN-20110929">
+<!ENTITY releasedate "Sep 29, 2011">
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/patches.ent b/patches.ent
index d95469c1a..be16e94ee 100644
--- a/patches.ent
+++ b/patches.ent
@@ -67,6 +67,11 @@
<!ENTITY kbd-backspace-patch-size "12 KB">
+<!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-fixes-1.patch">
+<!ENTITY mpfr-fixes-patch-md5 "66305450989c2633b9346900e9a5d9a3">
+<!ENTITY mpfr-fixes-patch-size "9 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">