diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-27 05:44:37 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-27 05:44:37 +0000 |
commit | 13fe71ee07b5ceaeac6fdda817024d67c3c783fa (patch) | |
tree | 2c817976dc27c060cc940719fabd4d51f914eb8b | |
parent | 7ec7f68894d1951b8f06c0b0d6cb00895833a0a3 (diff) |
Update gettext patch to -2 for an additional bug fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8931 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter06/gettext.xml | 2 | ||||
-rw-r--r-- | patches.ent | 6 |
3 files changed, 15 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2ddcca015..30c4d07c4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,17 @@ --> <listitem> + <para>2009-05-27</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update gettext patch to -2 for an additional + bug fix. Thanks to Robert Connolly for the patch. + Fixes <ulink url="&lfs-ticket-root;2417">#2417</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2009-05-26</para> <itemizedlist> <listitem> diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index 5b2689f3a..d95dfa90c 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -43,7 +43,7 @@ <sect2 role="installation"> <title>Installation of Gettext</title> - <para>Apply a patch that fixes file permissions and ownership:</para> + <para>Apply a patch that fixes file permissions and ownership and an internal bug:</para> <screen><userinput remap="pre">patch -Np1 -i ../&gettext-upstream_fixes-patch;</userinput></screen> diff --git a/patches.ent b/patches.ent index a6672db99..15c78ad41 100644 --- a/patches.ent +++ b/patches.ent @@ -50,9 +50,9 @@ <!ENTITY gcc-startfiles-patch-md5 "799ef1971350d2e3c794f2123f247cc6"> <!ENTITY gcc-startfiles-patch-size "1.5 KB"> -<!ENTITY gettext-upstream_fixes-patch "gettext-&gettext-version;-upstream_fixes-1.patch"> -<!ENTITY gettext-upstream_fixes-patch-md5 "1907197e133f7419d8d78e18615f9467"> -<!ENTITY gettext-upstream_fixes-patch-size "1.7 KB"> +<!ENTITY gettext-upstream_fixes-patch "gettext-&gettext-version;-upstream_fixes-2.patch"> +<!ENTITY gettext-upstream_fixes-patch-md5 "ae64b6399ed6536e148e8386bcb91689"> +<!ENTITY gettext-upstream_fixes-patch-size "2.9 KB"> <!ENTITY grep-debian-patch "grep-&grep-version;-debian_fixes-1.patch"> |