- Timestamp:
- Jan 3, 2009, 1:16:57 PM (16 years ago)
- Branches:
- master
- Children:
- cd4af16
- Parents:
- 13f2ca7
- Location:
- BOOK
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/alpha/glibc.xml
r13f2ca7 r2270211 50 50 xpointer="xpointer(//*[@os='p6'])"/> 51 51 52 <!-- 52 53 <para os="a1">The following patch makes sysdep-cancel use one region instead of two:</para> 53 54 54 55 <screen os="a2"><userinput>patch -Np1 -i ../&glibc-sysdep_cancel-patch;</userinput></screen> 56 --> 55 57 56 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/arm/glibc.xml
r13f2ca7 r2270211 58 58 xpointer="xpointer(//*[@os='p6'])"/> 59 59 60 <!-- 60 61 <para os="ar1">The following patch defines RTLD_SINGLE_THREAD_P for arm.</para> 61 62 62 63 <screen os="ar2"><userinput>patch -Np1 -i ../&glibc-RTLD_SINGLE_THREAD_P-patch;</userinput></screen> 64 --> 63 65 64 66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/common/shadow.xml
r13f2ca7 r2270211 13 13 <sect2 role="installation"> 14 14 <title>Installation of Shadow</title> 15 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"17 href="../../final-system/common/shadow.xml"18 xpointer="xpointer(//*[@os='p1'])"/>19 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"21 href="../../final-system/common/shadow.xml"22 xpointer="xpointer(//*[@os='p2'])"/>23 15 24 16 <para>The following patch changes the hard-coded <filename>/etc</filename> -
BOOK/cross-tools/hppa/glibc.xml
r13f2ca7 r2270211 58 58 xpointer="xpointer(//*[@os='p6'])"/> 59 59 60 <!-- 60 61 <para os="hp1">This patch adds the TLS reloc numbers so Glibc can compile 61 62 with working NPTL support.</para> 62 63 63 64 <screen os="hp2"><userinput>patch -Np1 -i ../&glibc-hppa_nptl-patch;</userinput></screen> 65 --> 64 66 65 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/alpha/perl.xml
r13f2ca7 r2270211 25 25 href="../arm/perl.xml" 26 26 xpointer="xpointer(//*[@os='w1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"29 href="../arm/perl.xml"30 xpointer="xpointer(//*[@os='p1'])"/>31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../arm/perl.xml"34 xpointer="xpointer(//*[@os='p2'])"/>35 27 36 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/arm/perl.xml
r13f2ca7 r2270211 30 30 can cause the build to hang or fail.</para> 31 31 </warning> 32 33 <para os="p1">The following patch causes makedepend.sh to also remove34 <literal><command-line></literal> as well as35 <literal><command line></literal>:</para>36 37 <screen os="p2"><userinput>patch -Np1 -i ../&perl-gcc42_fix-patch;</userinput></screen>38 32 39 33 <para os="p3">The following patch fixes issues with Perl and -
BOOK/final-system/common/coreutils.xml
r13f2ca7 r2270211 26 26 <title>Installation of Coreutils</title> 27 27 28 <para os="p1">Prevent Coreutils from installing binaries that will be 29 installed by other packages:</para> 30 31 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-suppress-patch;</userinput></screen> 32 33 <para os="p3">A known issue with the <command>uname</command> program from 28 <para os="p1">A known issue with the <command>uname</command> program from 34 29 this package is that the <option>-p</option> switch always 35 30 returns <computeroutput>unknown</computeroutput>. The following patch 36 31 fixes this behavior for all architectures:</para> 37 32 38 <screen os="p 4"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>33 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen> 39 34 40 35 <para os="s1">The following command renames the internal implementation of -
BOOK/final-system/common/gawk.xml
r13f2ca7 r2270211 25 25 <sect2 role="installation"> 26 26 <title>Installation of Gawk</title> 27 28 <para os="a">Patch Gawk to fix a bug which causes it to29 segfault when invoked on a non-existent file:</para>30 31 <screen os="b"><userinput>patch -Np1 -i ../&gawk-segfault-patch;</userinput></screen>32 27 33 28 <para os="c">Prepare Gawk for compilation:</para> -
BOOK/final-system/common/shadow.xml
r13f2ca7 r2270211 33 33 command below.</para> 34 34 </note> 35 36 <para os="p1">The following patch fixes numerous issues in shadow. See37 patch for details:</para>38 39 <screen os="p2"><userinput>patch -Np1 -i ../&shadow-fixes-patch;</userinput></screen>40 35 41 36 <para os="b">Create a config.cache containing information about a test that -
BOOK/final-system/common/texinfo.xml
r13f2ca7 r2270211 25 25 <sect2 role="installation"> 26 26 <title>Installation of Texinfo</title> 27 28 <para os="p1">Texinfo allows local users to overwrite arbitrary files via a symlink29 attack on temporary files. Apply the following patch to fix this:</para>30 31 <screen os="p2"><userinput>patch -Np1 -i ../&texinfo-tempfile_fix-patch;</userinput></screen>32 27 33 28 <para os="a">Prepare Texinfo for compilation:</para> -
BOOK/final-system/common/vim.xml
r13f2ca7 r2270211 42 42 43 43 <screen os="p2"><userinput>patch -Np1 -i ../&vim-cross_compile-patch;</userinput></screen> 44 45 <para os="p3">The following patch contains updates from the maintainer. The46 maintainer of Vim only releases these patches to fix serious issues.</para>47 48 <screen os="p4"><userinput>patch -Np1 -i ../&vim-fixes-patch;</userinput></screen>49 44 50 45 <para os="b">Change the default location of -
BOOK/final-system/hppa/perl.xml
r13f2ca7 r2270211 25 25 href="../arm/perl.xml" 26 26 xpointer="xpointer(//*[@os='w1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"29 href="../arm/perl.xml"30 xpointer="xpointer(//*[@os='p1'])"/>31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../arm/perl.xml"34 xpointer="xpointer(//*[@os='p2'])"/>35 27 36 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/x86/perl.xml
r13f2ca7 r2270211 25 25 href="../arm/perl.xml" 26 26 xpointer="xpointer(//*[@os='w1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"29 href="../arm/perl.xml"30 xpointer="xpointer(//*[@os='p1'])"/>31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../arm/perl.xml"34 xpointer="xpointer(//*[@os='p2'])"/>35 27 36 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
r13f2ca7 r2270211 40 40 <para>Janurary 03, 2009</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Update Patches.</para> 44 </listitem> 42 45 <listitem> 43 46 <para>[jciccone] - Updated Binutils to 2.19.</para> -
BOOK/materials/alpha/patches.xml
r13f2ca7 r2270211 10 10 11 11 <title>Additional Patches for Alpha</title> 12 12 <!-- 13 13 <variablelist role="materials"> 14 14 … … 23 23 24 24 </variablelist> 25 25 --> 26 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 27 27 href="../common/patches.xml" -
BOOK/materials/arm/patches.xml
r13f2ca7 r2270211 10 10 11 11 <title>Additional Patches for ARM</title> 12 12 <!-- 13 13 <variablelist role="materials"> 14 14 … … 23 23 24 24 </variablelist> 25 25 --> 26 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 27 27 href="../common/patches.xml" -
BOOK/materials/common/patches.xml
r13f2ca7 r2270211 37 37 </varlistentry> 38 38 39 <varlistentry>40 <term>Coreutils Suppress Uptime, Kill, Su Patch - <token>&coreutils-suppress-patch-size;</token>:</term>41 <listitem>42 <para>Download: <ulink43 url="&patches-root;&coreutils-suppress-patch;"/></para>44 <para>MD5 sum: <literal>&coreutils-suppress-patch-md5;</literal></para>45 </listitem>46 </varlistentry>47 48 39 <varlistentry> 49 40 <term>Coreutils Uname Patch - <token>&coreutils-uname-patch-size;</token>:</term> … … 52 43 url="&patches-root;&coreutils-uname-patch;"/></para> 53 44 <para>MD5 sum: <literal>&coreutils-uname-patch-md5;</literal></para> 54 </listitem>55 </varlistentry>56 57 <varlistentry>58 <term>Gawk Segfault Patch - <token>&gawk-segfault-patch-size;</token>:</term>59 <listitem>60 <para>Download: <ulink61 url="&patches-root;&gawk-segfault-patch;"/></para>62 <para>MD5 sum: <literal>&gawk-segfault-patch-md5;</literal></para>63 45 </listitem> 64 46 </varlistentry> … … 128 110 129 111 <varlistentry> 130 <term>Perl GCC 4.2.0 Fix Patch - <token>&perl-gcc42_fix-patch-size;</token>:</term>131 <listitem>132 <para>Download: <ulink133 url="&patches-root;&perl-gcc42_fix-patch;"/></para>134 <para>MD5 sum: <literal>&perl-gcc42_fix-patch-md5;</literal></para>135 </listitem>136 </varlistentry>137 138 <varlistentry>139 112 <term>Readline Fixes - <token>&readline-fixes-patch-size;</token>:</term> 140 113 <listitem> … … 153 126 </listitem> 154 127 </varlistentry> 155 156 <varlistentry>157 <term>Shadow Fixes Patch - <token>&shadow-fixes-patch-size;</token>:</term>158 <listitem>159 <para>Download: <ulink160 url="&patches-root;&shadow-fixes-patch;"/></para>161 <para>MD5 sum: <literal>&shadow-fixes-patch-md5;</literal></para>162 </listitem>163 </varlistentry>164 165 <varlistentry>166 <term>Texinfo Tempfile Fix Patch - <token>&texinfo-tempfile_fix-patch-size;</token>:</term>167 <listitem>168 <para>Download: <ulink169 url="&patches-root;&texinfo-tempfile_fix-patch;"/></para>170 <para>MD5 sum: <literal>&texinfo-tempfile_fix-patch-md5;</literal></para>171 </listitem>172 </varlistentry>173 128 174 129 <varlistentry> … … 178 133 url="&patches-root;&vim-cross_compile-patch;"/></para> 179 134 <para>MD5 sum: <literal>&vim-cross_compile-patch-md5;</literal></para> 180 </listitem>181 </varlistentry>182 183 <varlistentry>184 <term>Vim Fixes Patch - <token>&vim-fixes-patch-size;</token>:</term>185 <listitem>186 <para>Download: <ulink187 url="&patches-root;&vim-fixes-patch;"/></para>188 <para>MD5 sum: <literal>&vim-fixes-patch-md5;</literal></para>189 135 </listitem> 190 136 </varlistentry> -
BOOK/materials/hppa/patches.xml
r13f2ca7 r2270211 10 10 11 11 <title>Additional Patches for PA-RISC</title> 12 12 <!-- 13 13 <variablelist role="materials"> 14 14 … … 23 23 24 24 </variablelist> 25 25 --> 26 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 27 27 href="../common/patches.xml" -
BOOK/patches.ent
r13f2ca7 r2270211 5 5 <!-- Start of Common Patches --> 6 6 7 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes- 7.patch">8 <!ENTITY bash-fixes-patch-md5 " 41646ab52a642e50b45ff2d50209fcdc">9 <!ENTITY bash-fixes-patch-size " 136KB">7 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-9.patch"> 8 <!ENTITY bash-fixes-patch-md5 "f95ef1f0cce20d865f05a48f31b152ad"> 9 <!ENTITY bash-fixes-patch-size "420 KB"> 10 10 11 11 <!ENTITY binutils-posix-patch "binutils-&binutils-version;-posix-1.patch"> … … 13 13 <!ENTITY binutils-posix-patch-size "4 KB"> 14 14 15 <!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch">16 <!ENTITY coreutils-suppress-patch-md5 "8bc938ec7210fff3885b37b1339dca45">17 <!ENTITY coreutils-suppress-patch-size "12 KB">18 19 15 <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch"> 20 <!ENTITY coreutils-uname-patch-md5 " 865d271bec9039f45a3be0ada21edae0">16 <!ENTITY coreutils-uname-patch-md5 "d299f910668ab8650e8ecbb6cdc2d5b1"> 21 17 <!ENTITY coreutils-uname-patch-size "8 KB"> 22 23 <!ENTITY gawk-segfault-patch "gawk-&gawk-version;-segfault_fix-1.patch">24 <!ENTITY gawk-segfault-patch-md5 "7679530d88bf3eb56c42eb6aba342ddb">25 <!ENTITY gawk-segfault-patch-size "1.3 KB">26 18 27 19 <!ENTITY gcc-posix-patch "gcc-&gcc-version;-posix-1.patch"> … … 30 22 31 23 <!ENTITY glibc-cross_hacks-patch "glibc-&glibc-version;-cross_hacks-1.patch"> 32 <!ENTITY glibc-cross_hacks-patch-md5 " 3cb265835d19613137896a8e841c4a98">24 <!ENTITY glibc-cross_hacks-patch-md5 "fe8f5cadeae466f9762f911a5521f702"> 33 25 <!ENTITY glibc-cross_hacks-patch-size "20 KB"> 34 26 35 27 <!ENTITY glibc-libgcc_eh-patch "glibc-&glibc-version;-libgcc_eh-1.patch"> 36 <!ENTITY glibc-libgcc_eh-patch-md5 "0 6b164f0b144064a6aa0d6eed0d04fab">28 <!ENTITY glibc-libgcc_eh-patch-md5 "02bbf6bc29e34c4fc92fb478fddd43dd"> 37 29 <!ENTITY glibc-libgcc_eh-patch-size "8 KB"> 38 30 39 31 <!ENTITY glibc-localedef_segfault-patch "glibc-&glibc-version;-localedef_segfault-1.patch"> 40 <!ENTITY glibc-localedef_segfault-patch-md5 " 3ce6946b16e90a73d90ac701a5940709">41 <!ENTITY glibc-localedef_segfault-patch-size " 1.9KB">32 <!ENTITY glibc-localedef_segfault-patch-md5 "7f8d1687d78f18cc46db1531fb17f7fe"> 33 <!ENTITY glibc-localedef_segfault-patch-size "4 KB"> 42 34 43 <!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-2.patch">44 <!ENTITY inetutils-man_pages-patch-md5 "b04f46e66c4b438f609565073590ffd5">45 <!ENTITY inetutils-man_pages-patch-size "8 KB">46 35 47 <!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-3.patch">48 <!ENTITY mktemp-tempfile-patch-md5 "65d73faabe3f637ad79853b460d30a19">49 <!ENTITY mktemp-tempfile-patch-size "3.6KB">36 <!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch"> 37 <!ENTITY inetutils-man_pages-patch-md5 "ceddba1a8db7f18568a3832c11a69dff"> 38 <!ENTITY inetutils-man_pages-patch-size "4 KB"> 50 39 51 40 <!ENTITY ncurses-bashfix-patch "ncurses-&ncurses-version;-bash_fix-1.patch"> … … 57 46 <!ENTITY perl-cross_compile-patch-size "140 KB"> 58 47 59 <!ENTITY perl-gcc42_fix-patch "perl-&perl-version;-gcc42_fix-1.patch"> 60 <!ENTITY perl-gcc42_fix-patch-md5 "cd84d28231ea7f23d7e619d9304cc741"> 61 <!ENTITY perl-gcc42_fix-patch-size "4 KB"> 62 63 <!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-4.patch"> 64 <!ENTITY readline-fixes-patch-md5 "14ae1c3f3ff7223656f874bcf36e6f19"> 65 <!ENTITY readline-fixes-patch-size "20 KB"> 48 <!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-5.patch"> 49 <!ENTITY readline-fixes-patch-md5 "353320fac0a48339f4eccec72591ae3b"> 50 <!ENTITY readline-fixes-patch-size "24 KB"> 66 51 67 52 <!ENTITY shadow-sysroot_hacks-patch "shadow-&shadow-version;-sysroot_hacks-1.patch"> … … 69 54 <!ENTITY shadow-sysroot_hacks-patch-size "16 KB"> 70 55 71 <!ENTITY shadow-fixes-patch "shadow-&shadow-version;-fixes-1.patch">72 <!ENTITY shadow-fixes-patch-md5 "76eb87cfbf566e2676403811bde10d7b">73 <!ENTITY shadow-fixes-patch-size "32 KB">74 75 <!ENTITY texinfo-tempfile_fix-patch "texinfo-&texinfo-version;-tempfile_fix-1.patch">76 <!ENTITY texinfo-tempfile_fix-patch-md5 "1c610a8132437653f705677321b0615b">77 <!ENTITY texinfo-tempfile_fix-patch-size "2.2 KB">78 79 56 <!ENTITY vim-cross_compile-patch "vim-&vim-version;-cross_compile-1.patch"> 80 57 <!ENTITY vim-cross_compile-patch-md5 "f8af7a628b58959914390783932c23bc"> 81 58 <!ENTITY vim-cross_compile-patch-size "28 KB"> 82 83 <!ENTITY vim-fixes-patch "vim-&vim-version;-fixes-3.patch">84 <!ENTITY vim-fixes-patch-md5 "7d09a01fa76010bf7b33ea7f7772b5f4">85 <!ENTITY vim-fixes-patch-size "180 KB">86 59 87 60 <!ENTITY zlib-fpic-patch "zlib-&zlib-version;-fPIC-1.patch"> … … 91 64 <!-- Alpha Specific Patches --> 92 65 66 <!-- 93 67 <!ENTITY glibc-sysdep_cancel-patch "glibc-&glibc-version;-sysdep_cancel-1.patch"> 94 68 <!ENTITY glibc-sysdep_cancel-patch-md5 "6b3f61df100c88e616b1e8aea81f98ce"> 95 69 <!ENTITY glibc-sysdep_cancel-patch-size "4 KB"> 70 --> 96 71 97 72 <!-- ARM Specific Patches --> 98 73 74 <!-- 99 75 <!ENTITY glibc-RTLD_SINGLE_THREAD_P-patch "glibc-&glibc-version;-RTLD_SINGLE_THREAD_P-1.patch"> 100 76 <!ENTITY glibc-RTLD_SINGLE_THREAD_P-patch-md5 "3bb0167752997d3ccf5e2b41595bd7b3"> 101 77 <!ENTITY glibc-RTLD_SINGLE_THREAD_P-patch-size "4 KB"> 78 --> 102 79 103 80 <!-- PA-RISC Specific Patches --> 104 81 82 <!-- 105 83 <!ENTITY glibc-hppa_nptl-patch "glibc-&glibc-version;-hppa_nptl-1.patch"> 106 84 <!ENTITY glibc-hppa_nptl-patch-md5 "fd059ea12d885bc3bfa18a39d9a4949f"> 107 85 <!ENTITY glibc-hppa_nptl-patch-size "4 KB"> 86 -->
Note:
See TracChangeset
for help on using the changeset viewer.