Changeset cef5d3a


Ignore:
Timestamp:
05/24/2016 03:40:06 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b50c055
Parents:
ea25659
Message:

libxml2-2.9.4
libxslt-1.1.29

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rea25659 rcef5d3a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "24">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 22nd &year;">
     9<!ENTITY releasedate  "May 24th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libxml2.xml

    rea25659 rcef5d3a  
    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        "daece17e045f1c107610e137ab50c179">
    10   <!ENTITY libxml2-size          "5.2 MB">
     9  <!ENTITY libxml2-md5sum        "ae249165c173b1ff386ee8ad676815f5">
     10  <!ENTITY libxml2-size          "5.1 MB">
    1111  <!ENTITY libxml2-buildsize     "95 MB (additional 20 MB for tests)">
    12   <!ENTITY libxml2-time          "0.5 SBU (additional 0.2 SBU for tests)">
     12  <!ENTITY libxml2-time          "0.6 SBU (additional 0.2 SBU for tests)">
    1313  <!ENTITY testsuite-version     "20130923">
    1414]>
     
    8181        </para>
    8282      </listitem>
     83<!-- All CVEs seem to have been applied in 2.9.4
    8384      <listitem>
    8485        <para>
     
    8687          <ulink url="&patch-root;/libxml2-&libxml2-version;-security_fixes-1.patch"/>
    8788        </para>
    88       </listitem>
     89      </listitem>-->
    8990    </itemizedlist>
    9091
     
    125126    </para>
    126127
    127 <screen><userinput>patch -Np1 -i ../libxml2-&libxml2-version;-security_fixes-1.patch &amp;&amp;
    128 ./configure --prefix=/usr --disable-static --with-history &amp;&amp;
     128<screen><userinput>./configure --prefix=/usr --disable-static --with-history &amp;&amp;
    129129make</userinput></screen>
    130130
  • general/genlib/libxslt.xml

    rea25659 rcef5d3a  
    77  <!ENTITY libxslt-download-http "http://xmlsoft.org/sources/libxslt-&libxslt-version;.tar.gz">
    88  <!ENTITY libxslt-download-ftp  "ftp://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz">
    9   <!ENTITY libxslt-md5sum        "9667bf6f9310b957254fdcf6596600b7">
     9  <!ENTITY libxslt-md5sum        "a129d3c44c022de3b9dcf6d6f288d72e">
    1010  <!ENTITY libxslt-size          "3.3 MB">
    11   <!ENTITY libxslt-buildsize     "40 MB">
    12   <!ENTITY libxslt-time          "0.3 SBU">
     11  <!ENTITY libxslt-buildsize     "40 MB (with tests)">
     12  <!ENTITY libxslt-time          "0.3 SBU (with tests)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    rea25659 rcef5d3a  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>May 24th, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update to libxslt-1.1.29. Fixes
     52          <ulink url="&blfs-ticket-root;7874">#7874</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[pierre] - Update to libxml2-2.9.4. Fixes
     56          <ulink url="&blfs-ticket-root;7873">#7873</ulink>.</para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
    4660
    4761    <listitem>
  • packages.ent

    rea25659 rcef5d3a  
    139139<!ENTITY libusb-compat-version        "0.1.5">
    140140<!ENTITY libxkbcommon-version         "0.6.1">
    141 <!ENTITY libxml2-version              "2.9.3">
    142 <!ENTITY libxslt-version              "1.1.28">
     141<!ENTITY libxml2-version              "2.9.4">
     142<!ENTITY libxslt-version              "1.1.29">
    143143<!ENTITY libzeitgeist-version         "0.3.18">
    144144<!ENTITY lzo-version                  "2.09">
Note: See TracChangeset for help on using the changeset viewer.