Changeset 3e91fda


Ignore:
Timestamp:
10/10/2019 03:56:45 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
0ca76d7
Parents:
ebb31dbd
Message:

Update the ghostscript patch to handle CVE-2019-14811, CVE-2019-14812, CVE-2019-14813, and CVE-2019-14817

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rebb31dbd r3e91fda  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Patch ghostscript against CVE-2019-14811,
     49          CVE-2019-18412, CVE-2019-18413, and CVE-2019-14817.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[renodr] - Update to mesa-19.2.1. Fixes
    4953          <ulink url="&blfs-ticket-root;12626">#12626</ulink>.</para>
  • pst/printing/gs.xml

    rebb31dbd r3e91fda  
    7878        <para>
    7979          Required patch:
    80           <ulink url="&patch-root;/ghostscript-&gs-version;-upstream_fixes-1.patch"/>
     80          <ulink url="&patch-root;/ghostscript-&gs-version;-upstream_fixes-2.patch"/>
    8181        </para>
    8282      </listitem>
     
    178178<screen><userinput>rm -rf zlib &amp;&amp;
    179179
    180 patch -Np1 -i ../ghostscript-&gs-version;-upstream_fixes-1.patch &amp;&amp;
     180patch -Np1 -i ../ghostscript-&gs-version;-upstream_fixes-2.patch &amp;&amp;
    181181
    182182./configure --prefix=/usr           \
Note: See TracChangeset for help on using the changeset viewer.