Changeset 323310f


Ignore:
Timestamp:
09/03/2022 01:17:46 AM (20 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
9762440
Parents:
8294b3df
Message:

Update to libxslt-1.1.37.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    r8294b3df r323310f  
    77  <!ENTITY libxslt-download-http "https://download.gnome.org/sources/libxslt/1.1/libxslt-&libxslt-version;.tar.xz">
    88  <!ENTITY libxslt-download-ftp  " ">
    9   <!ENTITY libxslt-md5sum        "ecf54ae636780d7983dd664b852e3212">
     9  <!ENTITY libxslt-md5sum        "84e86fc8a1b7495674016e05e4c5da44">
    1010  <!ENTITY libxslt-size          "1.5 MB">
    1111  <!ENTITY libxslt-buildsize     "35 MB (with tests)">
     
    131131    </para>
    132132
    133 <screen><userinput>./configure --prefix=/usr --disable-static --without-python  &amp;&amp;
     133<screen><userinput>
     134./configure --prefix=/usr    \
     135            --disable-static \
     136            PYTHON=/usr/bin/python3 &amp;&amp;
    134137make</userinput></screen>
    135138
     
    148151  <sect2 role="commands">
    149152    <title>Command Explanations</title>
    150 
    151     <para>
    152       <parameter>--without-python</parameter>: This parameter disables the libxslt
     153<!--
     154    <para>
     155      <parameter>- -without-python</parameter>: This parameter disables the libxslt
    153156      python module since it does not support Python3. If you wish to enable
    154157      this module, make sure that <xref role="nodep" linkend="libxml2py2"/> is
    155158      installed, and remove this parameter.
    156159    </para>
    157 
     160-->
    158161    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    159162      href="../../xincludes/static-libraries.xml"/>
  • introduction/welcome/changelog.xml

    r8294b3df r323310f  
    4646      <para>September 2nd, 2022</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to libxslt-1.1.37. Fixes
     50          <ulink url="&blfs-ticket-root;16963">#16963</ulink>.</para>
     51        </listitem>
    4852        <listitem>
    4953          <para>[bdubbs] - Update to libxml2-2.10.2. Fixes
  • packages.ent

    r8294b3df r323310f  
    181181to avoid building libxml2 twice, which is slow with all deps -->
    182182<!ENTITY libxml2-version              "2.10.2">
    183 <!ENTITY libxslt-version              "1.1.36">
     183<!ENTITY libxslt-version              "1.1.37">
    184184<!ENTITY libwacom-version             "2.4.0">
    185185<!ENTITY libwpe-version               "1.12.2">
Note: See TracChangeset for help on using the changeset viewer.