Changeset 4f808b6 for pst/ps/mupdf.xml


Ignore:
Timestamp:
03/10/2021 08:50:15 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:
90f49b3
Parents:
8ff2771
Message:

Patch mupdf for a security fix.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/mupdf.xml

    r8ff2771 r4f808b6  
    1111  <!ENTITY mupdf-md5sum        "6f42be1365350f05270f8776517a3872">
    1212  <!ENTITY mupdf-size          "69 MB">
    13   <!ENTITY mupdf-buildsize     "322 MB">
     13  <!ENTITY mupdf-buildsize     "320 MB">
    1414  <!ENTITY mupdf-time          "0.2 SBU (Using parallelism=4)">
    1515]>
     
    6868        <para>
    6969          Estimated build time: &mupdf-time;
     70        </para>
     71      </listitem>
     72    </itemizedlist>
     73
     74    <bridgehead renderas="sect3">Required Additional Downloads</bridgehead>
     75    <itemizedlist spacing="compact">
     76      <listitem>
     77        <para>
     78          Required patch: <ulink
     79          url="&patch-root;/mupdf-&mupdf-version;-security_fix-1.patch"/>
    7080        </para>
    7181      </listitem>
     
    118128        s/$/ -lmupdf -L$(OUT)/
    119129        }' Makefile</userinput></screen>
    120 
    121130
    122131    <para>
     
    140149EOF
    141150
    142 export XCFLAGS=-fPIC          &amp;&amp;
    143 make build=release shared=yes &amp;&amp;
     151export XCFLAGS=-fPIC                               &amp;&amp;
     152patch -Np1 -i ../mupdf-&mupdf-version;-security_fix-1.patch &amp;&amp;
     153make build=release shared=yes                      &amp;&amp;
    144154unset XCFLAGS</userinput></screen>
    145155
Note: See TracChangeset for help on using the changeset viewer.