diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index cab07b4569..4d6c7aa030 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,10 @@ March 10th, 2021 + + [ken] - Add a patch to mupdf to fix a security issue. Fixes + #14749. + [ken] - Add a caution about unpatched security vulnerabilities in QtWebEngine and Falkon. Addresses diff --git a/pst/ps/mupdf.xml b/pst/ps/mupdf.xml index c8a109bc3c..5ed8aa4b3d 100644 --- a/pst/ps/mupdf.xml +++ b/pst/ps/mupdf.xml @@ -10,7 +10,7 @@ can be found there, no need to change directory --> - + ]> @@ -71,6 +71,16 @@ can be found there, no need to change directory --> + Required Additional Downloads + + + + Required patch: + + + + MuPDF Dependencies Required @@ -118,7 +128,6 @@ can be found there, no need to change directory --> s/$/ -lmupdf -L$(OUT)/ }' Makefile - Install MuPDF by running the following commands: @@ -139,8 +148,9 @@ USE_SYSTEM_CURL := yes USE_SYSTEM_GUMBO := no EOF -export XCFLAGS=-fPIC && -make build=release shared=yes && +export XCFLAGS=-fPIC && +patch -Np1 -i ../mupdf-&mupdf-version;-security_fix-1.patch && +make build=release shared=yes && unset XCFLAGS