- Timestamp:
- Oct 16, 2007, 7:33:27 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 5a90148
- Parents:
- 725ea6d
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/texinfo.xml
r725ea6d r78885f9 26 26 <title>Installation of Texinfo</title> 27 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>28 <para os="p1">Fixes a build error due to mbstate is not defined. 29 Apply the following patch to fix this:</para> 30 30 31 <screen os="p2"><userinput>patch -Np1 -i ../&texinfo- tempfile_fix-patch;</userinput></screen>31 <screen os="p2"><userinput>patch -Np1 -i ../&texinfo-mbstate_fix-patch;</userinput></screen> 32 32 33 33 <para os="a">Prepare Texinfo for compilation:</para> -
BOOK/introduction/common/changelog.xml
r725ea6d r78885f9 55 55 <listitem> 56 56 <para>[jim] - Updated to Tar 1.19.</para> 57 </listitem> 58 <listitem> 59 <para>[jim] - Updated to Texinfo 4.11.</para> 57 60 </listitem> 58 61 </itemizedlist> -
BOOK/materials/common/patches.xml
r725ea6d r78885f9 173 173 174 174 <varlistentry> 175 <term>Texinfo Tempfile Fix Patch - <token>&texinfo-tempfile_fix-patch-size;</token>:</term>175 <term>Texinfo mbstate Fix Patch - <token>&texinfo-mbstate_fix-patch-size;</token>:</term> 176 176 <listitem> 177 177 <para>Download: <ulink 178 url="&patches-root;&texinfo- tempfile_fix-patch;"/></para>179 <para>MD5 sum: <literal>&texinfo- tempfile_fix-patch-md5;</literal></para>178 url="&patches-root;&texinfo-mbstate_fix-patch;"/></para> 179 <para>MD5 sum: <literal>&texinfo-mbstate_fix-patch-md5;</literal></para> 180 180 </listitem> 181 181 </varlistentry> -
BOOK/packages.ent
r725ea6d r78885f9 377 377 <!ENTITY tcl-home "http://www.tcl.tk"> 378 378 379 <!ENTITY texinfo-version "4. 9">380 <!ENTITY texinfo-size "1 ,496KB">379 <!ENTITY texinfo-version "4.11"> 380 <!ENTITY texinfo-size "1628 KB"> 381 381 <!ENTITY texinfo-url "&gnu;texinfo/texinfo-&texinfo-version;.tar.bz2"> 382 <!ENTITY texinfo-md5 " f4458e4b81e5469fa0815c35654141ab">382 <!ENTITY texinfo-md5 "c6bf13df4fbeff8ce874aacd6a51e814"> 383 383 <!ENTITY texinfo-home "&gnu-software;texinfo"> 384 384 -
BOOK/patches.ent
r725ea6d r78885f9 73 73 <!ENTITY shadow-fixes-patch-size "32 KB"> 74 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.2KB">75 <!ENTITY texinfo-mbstate_fix-patch "texinfo-&texinfo-version;-mbstate_fix-1.patch"> 76 <!ENTITY texinfo-mbstate_fix-patch-md5 "37e3d170d809bb1c90e9741864839f66"> 77 <!ENTITY texinfo-mbstate_fix-patch-size "4 KB"> 78 78 79 79 <!ENTITY vim-fixes-patch "vim-&vim-version;-fixes-3.patch">
Note:
See TracChangeset
for help on using the changeset viewer.