فهرست منبع

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
Bruce Dubbs 16 سال پیش
والد
کامیت
13fe71ee07
3فایلهای تغییر یافته به همراه15 افزوده شده و 4 حذف شده
  1. 11 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/gettext.xml
  3. 3 3
      patches.ent

+ 11 - 0
chapter01/changelog.xml

@@ -37,6 +37,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>

+ 1 - 1
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>
 

+ 3 - 3
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">