Changeset 714d067


Ignore:
Timestamp:
06/17/2004 03:24:33 AM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ce3cfc01
Parents:
004a8284
Message:

update libxml2 and libxslt

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2332 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r004a8284 r714d067  
    9090
    9191validate:
    92 # --noent prevents resolving linkend (remove when xinclude fully
    93 # implemented)
    94         xmllint --noout --nonet --noent --xinclude --postvalid index.xml
     92        xmllint --noout --nonet --xinclude --postvalid index.xml
  • book/preface.xml

    r004a8284 r714d067  
    6464<blockquote><literallayout>Larry Lawrence
    6565larry &lt;at&gt; linuxfromscratch.org
    66 BLFS Editor (March 2003 - present)</literallayout></blockquote>
     66BLFS Editor (March 2003 - June 2004)</literallayout></blockquote>
    6767
    6868</sect1>
  • general.ent

    r004a8284 r714d067  
    5454<!ENTITY fam-version                  "2.7.0">
    5555<!ENTITY libxml-version               "1.8.17">
    56 <!ENTITY libxml2-version              "2.6.9">
    57 <!ENTITY libxslt-version              "1.1.6">
     56<!ENTITY libxml2-version              "2.6.10">
     57<!ENTITY libxslt-version              "1.1.7">
    5858<!ENTITY readline-version             "4.3">
    5959<!ENTITY gmp-version                  "4.1.3">
  • general/genlib/libxml2.xml

    r004a8284 r714d067  
    77<!ENTITY libxml2-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-&libxml2-version;.tar.bz2">
    88<!ENTITY libxml2-download-ftp "ftp://xmlsoft.org/libxml2-&libxml2-version;.tar.gz">
    9 <!ENTITY libxml2-size "2.6 MB">
    10 <!ENTITY libxml2-buildsize "56 MB">
     9<!ENTITY libxml2-size "3.5 MB">
     10<!ENTITY libxml2-buildsize "73 MB">
    1111<!ENTITY libxml2-time "1.10 SBU">
    1212
  • general/genlib/libxslt.xml

    r004a8284 r714d067  
    77<!ENTITY libxslt-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxslt/1.1/libxslt-&libxslt-version;.tar.bz2">
    88<!ENTITY libxslt-download-ftp "ftp://xmlsoft.org/libxslt-&libxslt-version;.tar.gz">
    9 <!ENTITY libxslt-size "1.7 MB">
    10 <!ENTITY libxslt-buildsize "34 MB">
     9<!ENTITY libxslt-size "2.5 MB">
     10<!ENTITY libxslt-buildsize "37 MB">
    1111<!ENTITY libxslt-time "0.40 SBU">
    1212
  • introduction/welcome/changelog.xml

    r004a8284 r714d067  
    1818
    1919<itemizedlist>
     20
     21<listitem><para>June 16th, 2004 [larry]: updated to libxml2-2.6.10 and
     22libxslt-1.1.7; returned 'make validate' to checking entities.</para></listitem>
    2023
    2124<listitem><para>June 16th, 2004 [dj]: updated to xine-lib-1-rc4a and
  • postlfs/editors/joe.xml

    r004a8284 r714d067  
    77  <!ENTITY joe-download-http "http://prdownloads.sourceforge.net/joe-editor/joe-&joe-version;.tar.gz">
    88  <!ENTITY joe-download-ftp  " ">
    9   <!ENTITY joe-size          "308 KB">
    10   <!ENTITY joe-buildsize     "4.8 MB">
     9  <!ENTITY joe-size          "380 KB">
     10  <!ENTITY joe-buildsize     "5.7 MB">
    1111  <!ENTITY joe-time          "0.11 SBU">
    1212]>
  • postlfs/filesystems/reiser.xml

    r004a8284 r714d067  
    77  <!ENTITY reiser-download-http "http://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-&reiser-version;.tar.gz">
    88  <!ENTITY reiser-download-ftp "ftp://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-&reiser-version;.tar.gz">
    9   <!ENTITY reiser-size "388 KB">
    10   <!ENTITY reiser-buildsize "9.4 MB">
     9  <!ENTITY reiser-size "400 KB">
     10  <!ENTITY reiser-buildsize "8.4 MB">
    1111  <!ENTITY reiser-time "0.16 SBU">
    1212]>
Note: See TracChangeset for help on using the changeset viewer.