diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 9cfdaca70..638a06e1d 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,10 @@
2012-07-13
+
+ [matthew] - Upgrade to MPFR-3.1.1. Fixes
+ #3133.
+
[matthew] - Upgrade to Grep-2.13. Fixes
#3132.
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 29bf3024a..2879ddb30 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -145,9 +145,9 @@
-
+
@@ -296,6 +296,10 @@
glibc-2.14.1-sort-1.patch
+
+ mpfr-3.1.0-fixes-1.patch
+
+
perl-5.14.2-libc-1.patch
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 4a39be9a7..1043fc5aa 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -115,14 +115,6 @@
-
- MPFR Fixes Patch - &mpfr-fixes-patch-size;:
-
- Download:
- MD5 sum: &mpfr-fixes-patch-md5;
-
-
-
Patch Testsuite Fix Patch - &patch-test-patch-size;:
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 12d6d48b4..180cdf7ae 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -55,7 +55,7 @@
directory and then change to the directory created. Only then should you
proceed with the instructions below.
-tar -jxf ../mpfr-&mpfr-version;.tar.bz2
+tar -Jxf ../mpfr-&mpfr-version;.tar.xz
mv -v mpfr-&mpfr-version; mpfr
tar -Jxf ../gmp-&gmp-version;.tar.xz
mv -v gmp-&gmp-version; gmp
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml
index 6ae16a588..ee09e026c 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -90,7 +90,7 @@ done
packages. Unpack the tarballs and move them into the required directory
names:
-tar -jxf ../mpfr-&mpfr-version;.tar.bz2
+tar -Jxf ../mpfr-&mpfr-version;.tar.xz
mv -v mpfr-&mpfr-version; mpfr
tar -Jxf ../gmp-&gmp-version;.tar.xz
mv -v gmp-&gmp-version; gmp
diff --git a/chapter05/mpfr.xml b/chapter05/mpfr.xml
index b7e049d16..004273828 100644
--- a/chapter05/mpfr.xml
+++ b/chapter05/mpfr.xml
@@ -43,10 +43,6 @@
Installation of MPFR
- Apply a patch that fixes a number of bugs in MPFR-&mpfr-version;
-
-patch -Np1 -i ../&mpfr-fixes-patch;
-
Prepare MPFR for compilation:
./configure --prefix=/tools --enable-thread-safe
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml
index b4a6cd28d..00bb8e164 100644
--- a/chapter06/mpfr.xml
+++ b/chapter06/mpfr.xml
@@ -41,10 +41,6 @@
Installation of MPFR
- Apply a patch that fixes a number of bugs in MPFR-&mpfr-version;
-
-patch -Np1 -i ../&mpfr-fixes-patch;
-
Prepare MPFR for compilation:
./configure --prefix=/usr \
diff --git a/packages.ent b/packages.ent
index 4a70e2db5..f1fdb2be1 100644
--- a/packages.ent
+++ b/packages.ent
@@ -389,10 +389,10 @@
-
-
-
-
+
+
+
+
diff --git a/patches.ent b/patches.ent
index 03d2829cb..7caee45ea 100644
--- a/patches.ent
+++ b/patches.ent
@@ -70,11 +70,6 @@
-
-
-
-
-