Changeset cc2eeb1
- Timestamp:
- 04/18/2014 09:26:17 PM (9 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 7.10, 7.10-rc1, 7.6, 7.6-rc1, 7.7, 7.7-rc1, 7.8, 7.8-rc1, 7.9, 7.9-rc1, 7.9-rc2, 8.0, 8.0-rc1, 8.1, 8.1-rc1, 8.1-rc2, 8.2, 8.2-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, BOOK.old, arm, bdubbs/gcc13, cross-chap5, hybrid, ml-11.0, multilib, nosym, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 85583fa
- Parents:
- a139c25
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
ra139c25 rcc2eeb1 40 40 <itemizedlist> 41 41 <listitem> 42 <para>[bdubbs] - Added readline upstream patch. Fixes 43 <ulink url="&lfs-ticket-root;3532">#3532</ulink>.</para> 44 </listitem> 45 <listitem> 46 <para>[bdubbs] - Added bash upstream patch. Fixes 47 <ulink url="&lfs-ticket-root;3531">#3531</ulink>.</para> 48 </listitem> 49 <listitem> 42 50 <para>[bdubbs] - Added bc patch to address memory leaks. Fixes 43 <ulink url="&lfs-ticket-root;35 40">#3536</ulink>.</para>51 <ulink url="&lfs-ticket-root;3536">#3536</ulink>.</para> 44 52 </listitem> 45 53 </itemizedlist> -
chapter01/whatsnew.xml
ra139c25 rcc2eeb1 234 234 </listitem> 235 235 <listitem> 236 <para>&bash-fixes-patch;</para> 237 </listitem> 238 <listitem> 236 239 <para>&bc-memory-leak-patch;</para> 237 240 </listitem> … … 250 253 <listitem> 251 254 <para>libcap-&libcap-version;</para> 255 </listitem> 256 <listitem> 257 <para>&readline-fixes-patch;</para> 252 258 </listitem> 253 259 <listitem> -
chapter03/patches.xml
ra139c25 rcc2eeb1 18 18 19 19 <variablelist role="materials"> 20 <!-- 20 21 21 <varlistentry> 22 22 <term>Bash Upstream Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term> … … 26 26 </listitem> 27 27 </varlistentry> 28 --> 28 29 29 <varlistentry> 30 30 <term>Bc Memory Leak Patch - <token>&bc-memory-leak-patch-size;</token>:</term> … … 76 76 77 77 <varlistentry> 78 <term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term> 79 <listitem> 80 <para>Download: <ulink url="&patches-root;&readline-fixes-patch;"/></para> 81 <para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para> 82 </listitem> 83 </varlistentry> 84 85 <varlistentry> 78 86 <term>Systemd Compat Patch - <token>&systemd-compat-patch-size;</token>:</term> 79 87 <listitem> -
chapter06/bash.xml
ra139c25 rcc2eeb1 40 40 <sect2 role="installation"> 41 41 <title>Installation of Bash</title> 42 <!-- 42 43 43 <para>First, apply the following patch to fix various bugs that have been 44 44 addressed upstream:</para> 45 45 46 46 <screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> 47 --> 47 48 48 <para>Prepare Bash for compilation:</para> 49 49 -
chapter06/readline.xml
ra139c25 rcc2eeb1 41 41 <sect2 role="installation"> 42 42 <title>Installation of Readline</title> 43 44 <para>First install some patches to fix various bugs that have been 45 addressed upstream:</para> 46 47 <screen><userinput remap="pre">patch -Np1 -i ../&readline-fixes-patch;</userinput></screen> 43 48 44 49 <para>Reinstalling Readline will cause the old libraries to be moved to -
patches.ent
ra139c25 rcc2eeb1 2 2 3 3 <!-- Start of Common Patches --> 4 5 <!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-1.patch"> 6 <!ENTITY bash-fixes-patch-md5 "749b4b520708300b64f8166ba2b1b4a0"> 7 <!ENTITY bash-fixes-patch-size "14 KB"> 4 8 5 9 <!ENTITY bc-memory-leak-patch "bc-&bc-version;-memory_leak-1.patch"> … … 27 31 <!ENTITY perl-libc-patch-size "1.6 KB"> 28 32 33 <!ENTITY readline-fixes-patch "readline-6.3-upstream_fixes-1.patch"> 34 <!ENTITY readline-fixes-patch-md5 "bbee7fad08474328b807e6828c26a961"> 35 <!ENTITY readline-fixes-patch-size "3.1 KB"> 36 29 37 <!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-1.patch"> 30 38 <!ENTITY sysvinit-consolidated-patch-md5 "0b7b5ea568a878fdcc4057b2bf36e5cb">
Note:
See TracChangeset
for help on using the changeset viewer.