Changeset 427c00b
- Timestamp:
- 02/17/2016 02:29:08 AM (7 years ago)
- Branches:
- 7.9-systemd, 7.9-systemd-rc2, systemd
- Children:
- b0424f7
- Parents:
- 02bc4a0
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r02bc4a0 r427c00b 37 37 --> 38 38 <listitem> 39 <para>2016-02-16</para> 40 <itemizedlist> 41 <listitem> 42 <para>[renodr] - Add patches for mpfr, binutils, gcc, glibc, and bash</para> 43 </listitem> 44 </itemizedlist> 45 </listitem> 46 47 <listitem> 39 48 <para>2016-02-15</para> 40 49 <itemizedlist> -
chapter01/whatsnew.xml
r02bc4a0 r427c00b 239 239 <listitem><para></para></listitem> <!-- satisfy build --> 240 240 241 <listitem> 242 <para>&bash-fixes-patch;</para> 243 </listitem> 244 245 <listitem> 246 <para>&binutils-upstream-patch;</para> 247 </listitem> 248 249 <!-- <listitem> 250 <para>&gcc-upstream-patch;</para> 251 </listitem> --> 252 253 <listitem> 254 <para>&glibc-largefile-patch;</para> 255 </listitem> 256 257 <listitem> 258 <para>&glibc-upstream-patch2;</para> 259 </listitem> 260 261 <listitem> 262 <para>&mpfr-upstream-patch;</para> 263 </listitem> 264 241 265 <!--<listitem> 242 266 <para>&glibc-largefile-patch;</para> -
chapter03/patches.xml
r02bc4a0 r427c00b 58 58 </varlistentry> 59 59 60 <!-- <varlistentry> 61 <term>Gcc Upstream Patch - <token>&gcc-upstream-patch-size;</token>:</term> 62 <listitem> 63 <para>Download: <ulink url="&patches-root;&gcc-upstream-patch;"/></para> 64 <para>MD5 sum: <literal>&gcc-upstream-patch-md5;</literal></para> 65 </listitem> 66 </varlistentry> --> 67 60 68 <varlistentry> 61 69 <term>Glibc FHS Patch - <token>&glibc-fhs-patch-size;</token>:</term> … … 79 87 <para>Download: <ulink url="&patches-root;&glibc-largefile-patch;"/></para> 80 88 <para>MD5 sum: <literal>&glibc-largefile-patch-md5;</literal></para> 89 </listitem> 90 </varlistentry> 91 92 <varlistentry> 93 <term>Glibc Upstream Patch - <token>&glibc-upstream-patch2-size;</token>:</term> 94 <listitem> 95 <para>Download: <ulink url="&patches-root;&glibc-upstream-patch2;"/></para> 96 <para>MD5 sum: <literal>&glibc-upstream-patch2-md5;</literal></para> 81 97 </listitem> 82 98 </varlistentry> -
chapter06/gcc.xml
r02bc4a0 r427c00b 41 41 <sect2 role="installation"> 42 42 <title>Installation of GCC</title> 43 <!-- 44 <para>First apply some fixes from the upstream repository:</para>45 46 <screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen> 47 --> 43 44 <!-- <para>First apply some fixes from the upstream repository:</para> 45 46 <screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen> --> 47 48 48 <para>The GCC documentation recommends building GCC in a dedicated build directory:</para> 49 49 -
chapter06/glibc.xml
r02bc4a0 r427c00b 75 75 76 76 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-largefile-patch;</userinput></screen> 77 78 <para>Finally, update some recent changes from the upstream repository:</para> 79 80 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch2;</userinput></screen> 77 81 78 82 <para>The Glibc documentation recommends building Glibc -
general.ent
r02bc4a0 r427c00b 1 <!ENTITY version "2016021 4-systemd">1 <!ENTITY version "20160216-systemd"> 2 2 <!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release --> 3 <!ENTITY releasedate "February 1 4, 2016">3 <!ENTITY releasedate "February 16, 2016"> 4 4 <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> 5 5 <!ENTITY milestone "7.9"> -
patches.ent
r02bc4a0 r427c00b 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"> … … 22 22 <!ENTITY coreutils-i18n-patch-md5 "c6334ed5b03062ef7e9649e8ceb2cfc1"> 23 23 <!ENTITY coreutils-i18n-patch-size "148 KB"> 24 25 <!-- 26 <!ENTITY gcc-upstream-patch "gcc-&gcc-version;-upstream_fixes-1.patch"> 27 <!ENTITY gcc-upstream-patch-md5 "56d86c16ea62e024e6eebbdc9dc63700"> 28 <!ENTITY gcc-upstream-patch-size "251 KB"> 29 --> 24 30 25 31 <!ENTITY glibc-fhs-patch "glibc-&glibc-version;-fhs-1.patch"> … … 35 41 <!ENTITY glibc-upstream-patch-size "1.9 KB"> 36 42 43 <!ENTITY glibc-upstream-patch2 "glibc-&glibc-version;-upstream_fixes-1.patch"> 44 <!ENTITY glibc-upstream-patch2-md5 "2357ae19ff8b1bfc527214d19d328903"> 45 <!ENTITY glibc-upstream-patch2-size "52 KB"> 46 37 47 <!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch"> 38 48 <!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895"> 39 49 <!ENTITY kbd-backspace-patch-size "12 KB"> 40 50 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">51 <!ENTITY mpfr-upstream-patch "mpfr-&mpfr-version;-upstream_fixes-2.patch"> 52 <!ENTITY mpfr-upstream-patch-md5 "ef2f0b72f7e2dcc7775303bd3b850bca"> 53 <!ENTITY mpfr-upstream-patch-size "128 KB"> 44 54 45 55 <!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
Note:
See TracChangeset
for help on using the changeset viewer.