Changeset 7a5c814


Ignore:
Timestamp:
02/17/2022 01:15:22 AM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e7ec655f
Parents:
8c415ea
Message:

Update to libxslt-1.1.35.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    r8c415ea r7a5c814  
    55  %general-entities;
    66
    7   <!ENTITY libxslt-download-http "http://xmlsoft.org/sources/libxslt-&libxslt-version;.tar.gz">
    8   <!ENTITY libxslt-download-ftp  "ftp://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz">
    9   <!ENTITY libxslt-md5sum        "db8765c8d076f1b6caafd9f2542a304a">
    10   <!ENTITY libxslt-size          "3.4 MB">
     7  <!ENTITY libxslt-download-http "https://download.gnome.org/sources/libxslt/1.1/libxslt-&libxslt-version;.tar.xz">
     8  <!ENTITY libxslt-download-ftp  " ">
     9  <!ENTITY libxslt-md5sum        "5b3a634b77effd8a6268c21173575053">
     10  <!ENTITY libxslt-size          "1.7 MB">
    1111  <!ENTITY libxslt-buildsize     "36 MB (with tests)">
    12   <!ENTITY libxslt-time          "0.3 SBU (with tests)">
     12  <!ENTITY libxslt-time          "0.2 SBU (with tests)">
    1313]>
    1414
     
    138138
    139139<screen><userinput>sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} &amp;&amp;
    140 sed -i -r '/max(Parser)?Depth/d' ./tests/fuzz/fuzz.c &amp;&amp;
     140
    141141./configure --prefix=/usr --disable-static --without-python  &amp;&amp;
    142142make</userinput></screen>
     
    147147         </para>
    148148
    149 <screen><userinput>sed -e 's@http://cdn.docbook.org/release/xsl@https://cdn.docbook.org/release/xsl-nons@' \
    150     -e 's@\$Date\$@31 October 2019@' -i doc/xsltproc.xml &amp;&amp;
     149<screen><userinput>sed -e 's@\$Date\$@31 October 2019@' -i doc/xsltproc.xml &amp;&amp;
    151150xsltproc/xsltproc --nonet doc/xsltproc.xml -o doc/xsltproc.1</userinput></screen>
    152151
     
    169168      <command>sed -i s/3000/5000/ ...</command>: this increases the recursion
    170169      limit in libxslt. This is needed by some packages for their documentation.
    171     </para>
    172 
    173     <para>
    174       <command>sed -i -r '/max(Parser)?Depth/d' ...</command>: this works
    175       around an issue running test suite of libxslt with libxml-2.9.12.
    176170    </para>
    177171
  • introduction/welcome/changelog.xml

    r8c415ea r7a5c814  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>February 16th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to libxslt-1.1.35. Fixes
     49          <ulink url="&blfs-ticket-root;16118">#16118</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>February 14th, 2022</para>
  • packages.ent

    r8c415ea r7a5c814  
    179179to avoid building libxml2 twice, which is slow with all deps -->
    180180<!ENTITY libxml2-version              "2.9.12">
    181 <!ENTITY libxslt-version              "1.1.34">
     181<!ENTITY libxslt-version              "1.1.35">
    182182<!ENTITY libwacom-version             "2.1.0">
    183183<!ENTITY libwpe-version               "1.12.0">
Note: See TracChangeset for help on using the changeset viewer.