Changeset f93706f


Ignore:
Timestamp:
08/18/2022 03:14:47 PM (21 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
92969acf
Parents:
b4282bdb
Message:

Update to libxslt-1.1.36.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    rb4282bdb rf93706f  
    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        "5b3a634b77effd8a6268c21173575053">
    10   <!ENTITY libxslt-size          "1.7 MB">
    11   <!ENTITY libxslt-buildsize     "36 MB (with tests)">
     9  <!ENTITY libxslt-md5sum        "ecf54ae636780d7983dd664b852e3212">
     10  <!ENTITY libxslt-size          "1.5 MB">
     11  <!ENTITY libxslt-buildsize     "35 MB (with tests)">
    1212  <!ENTITY libxslt-time          "0.2 SBU (with tests)">
    1313]>
     
    125125  <sect2 role="installation">
    126126    <title>Installation of libxslt</title>
    127 <!--
    128     <para>
    129       First, install a security patch to fix a security framework bypass:
    130     </para>
    131 
    132 <screen><userinput remap="pre">patch -Np1 -i ../libxslt-&libxslt-version;-security_fix-1.patch</userinput></screen>
    133 -->
     127
    134128    <para>
    135129      Install <application>libxslt</application> by running the following
     
    141135./configure --prefix=/usr --disable-static --without-python  &amp;&amp;
    142136make</userinput></screen>
    143 
    144     <!-- https://gitlab.gnome.org/GNOME/libxslt/-/issues/64 -->
    145     <para>
    146       Fix the date field in a shipped man page:
    147     </para>
    148 
    149 <screen><userinput>sed -e 's@\$Date\$@16 February 2022@' -i doc/xsltproc.1</userinput></screen>
    150137
    151138    <para>
  • introduction/welcome/changelog.xml

    rb4282bdb rf93706f  
    4545      <para>August 18th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to libxslt-1.1.36. Fixes
     49          <ulink url="&blfs-ticket-root;16915">#16915</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[bdubbs] - Update to libxml2-2.10.0. Fixes
  • packages.ent

    rb4282bdb rf93706f  
    179179to avoid building libxml2 twice, which is slow with all deps -->
    180180<!ENTITY libxml2-version              "2.10.0">
    181 <!ENTITY libxslt-version              "1.1.35">
     181<!ENTITY libxslt-version              "1.1.36">
    182182<!ENTITY libwacom-version             "2.4.0">
    183183<!ENTITY libwpe-version               "1.12.2">
Note: See TracChangeset for help on using the changeset viewer.