Changeset e523b7b
- Timestamp:
- 02/17/2016 01:39:43 AM (7 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.9, 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, 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:
- 9d2bb34c
- Parents:
- 31a11cf
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r31a11cf re523b7b 37 37 --> 38 38 <listitem> 39 <para>2016-02-16</para> 40 <itemizedlist> 41 <listitem> 42 <para>[bdubbs] - Update patches for bash, binutils, 43 glibc, mpfr, and gcc from upstream repositories.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 39 49 <para>2016-02-14</para> 40 50 <itemizedlist> -
chapter01/whatsnew.xml
r31a11cf re523b7b 246 246 247 247 <listitem> 248 <para>&bash-fixes-patch;</para> 249 </listitem> 250 251 <listitem> 248 252 <para>&binutils-upstream-patch;</para> 249 253 </listitem> 250 254 251 255 <listitem> 256 <para>&gcc-upstream-patch;</para> 257 </listitem> 258 259 <listitem> 252 260 <para>&glibc-largefile-patch;</para> 253 261 </listitem> 254 262 255 <!--<listitem> 263 <listitem> 264 <para>&glibc-upstream-patch2;</para> 265 </listitem> 266 267 <listitem> 256 268 <para>&mpfr-upstream-patch;</para> 257 </listitem>--> 258 259 <!--<listitem> 260 <para>Tcl-core-&tcl-version;</para> 261 </listitem>--> 269 </listitem> 262 270 263 271 </itemizedlist> … … 268 276 269 277 <!--<listitem> 270 <para>bash-4.3.30-upstream_fixes-1.patch</para>271 </listitem>-->272 273 <!--<listitem>274 <para>mpfr-3.1.2-upstream_fixes-3.patch</para>275 </listitem>-->276 277 <!--<listitem>278 278 <para>Tcl-8.6.3</para> 279 279 </listitem>--> -
chapter03/patches.xml
r31a11cf re523b7b 60 60 61 61 <varlistentry> 62 <term>Gcc Upstream Patch - <token>&gcc-upstream-patch-size;</token>:</term> 63 <listitem> 64 <para>Download: <ulink url="&patches-root;&gcc-upstream-patch;"/></para> 65 <para>MD5 sum: <literal>&gcc-upstream-patch-md5;</literal></para> 66 </listitem> 67 </varlistentry> 68 69 <varlistentry> 62 70 <term>Glibc FHS Patch - <token>&glibc-fhs-patch-size;</token>:</term> 63 71 <listitem> … … 80 88 <para>Download: <ulink url="&patches-root;&glibc-largefile-patch;"/></para> 81 89 <para>MD5 sum: <literal>&glibc-largefile-patch-md5;</literal></para> 90 </listitem> 91 </varlistentry> 92 93 <varlistentry> 94 <term>Glibc Upstream Patchs - <token>&glibc-upstream-patch2-size;</token>:</term> 95 <listitem> 96 <para>Download: <ulink url="&patches-root;&glibc-upstream-patch2;"/></para> 97 <para>MD5 sum: <literal>&glibc-upstream-patch2-md5;</literal></para> 82 98 </listitem> 83 99 </varlistentry> -
chapter06/gcc.xml
r31a11cf re523b7b 41 41 <sect2 role="installation"> 42 42 <title>Installation of GCC</title> 43 <!-- 43 44 44 <para>First apply some fixes from the upstream repository:</para> 45 45 46 46 <screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen> 47 --> 47 48 48 <para>The GCC documentation recommends building GCC in a dedicated build directory:</para> 49 49 -
chapter06/glibc.xml
r31a11cf re523b7b 77 77 78 78 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-largefile-patch;</userinput></screen> 79 80 <para>Finally, update some recent changes from the upstream repository:</para> 81 82 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch2;</userinput></screen> 79 83 80 84 <para>The Glibc documentation recommends building Glibc -
general.ent
r31a11cf re523b7b 1 <!ENTITY version "SVN-201602 09">1 <!ENTITY version "SVN-20160216"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release 3 3 but not -rc releases --> 4 <!ENTITY releasedate "February 9, 2016">4 <!ENTITY releasedate "February 16, 2016"> 5 5 <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> 6 6 <!ENTITY milestone "7.9"> -
patches.ent
r31a11cf re523b7b 3 3 <!-- Start of Common Patches --> 4 4 5 <!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes- 2.patch">6 <!ENTITY bash-fixes-patch-md5 " fd2d7ca532f9ea53d678a6bc79354681">7 <!ENTITY bash-fixes-patch-size "1 3KB">5 <!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-3.patch"> 6 <!ENTITY bash-fixes-patch-md5 "e183ab08f0a51a7c5a2e974eb1ecbc46"> 7 <!ENTITY bash-fixes-patch-size "15 KB"> 8 8 9 9 <!ENTITY bc-memory-leak-patch "bc-&bc-version;-memory_leak-1.patch"> … … 11 11 <!ENTITY bc-memory-leak-patch-size "1.4 KB"> 12 12 13 <!ENTITY binutils-upstream-patch "binutils-&binutils-version;-upstream_fix- 1.patch">14 <!ENTITY binutils-upstream-patch-md5 " a13223621449e0d6934a608f646f13a9">15 <!ENTITY binutils-upstream-patch-size " 3.0KB">13 <!ENTITY binutils-upstream-patch "binutils-&binutils-version;-upstream_fix-2.patch"> 14 <!ENTITY binutils-upstream-patch-md5 "33662839ab819acb58796c4c2db20631"> 15 <!ENTITY binutils-upstream-patch-size "13 KB"> 16 16 17 17 <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch"> … … 23 23 <!ENTITY coreutils-i18n-patch-size "146 KB"> 24 24 25 <!ENTITY gcc-upstream-patch "gcc-&gcc-version;-upstream_fixes-1.patch"> 26 <!ENTITY gcc-upstream-patch-md5 "56d86c16ea62e024e6eebbdc9dc63700"> 27 <!ENTITY gcc-upstream-patch-size "251 KB"> 28 25 29 <!ENTITY glibc-upstream-patch "glibc-&glibc-version;-upstream_i386_fix-1.patch"> 26 30 <!ENTITY glibc-upstream-patch-md5 "cfb3cb46074a833ac5729be79e4f2592"> 27 31 <!ENTITY glibc-upstream-patch-size "1.9 KB"> 32 33 <!ENTITY glibc-upstream-patch2 "glibc-&glibc-version;-upstream_fixes-1.patch"> 34 <!ENTITY glibc-upstream-patch2-md5 "2357ae19ff8b1bfc527214d19d328903"> 35 <!ENTITY glibc-upstream-patch2-size "52 KB"> 28 36 29 37 <!ENTITY glibc-fhs-patch "glibc-&glibc-version;-fhs-1.patch"> … … 39 47 <!ENTITY kbd-backspace-patch-size "12 KB"> 40 48 41 <!ENTITY mpfr-upstream-patch "mpfr-&mpfr-version;-upstream_fixes- 1.patch">42 <!ENTITY mpfr-upstream-patch-md5 " 2044abd90351861311c9aafcfb0ce864">43 <!ENTITY mpfr-upstream-patch-size " 81KB">49 <!ENTITY mpfr-upstream-patch "mpfr-&mpfr-version;-upstream_fixes-2.patch"> 50 <!ENTITY mpfr-upstream-patch-md5 "ef2f0b72f7e2dcc7775303bd3b850bca"> 51 <!ENTITY mpfr-upstream-patch-size "138 KB"> 44 52 45 53 <!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
Note:
See TracChangeset
for help on using the changeset viewer.