Changeset 4d200c6


Ignore:
Timestamp:
10/21/2009 01:52:21 PM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
cdbd88b0
Parents:
3c29e4f6
Message:

Updated to libxml2-2.7.6

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3c29e4f6 r4d200c6  
    44-->
    55
    6 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     6<!ENTITY day          "21">                   <!-- Always 2 digits -->
    77<!ENTITY month        "10">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "October &day;th, &year;">
     12<!ENTITY releasedate  "October &day;st, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    121121<!ENTITY slang-version                "2.2.0">
    122122<!ENTITY gamin-version                "0.1.10">
    123 <!ENTITY libxml2-version              "2.7.3">
     123<!ENTITY libxml2-version              "2.7.6">
    124124<!ENTITY libxslt-version              "1.1.24">
    125125<!ENTITY libgtkhtml-version           "2.11.1">
  • general/genlib/libxml2.xml

    r3c29e4f6 r4d200c6  
    77  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
    88  <!ENTITY libxml2-download-ftp  "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
    9   <!ENTITY libxml2-md5sum        "8f4fda3969237c2a33bdb1583b5d06b2">
     9  <!ENTITY libxml2-md5sum        "7740a8ec23878a2f50120e1faa2730f2">
    1010  <!ENTITY libxml2-size          "4.7 MB">
    11   <!ENTITY libxml2-buildsize     "116 MB (additional 21 MB to run the full test suite)">
     11  <!ENTITY libxml2-buildsize     "74 MB (additional 19 MB to run the full test suite)">
    1212  <!ENTITY libxml2-time          "1.4 SBU (additional 0.3 SBU to run the full test suite)">
    1313]>
  • introduction/welcome/changelog.xml

    r3c29e4f6 r4d200c6  
    4242-->
    4343    <listitem>
     44      <para>October 21st, 2009</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[gdalziel] - Updated to libxml2-2.7.6.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4453      <para>October 17th, 2009</para>
    4554      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.