On Thu, Jun 9, 2011 at 8:30 AM, Andrew Bradford <[email protected]> wrote: > On Tue, Jun 7, 2011 at 7:31 PM, <[email protected]> wrote: >> My md5sum computations differ from values reported in the CLFS book for the >> following package and patch: >> >> patch-2.6.1.tar.gz >> md5sum computed by me: d758eb96d3f75047efc004a720d33daf md5sum >> reported in CLFS book: 0818d1763ae0c4281bcdc63cdac0b2c0 > > I think there's just a mixup in matching the md5sum to the correct > tarball. > >> perl-5.14.0-libc-1.patch >> md5sum computed by me: 6efb1ffa5a6961c239024c445e0adc9a >> md5sum reported in CLFS book: d572b0cc87b35f1806fd84f88803fb66 > > I also compute the md5sum you've gotten for the perl patch. Possibly > the md5sum didn't get updated when the patch changed?
Patch attached to update the regular CLFS book with these changes. Regards, Andrew
From 635fb25bd602f78bbb2983fe20c529d482b116ae Mon Sep 17 00:00:00 2001 From: Andrew Bradford <[email protected]> Date: Sun, 12 Jun 2011 07:17:28 -0400 Subject: [PATCH] Corrected Patch and Perl-libc.patch download info Changed Patch download path to use .tar.bz2 file as that matches the existing md5sum and size. Changed Perl-libc.patch md5sum and size because the patch changed recently but these were not yet updated to reflect the changes. --- BOOK/packages.ent | 2 +- BOOK/patches.ent | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BOOK/packages.ent b/BOOK/packages.ent index 5fa69c5..0eb7534 100644 --- a/BOOK/packages.ent +++ b/BOOK/packages.ent @@ -329,7 +329,7 @@ <!ENTITY patch-version "2.6.1"> <!ENTITY patch-size "248 KB"> -<!ENTITY patch-url "&gnu;patch/patch-&patch-version;.tar.gz"> +<!ENTITY patch-url "&gnu;patch/patch-&patch-version;.tar.bz2"> <!ENTITY patch-md5 "0818d1763ae0c4281bcdc63cdac0b2c0"> <!ENTITY patch-home "http://savannah.gnu.org/projects/patch"> diff --git a/BOOK/patches.ent b/BOOK/patches.ent index be8ce44..860ef9e 100644 --- a/BOOK/patches.ent +++ b/BOOK/patches.ent @@ -57,8 +57,8 @@ <!ENTITY ncurses-branch_update-patch-size "796 KB"> <!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch"> -<!ENTITY perl-libc-patch-md5 "d572b0cc87b35f1806fd84f88803fb66"> -<!ENTITY perl-libc-patch-size "4 KB"> +<!ENTITY perl-libc-patch-md5 "6efb1ffa5a6961c239024c445e0adc9a"> +<!ENTITY perl-libc-patch-size "2 KB"> <!ENTITY procps-ps_cgroup-patch "procps-&procps-version;-ps_cgroup-1.patch"> <!ENTITY procps-ps_cgroup-patch-md5 "3c478ef88fad23353e332b1b850ec630"> -- 1.7.2.5
_______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org
