Changeset dcc18d8f
- Timestamp:
- Feb 21, 2006, 1:52:33 AM (19 years ago)
- Children:
- 16419d3
- Parents:
- d5e40913
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/bash.xml
rd5e40913 rdcc18d8f 45 45 46 46 <screen os="p2"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> 47 47 48 <para os="g">Prepare Bash for compilation:</para> 48 49 -
final-system/common/readline.xml
rd5e40913 rdcc18d8f 34 34 <sect2 role="installation"> 35 35 <title>Installation of Readline</title> 36 37 <para os="p1">The following patch are updates from the maintainer. The 38 maintainer of Readline only releases these patches to fix serious issues.</para> 39 40 <screen os="p2"><userinput>patch -Np1 -i ../&readline-fixes-patch;</userinput></screen> 36 41 37 42 <para os="c">Prepare Readline for compilation:</para> -
final-system/multilib/readline-64bit.xml
rd5e40913 rdcc18d8f 21 21 <sect2 role="installation"> 22 22 <title>Installation of Readline</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="readline.xml" 26 xpointer="xpointer(//*[@os='p1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="readline.xml" 30 xpointer="xpointer(//*[@os='p2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
final-system/multilib/readline-n32.xml
rd5e40913 rdcc18d8f 22 22 <sect2 role="installation"> 23 23 <title>Installation of Readline</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="readline.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="readline.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
final-system/multilib/readline.xml
rd5e40913 rdcc18d8f 22 22 <sect2 role="installation"> 23 23 <title>Installation of Readline</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/readline.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/readline.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
introduction/common/changelog.xml
rd5e40913 rdcc18d8f 46 46 as multiple assignments in a single command.</para> 47 47 </listitem> 48 <listitem> 49 <para>[jim] - Readline Maintainer Released Readline-001 patch. This patch fixes the 50 following issue: A problem with the readline callback interface can result in segmentation 51 faults when using the delete-char function via a multiple-key sequence. 52 Two consecutive calls to delete-char will crash the application calling 53 readline.</para> 54 </listitem> 48 55 </itemizedlist> 49 56 </listitem> -
patches.ent
rd5e40913 rdcc18d8f 43 43 <!ENTITY perl-multilib-patch "perl-&perl-version;-Configure_multilib-1.patch"> 44 44 <!ENTITY perl-lib64-patch "perl-&perl-version;-libc_lib64-1.patch"> 45 46 <!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch"> 45 47 46 48 <!ENTITY shadow-configure_fix-patch "shadow-&shadow-version;-configure_fix-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.