Changeset d5d259c


Ignore:
Timestamp:
Jul 23, 2007, 4:31:51 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
24cc73c
Parents:
6ef644e
Message:

Updated Texinfo to 4.9.

Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/changelog.xml

    r6ef644e rd5d259c  
    4040      <para>July 23, 2007</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated Texinfo to 4.9.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[jciccone] - Updated E2fsprogs to 1.40.2.</para>
  • BOOK/packages.ent

    r6ef644e rd5d259c  
    383383<!ENTITY tcl-home "http://www.tcl.tk">
    384384
    385 <!ENTITY texinfo-version "4.8a">
    386 <!ENTITY texinfo-size "1,488 KB">
     385<!ENTITY texinfo-version "4.9">
     386<!ENTITY texinfo-size "1,496 KB">
    387387<!ENTITY texinfo-url "&gnu;texinfo/texinfo-&texinfo-version;.tar.bz2">
    388 <!ENTITY texinfo-md5 "0f429f87de9f20d6c0d952e63bf8e3fa">
     388<!ENTITY texinfo-md5 "f4458e4b81e5469fa0815c35654141ab">
    389389<!ENTITY texinfo-home "&gnu-software;texinfo">
    390390
  • BOOK/patches.ent

    r6ef644e rd5d259c  
    9494
    9595<!ENTITY texinfo-tempfile_fix-patch "texinfo-&texinfo-version;-tempfile_fix-1.patch">
    96 <!ENTITY texinfo-tempfile_fix-patch-md5 "559bda136a2ac7777ecb67511227af85">
     96<!ENTITY texinfo-tempfile_fix-patch-md5 "1c610a8132437653f705677321b0615b">
    9797<!ENTITY texinfo-tempfile_fix-patch-size "2.2 KB">
    9898
  • patches/texinfo-4.9-tempfile_fix-1.patch

    r6ef644e rd5d259c  
    1212Update: Changed to not pass a constant string to mktemp().
    1313
    14 diff -Naur texinfo-4.8.orig/util/texindex.c texinfo-4.8/util/texindex.c
    15 --- texinfo-4.8.orig/util/texindex.c    2005-12-11 23:29:08.000000000 -0600
    16 +++ texinfo-4.8/util/texindex.c 2005-12-11 23:33:31.000000000 -0600
     14diff -Naur texinfo-4.9.orig/util/texindex.c texinfo-4.9/util/texindex.c
     15--- texinfo-4.9.orig/util/texindex.c    2007-07-23 07:11:38.000000000 -0400
     16+++ texinfo-4.9/util/texindex.c 2007-07-23 07:11:49.000000000 -0400
    1717@@ -99,6 +99,9 @@
    1818 /* Directory to use for temporary files.  On Unix, it ends with a slash.  */
     
    4545 
    4646   for (i = 0; i < num_infiles; i++)
    47 @@ -389,21 +398,21 @@
     47@@ -390,21 +399,21 @@
    4848 static char *
    4949 maketempname (int count)
     
    7878 }
    7979 
    80 
     80 
Note: See TracChangeset for help on using the changeset viewer.