Changeset 4f808b6
- Timestamp:
- 03/10/2021 08:50:15 PM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 90f49b3
- Parents:
- 8ff2771
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r8ff2771 r4f808b6 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Add a patch to mupdf to fix a security issue. Fixes 49 <ulink url="&blfs-ticket-root;14749">#14749</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[ken] - Add a caution about unpatched security vulnerabilities 49 53 in QtWebEngine and Falkon. Addresses -
pst/ps/mupdf.xml
r8ff2771 r4f808b6 11 11 <!ENTITY mupdf-md5sum "6f42be1365350f05270f8776517a3872"> 12 12 <!ENTITY mupdf-size "69 MB"> 13 <!ENTITY mupdf-buildsize "32 2MB">13 <!ENTITY mupdf-buildsize "320 MB"> 14 14 <!ENTITY mupdf-time "0.2 SBU (Using parallelism=4)"> 15 15 ]> … … 68 68 <para> 69 69 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"/> 70 80 </para> 71 81 </listitem> … … 118 128 s/$/ -lmupdf -L$(OUT)/ 119 129 }' Makefile</userinput></screen> 120 121 130 122 131 <para> … … 140 149 EOF 141 150 142 export XCFLAGS=-fPIC && 143 make build=release shared=yes && 151 export XCFLAGS=-fPIC && 152 patch -Np1 -i ../mupdf-&mupdf-version;-security_fix-1.patch && 153 make build=release shared=yes && 144 154 unset XCFLAGS</userinput></screen> 145 155
Note:
See TracChangeset
for help on using the changeset viewer.