Changeset c8585068 for pst/printing


Ignore:
Timestamp:
10/20/2020 07:08:46 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.1, 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:
279fc64
Parents:
3fd8efb
Message:

· freetype-2.10.4 (security fix)
· patch ghostscript for build breakage introduced by freetype-2.10.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gs.xml

    r3fd8efb rc8585068  
    8686
    8787    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     88    <itemizedlist spacing="compact">
     89      <listitem>
     90        <para>
     91          Required patch:
     92          <ulink url="&patch-root;/ghostscript-&gs-version;-freetype_fix-1.patch"/>
     93        </para>
     94      </listitem>
     95    </itemizedlist>
     96
    8897    <para>
    8998      If you wish, you can download additional fonts.
     
    188197
    189198<screen><userinput>rm -rf freetype lcms2mt jpeg libpng openjpeg</userinput></screen>
     199
     200    <para>
     201      Apply a patch to fix a problem introduced by changes in freetype-2.10.3:
     202    </para>
     203
     204<screen><userinput remap="pre">patch -Np1 -i ../ghostscript-&gs-version;-freetype_fix-1.patch</userinput></screen>
    190205
    191206    <para>
Note: See TracChangeset for help on using the changeset viewer.