Changeset bf084838


Ignore:
Timestamp:
08/30/2016 07:59:23 PM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
d160092
Parents:
b6a3783
Message:

Fix use after free in mupdf.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb6a3783 rbf084838  
    4848      <para>August 30th, 2016</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - mupdf: fix use after free. Fixes
     52          <ulink url="&blfs-ticket-root;8240">#8240</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[ken] - Let gimp-2.8.18 build against gegl-0.3 even if
  • pst/ps/mupdf.xml

    rb6a3783 rbf084838  
    7676      <listitem>
    7777        <para>
     78          Required patch:
     79          <ulink url="&patch-root;/mupdf-&mupdf-version;-upstream_fix-1.patch"/>
     80        </para>
     81      </listitem>
     82      <listitem>
     83        <para>
    7884          Recommended patch:
    7985          <ulink url="&patch-root;/mupdf-&mupdf-version;-openjpeg21-1.patch"/>
     
    129135rm -rf thirdparty/zlib     &amp;&amp;
    130136
     137patch -Np1 -i ../mupdf-&mupdf-version;-upstream_fix-1.patch &amp;&amp;
    131138patch -Np1 -i ../mupdf-&mupdf-version;-openjpeg21-1.patch &amp;&amp;
    132139
Note: See TracChangeset for help on using the changeset viewer.