76 lines
2.2 KiB
YAML
76 lines
2.2 KiB
YAML
AntiFeatures:
|
|
- KnownVuln
|
|
Categories:
|
|
- Reading
|
|
License: AGPL-3.0-or-later
|
|
WebSite: https://mupdf.com
|
|
SourceCode: https://git.ghostscript.com/?p=mupdf-android-viewer-mini.git;a=summary
|
|
IssueTracker: https://bugs.ghostscript.com
|
|
Changelog: https://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=HEAD
|
|
|
|
AutoName: MuPDF mini
|
|
Summary: Extra simple document viewer
|
|
Description: |-
|
|
Deprecated in favor of [[com.artifex.mupdf.viewer.app]].
|
|
|
|
1.11 has multiple vulnerabilities:
|
|
|
|
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15587
|
|
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14687
|
|
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14686
|
|
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14685
|
|
|
|
The mini version of [[com.artifex.mupdfdemo]] is designed to be an extra simple
|
|
document viewer with no frills.
|
|
|
|
It supports the following file formats: PDF, XPS, CBZ, unprotected EPUB, and
|
|
FB2.
|
|
|
|
RepoType: git
|
|
Repo: https://git.ghostscript.com/mupdf-android-viewer-mini.git
|
|
|
|
Builds:
|
|
- versionName: '1.11'
|
|
versionCode: 111
|
|
commit: '1.11'
|
|
submodules: true
|
|
output: bin/MuPDF mini-release-unsigned.apk
|
|
forceversion: true
|
|
forcevercode: true
|
|
rm:
|
|
- libmupdf/thirdparty/curl/tests
|
|
build: make release APP_ABI=armeabi-v7a
|
|
ndk: r14b
|
|
|
|
- versionName: '1.11'
|
|
versionCode: 112
|
|
commit: '1.11'
|
|
submodules: true
|
|
output: bin/MuPDF mini-release-unsigned.apk
|
|
forceversion: true
|
|
forcevercode: true
|
|
rm:
|
|
- libmupdf/thirdparty/curl/tests
|
|
build: make release APP_ABI=x86
|
|
ndk: r14b
|
|
|
|
MaintainerNotes: |-
|
|
There's 1.12.0 tag in Git, but that's a different app with a different app ID.
|
|
|
|
The version code "bears no resemblance to the version name", however it
|
|
follows this pattern:
|
|
* MINOR + "1" for armeabi-v7a
|
|
* MINOR + "2" for x86
|
|
E.g. MuPDF mini 1.11 for x86 has version code 112 ("11" + "2").
|
|
|
|
Documents:
|
|
* https://www.mupdf.com/docs/how-to-build-mupdf-for-android
|
|
* https://mupdf.com/downloads/
|
|
* https://twiki.ghostscript.com/do/view/MuPDF/AndroidReleases
|
|
|
|
ArchivePolicy: 0 versions
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: '1.11'
|
|
CurrentVersionCode: 112
|