Changeset d8e0c5e


Ignore:
Timestamp:
10/09/2018 09:22:46 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
aae6977
Parents:
9d865ef7
Message:

Latest ghostscript patch. Thanks to Douglas for the notification.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r9d865ef7 rd8e0c5e  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[ken] - Patch ghostscript for latest vulnerability,
     50          exploitable from evince, gimp and other apps and apparently
     51          by browsing in gnome (nautilus will open files in
     52          evince-thumbnailer).  Fixes
     53          <ulink url="&blfs-ticket-root;11230">#11230</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4956          <para>[bdubbs] - Update to unbound-1.8.1. Fixes
    5057          <ulink url="&blfs-ticket-root;11229">#11229</ulink>.</para>
  • pst/printing/gs.xml

    r9d865ef7 rd8e0c5e  
    7272
    7373    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    74 <!--
     74
    7575    <itemizedlist spacing="compact">
    7676      <listitem>
    7777        <para>
    7878          Required Patch: <ulink
    79           url="&patch-root;/ghostscript-&gs-version;-upstream_fixes-1.patch"/>
     79          url="&patch-root;/ghostscript-&gs-version;-security_fixes-1.patch"/>
    8080        </para>
    8181      </listitem>
    8282    </itemizedlist>
    83 -->
     83
    8484      <para>If you wish, you can download additional fonts.</para>
    8585
     
    174174
    175175<screen><userinput>rm -rf zlib &amp;&amp;
     176
     177patch -Np1 -i ../ghostscript-&gs-version;-security_fixes-1.patch &amp;&amp;
    176178
    177179./configure --prefix=/usr           \
Note: See TracChangeset for help on using the changeset viewer.