Skip to content

Instantly share code, notes, and snippets.

@orzen
Created November 17, 2016 17:04
Show Gist options
  • Save orzen/44d641a668b4e85694a7878c1293ecfc to your computer and use it in GitHub Desktop.
Save orzen/44d641a668b4e85694a7878c1293ecfc to your computer and use it in GitHub Desktop.
mupdf PKGBUILD changes
makedepends=('curl' 'desktop-file-utils' 'freetype2' 'glfw' 'harfbuzz'
- 'jbig2dec' 'libjpeg' 'mesa-libgl' 'openjpeg2' 'openssl')
+ 'jbig2dec' 'libjpeg' 'nvidia-libgl' 'openjpeg2' 'openssl')
# Bug 696941: Fix use after free.
# CVE-2016-6265
# https://security-tracker.debian.org/tracker/CVE-2016-6265
- patch -Np1 < "${srcdir}/mupdf-0001-bug-696941-fix-use-after-free.patch"
+ #patch -Np1 < "${srcdir}/mupdf-0001-bug-696941-fix-use-after-free.patch"
# Make sure that number of colors in mesh params is valid.
# CVE-2016-6525
# https://security-tracker.debian.org/tracker/CVE-2016-6525
- patch -Np1 < "${srcdir}/mupdf-0002-make-sure-that-number-of-colors-in-mesh-params-is-valid.patch"
+ #patch -Np1 < "${srcdir}/mupdf-0002-make-sure-that-number-of-colors-in-mesh-params-is-valid.patch"
# fix function for openjpeg 2.1.x
- patch -Np1 < "${srcdir}/0001-mupdf-openjpeg.patch"
+ #patch -Np1 < "${srcdir}/0001-mupdf-openjpeg.patch"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment