Changeset c92a844


Ignore:
Timestamp:
08/23/2021 04:42:11 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.0, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
89c4e0f1
Parents:
511ff581
Message:

Patch ghostscript to prevent a segfault.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r511ff581 rc92a844  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>August 23rd, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Patch ghostscript-9.54.0 to fix a segfault.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    4453    <listitem>
    4554      <para>August 22nd, 2021</para>
  • pst/printing/gs.xml

    r511ff581 rc92a844  
    8686    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8787<!-- Commenting this out since it's no longer needed, but keeping it for the
    88          inevitable next time that we need a patch for this package.
     88         inevitable next time that we need a patch for this package. -->
    8989    <itemizedlist spacing="compact">
    9090      <listitem>
    9191        <para>
    9292          Required patch:
    93           <ulink url="&patch-root;/ghostscript-&gs-version;-freetype_fix-1.patch"/>
     93          <ulink url="&patch-root;/ghostscript-&gs-version;-upstream_fix-1.patch"/>
    9494        </para>
    9595      </listitem>
    9696    </itemizedlist>
    97     -->
    9897
    9998    <para>
     
    200199<screen><userinput>rm -rf freetype lcms2mt jpeg libpng openjpeg</userinput></screen>
    201200
    202 <!--
    203     <para>
    204       Apply a patch to fix a problem introduced by changes in freetype-2.10.3:
    205     </para>
    206 
    207 <screen><userinput remap="pre">patch -Np1 -i ../ghostscript-&gs-version;-freetype_fix-1.patch</userinput></screen>
    208 -->
     201    <para>
     202      Apply a patch to prevent a segfault when processing some PDF files:
     203    </para>
     204
     205<screen><userinput remap="pre">patch -Np1 -i ../ghostscript-&gs-version;-upstream_fix-1.patch</userinput></screen>
    209206
    210207    <para>
Note: See TracChangeset for help on using the changeset viewer.