Changeset 78885f9


Ignore:
Timestamp:
Oct 16, 2007, 12:33:27 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5a90148
Parents:
725ea6d
Message:

Updated to Texinfo 4.11

Files:
1 added
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/texinfo.xml

    r725ea6d r78885f9  
    2626    <title>Installation of Texinfo</title>
    2727
    28     <para os="p1">Texinfo allows local users to overwrite arbitrary files via a symlink
    29     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>
    3030
    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>
    3232
    3333    <para os="a">Prepare Texinfo for compilation:</para>
  • BOOK/introduction/common/changelog.xml

    r725ea6d r78885f9  
    5555        <listitem>
    5656          <para>[jim] - Updated to Tar 1.19.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[jim] - Updated to Texinfo 4.11.</para>
    5760        </listitem>
    5861      </itemizedlist>
  • BOOK/materials/common/patches.xml

    r725ea6d r78885f9  
    173173
    174174    <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>
    176176       <listitem>
    177177        <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>
    180180       </listitem>
    181181    </varlistentry>
  • BOOK/packages.ent

    r725ea6d r78885f9  
    377377<!ENTITY tcl-home "http://www.tcl.tk">
    378378
    379 <!ENTITY texinfo-version "4.9">
    380 <!ENTITY texinfo-size "1,496 KB">
     379<!ENTITY texinfo-version "4.11">
     380<!ENTITY texinfo-size "1628 KB">
    381381<!ENTITY texinfo-url "&gnu;texinfo/texinfo-&texinfo-version;.tar.bz2">
    382 <!ENTITY texinfo-md5 "f4458e4b81e5469fa0815c35654141ab">
     382<!ENTITY texinfo-md5 "c6bf13df4fbeff8ce874aacd6a51e814">
    383383<!ENTITY texinfo-home "&gnu-software;texinfo">
    384384
  • BOOK/patches.ent

    r725ea6d r78885f9  
    7373<!ENTITY shadow-fixes-patch-size "32 KB">
    7474
    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">
     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">
    7878
    7979<!ENTITY vim-fixes-patch "vim-&vim-version;-fixes-3.patch">
Note: See TracChangeset for help on using the changeset viewer.