Changeset 218ba5f
- Timestamp:
- 02/08/2017 02:12:23 AM (6 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, 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, arm, cross-chap5, ml-11.0, multilib, 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:
- e123025
- Parents:
- 5d4c24a
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r5d4c24a r218ba5f 44 44 --> 45 45 <listitem> 46 <para>2017-02-07</para> 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Add bash-4.4 upstream fixes patch. </para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 46 55 <para>2017-02-05</para> 47 56 <itemizedlist> -
chapter01/whatsnew.xml
r5d4c24a r218ba5f 251 251 <title>Added:</title> 252 252 <listitem><para></para></listitem> <!-- satisfy build --> 253 254 <listitem> 255 <para>bash-4.4-upstream_fixes-1.patch</para> 256 </listitem> 253 257 <!-- 254 258 <listitem> -
chapter03/patches.xml
r5d4c24a r218ba5f 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> -
chapter06/bash.xml
r5d4c24a r218ba5f 40 40 <sect2 role="installation"> 41 41 <title>Installation of Bash</title> 42 43 <para>Incorporate some upstream fixes:</para> 44 45 <screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> 42 46 43 47 <para>Prepare Bash for compilation:</para> -
general.ent
r5d4c24a r218ba5f 1 <!ENTITY version "SVN-2017020 5">1 <!ENTITY version "SVN-20170207"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "2017020 5-systemd">6 <!ENTITY versiond "20170207-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "February 5, 2016">10 <!ENTITY releasedate "February 7, 2016"> 11 11 <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> 12 12 <!ENTITY milestone "8.0"> -
patches.ent
r5d4c24a r218ba5f 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 "e3d5bf23a4e5628680893d46e6ff286e"> 7 <!ENTITY bash-fixes-patch-size "17 KB"> 4 8 5 9 <!ENTITY bc-memory-leak-patch "bc-&bc-version;-memory_leak-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.