diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-07-14 15:54:27 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-07-14 15:54:27 +0000 |
commit | 2d01177ecba4a2a00b445f60707f3f9d9743344a (patch) | |
tree | a3da35d10e4a2063ee2c4c7cc835f20bba4ad4cb | |
parent | f025bfe5ff31ebd933bf0f9f275574b11f85ea61 (diff) |
Updated glibc-2.5 branch_update patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8216 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | patches.ent | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index fe3f8d031..818ffd27a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2007-07-14</para> <itemizedlist> <listitem> + <para>[dnicholson] - Updated the Glibc Branch Update patch to a + new snapshot from upstream.</para> + </listitem> + <listitem> <para>[dnicholson] - Made the Linux API Headers install safer by using an intermediate directory.</para> </listitem> diff --git a/patches.ent b/patches.ent index 9f6342ed3..4040ab4bf 100644 --- a/patches.ent +++ b/patches.ent @@ -49,9 +49,9 @@ <!ENTITY gcc-specs-patch-size "14.8 KB"> -<!ENTITY glibc-branch_update-patch "glibc-&glibc-version;-branch_update-2.patch"> -<!ENTITY glibc-branch_update-patch-md5 "e09685a7f6d8ba60a70c03a091130ea9"> -<!ENTITY glibc-branch_update-patch-size "1,646 KB"> +<!ENTITY glibc-branch_update-patch "glibc-&glibc-version;-branch_update-3.patch"> +<!ENTITY glibc-branch_update-patch-md5 "cbad3863a39eed9e52af083c5035f283"> +<!ENTITY glibc-branch_update-patch-size "2,538 KB"> <!ENTITY grep-fixes-patch "grep-&grep-version;-redhat_fixes-2.patch"> |