aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/misc/mupdf/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-09mupdf: adopt post-release bugfix-patches from upstreamMarkus S. Wamser1-2/+17
2020-11-09mupdf: 1.17.0 -> 1.18.0Markus S. Wamser1-6/+8
fixes CVE-2017-5991 fixes CVE-2020-26519 also drops the patch for shared libs (not needed anymore)
2020-05-26mupdf: 1.16.1 -> 1.17.0R. RyanTM1-2/+2
(cherry picked from commit f51b59383bdb13d70cc564e904baeacb75dc95c3)
2020-05-09mupdf: add MIME types to .desktopMarkus S. Wamser1-0/+1
Closes https://github.com/NixOS/nixpkgs/issues/53856
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-10-26mupdf: provide symlink mupdf -> mupdf-x11Markus S. Wamser1-0/+1
This symlink is present on other distros and avoids confusing users on the CLI, which are used to calling mupdf-x11 as mupdf.
2019-09-26tree-wide: replace uses of splitString "." with lib.versionsJoachim Fasting1-2/+1
Quoting from the splitString docstring: NOTE: this function is not performant and should never be used. This replaces trivial uses of splitString for splitting version strings with the (potentially builtin) splitVersion.
2019-09-15mupdf: 1.14.0 -> 1.16.1Matthieu Coudron1-10/+3
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-03mupdf: Fix changed library nameDaniel Fullmer1-1/+1
2018-12-30mupdf: fix CVE-2018-18662makefu1-2/+9
2018-11-02mupdf: 1.13.0 -> 1.14.0Daniël de Kok1-12/+6
Changelog: https://mupdf.com/release_history.html
2018-07-22Take me (viric) out of most maintenanceLluís Batlle i Rossell1-1/+1
Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
2018-06-23treewide: http -> httpsRyan Mulligan1-1/+1
2018-06-17mupdf: use CVE in name to enable vulnix detectionPascal Wittmann1-1/+1
2018-06-10mupdf: apply CVE-2018-10289 patch (#41802)Benjamin Hipple1-5/+8
Fixes mupdf issue in https://github.com/NixOS/nixpkgs/issues/41748 by applying patch from https://bugs.ghostscript.com/show_bug.cgi?id=699271
2018-05-02mupdf: 1.12 -> 1.13Michael Raskin1-61/+3
2018-03-24treewide: use more HTTPS URLsRyan Mulligan1-1/+1
Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
2018-03-10mupdf: import upstream patches for CVEs: 2017-17858, 2018-1000051, ↵Michael Raskin1-0/+42
2018-6187, 2018-6192
2018-02-24treewide: transition from mesa_glu to libGLUAlexander V. Nikolaev1-3/+3
2018-02-23mupdf: apply patch for CVE-2018-6544 (part 2)Andreas Rammhold1-1/+6
This (hopefully) completes 998b1ef.
2018-02-23mupdf: apply patch for CVE-2018-6544Florian Klink1-0/+5
2018-01-01mupdf: enable on darwinDmitry Kalinkin1-6/+14
2018-01-01mupdf: 1.11 -> 1.12.0Miguel Madrid Mencía1-49/+12
2017-11-28mupdf: Fix for CVE-2017-15369adisbladis1-0/+6
2017-11-20mupdf: Patch openjpeg versionadisbladis1-4/+16
2017-10-29mupdf: correct license meta informationIngo Blechschmidt1-1/+1
The website of MuPDF says that MuPDF is licensed under the terms of the GNU Affero General Public License. However, I didn't see which version of that license they mean. A clear statement that MuPDF is licensed under the terms of AGPL >= 3 is included in the README file of their Git repository: git://git.ghostscript.com/mupdf.git
2017-10-26mupdf: add patch to fix multiple CVEsFranz Pletz1-0/+24
Fixes CVE-2017-14685, CVE-2017-14686, CVE-2017-14687, CVE-2017-15587.
2017-10-05mupdf and k2pdfopt: update mirrorDaniel Fullmer1-1/+1
2017-10-03mupdf: fix library linkingDaniel Fullmer1-9/+8
Previously, libmupdf.so did not have DT_NEEDED references to its dependencies. Packages which linked against libmupdf would have to also manually link against its dependencies as well.
2017-09-27mupdf: cleanup dependenciesNikolay Amiantov1-4/+8
This slims down build inputs (notably not requiring mesa anymore).
2017-08-11treewide: Add man & info outputs where necessary (instead of doc)Tuomas Tynkkynen1-1/+1
Because man & info pages won't be going to $doc after the next commit. Scripted change for the files having one-package-per-file.
2017-08-03mupdf: remove third-party libjpegNikolay Amiantov1-1/+1
2017-05-26mupdf: 1.10a -> 1.11romildo1-9/+9
2017-02-25mupdf: add patch to fix CVE-2017-5896Franz Pletz1-0/+6
2017-02-01mupdf: 1.9a -> 1.10aMichael Raskin1-15/+4
2016-09-26mupdf: fix build, add security patchFranz Pletz1-5/+9
Broken due to 42b08b743c6de17f706c2fdf766d67ad0786bfe8. PIC is enabled by default by our hardening flags.
2016-08-31mupdf: Split 'dev' outputTuomas Tynkkynen1-2/+2
2016-08-29treewide: Shuffle outputsTuomas Tynkkynen1-1/+1
Make either 'bin' or 'out' the first output.
2016-08-18mupdf: cleanup, use system librariesNikolay Amiantov1-10/+26
2016-08-03mupdf: 1.9 -> 1.9a, add patch to fix CVE-2016-6525Franz Pletz1-3/+12
2016-06-11mupdf: 1.8 -> 1.9Rahul Gopinath1-34/+17
Updates mupdf, and libmupdf.so
2016-05-15mupdf: update download URLMichael Raskin1-1/+1
2015-11-25mupdf: propagate needed librariesNikolay Amiantov1-1/+3
2015-11-25mupdf: 1.7 -> 1.8Nikolay Amiantov1-3/+3
2015-09-20mupdf: 1.7a -> 1.7Matthias Beyer1-2/+2
2015-08-07mupdf: desktop file fixEric Sagnes1-1/+1
2015-07-29mupdf: 1.7 -> 1.7aVincent Laporte1-2/+2
2015-04-18mupdf: 1.6 -> 1.7William A. Kennington III1-2/+3
2014-10-06Update muPDFMichael Raskin1-2/+2