Daniel Fullmer
70fc5edacb
mupdf: Fix changed library name
2019-02-03 19:55:48 -05:00
makefu
388f5e08a4
mupdf: fix CVE-2018-18662
2018-12-30 19:53:24 +01:00
Daniël de Kok
de6d025592
mupdf: 1.13.0 -> 1.14.0
...
Changelog: https://mupdf.com/release_history.html
2018-11-02 10:20:09 +01:00
Lluís Batlle i Rossell
f54b387b63
Merge remote-tracking branch 'central/master' into viric_clean
2018-07-28 19:25:14 +02:00
Dmitry Kalinkin
d4d5f8eced
mupdf: fix on darwin
2018-07-23 06:14:11 +00:00
Lluís Batlle i Rossell
66d7126255
Take me (viric) out of most maintenance
...
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-07-22 21:50:19 +02:00
Ryan Mulligan
0d5eb901ad
treewide: http -> https
2018-06-23 04:34:55 -07:00
Pascal Wittmann
3b0560dddc
mupdf: use CVE in name to enable vulnix detection
2018-06-17 14:42:45 +02:00
Benjamin Hipple
17d7650585
mupdf: apply CVE-2018-10289 patch ( #41802 )
...
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-06-10 22:01:05 +02:00
Michael Raskin
2cd5d3593c
mupdf: 1.12 -> 1.13
2018-05-02 02:46:51 +02:00
Ryan Mulligan
b189247ba0
treewide: use more HTTPS URLs
...
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-24 22:04:25 -07:00
Michael Raskin
f2f7b0579b
mupdf: import upstream patches for CVEs: 2017-17858, 2018-1000051, 2018-6187, 2018-6192
2018-03-10 12:56:45 +01:00
Alexander V. Nikolaev
1bc1909e5b
treewide: transition from mesa_glu to libGLU
2018-02-24 17:05:43 +02:00
Andreas Rammhold
a6664d8192
mupdf: apply patch for CVE-2018-6544 (part 2)
...
This (hopefully) completes 998b1ef
.
2018-02-23 22:25:37 +01:00
Florian Klink
998b1ef13b
mupdf: apply patch for CVE-2018-6544
2018-02-23 19:50:54 +01:00
Dmitry Kalinkin
21db6f6af1
mupdf: enable on darwin
2018-01-01 11:53:40 +00:00
Miguel Madrid Mencía
e714179c36
mupdf: 1.11 -> 1.12.0
2018-01-01 11:53:40 +00:00
adisbladis
c0c503ca68
mupdf: Fix for CVE-2017-15369
2017-11-28 01:17:20 +08:00
adisbladis
ce59d9bece
mupdf: Patch openjpeg version
2017-11-20 15:27:25 +08:00
Ingo Blechschmidt
3afcba3e0a
mupdf: correct license meta information
...
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-29 17:19:18 +01:00
Franz Pletz
9d74f33416
mupdf: add patch to fix multiple CVEs
...
Fixes CVE-2017-14685, CVE-2017-14686, CVE-2017-14687, CVE-2017-15587.
2017-10-26 01:45:02 +02:00
Daniel Fullmer
3200f7a576
mupdf and k2pdfopt: update mirror
2017-10-05 17:44:18 -04:00
Daniel Fullmer
9c53b9cff9
mupdf: fix library linking
...
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-10-03 20:22:04 -04:00
Nikolay Amiantov
47f099777c
mupdf: cleanup dependencies
...
This slims down build inputs (notably not requiring mesa anymore).
2017-09-27 23:31:13 +03:00
Tuomas Tynkkynen
1ff422aa23
treewide: Add man & info outputs where necessary (instead of doc)
...
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-11 21:32:54 +03:00
Nikolay Amiantov
f64fb1cc0a
mupdf: remove third-party libjpeg
2017-08-03 02:59:08 +03:00
romildo
b5deb68364
mupdf: 1.10a -> 1.11
2017-05-26 12:24:37 -03:00
Franz Pletz
6dfbb070fb
mupdf: add patch to fix CVE-2017-5896
2017-02-25 09:58:51 +01:00
Michael Raskin
ea5c83daa2
mupdf: 1.9a -> 1.10a
2017-02-01 19:28:44 +01:00
Franz Pletz
fa184ee6fd
mupdf: fix build, add security patch
...
Broken due to 42b08b743c
.
PIC is enabled by default by our hardening flags.
2016-09-26 15:56:27 +02:00
Tuomas Tynkkynen
6086142ece
mupdf: Split 'dev' output
2016-08-31 13:12:11 +03:00
Tuomas Tynkkynen
a17216af4c
treewide: Shuffle outputs
...
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Nikolay Amiantov
c998a76951
mupdf: cleanup, use system libraries
2016-08-18 16:12:28 +03:00
Franz Pletz
8a0834c335
mupdf: 1.9 -> 1.9a, add patch to fix CVE-2016-6525
2016-08-03 22:18:56 +02:00
Rahul Gopinath
9b385535e8
mupdf: 1.8 -> 1.9
...
Updates mupdf, and libmupdf.so
2016-06-11 21:05:15 -07:00
Michael Raskin
f2bd0925ce
mupdf: update download URL
2016-05-15 23:49:44 +02:00
Nikolay Amiantov
6610fd5329
mupdf: propagate needed libraries
2015-11-25 18:30:41 +03:00
Nikolay Amiantov
f5c6e0a6af
mupdf: 1.7 -> 1.8
2015-11-25 18:29:57 +03:00
Matthias Beyer
232bafe6c3
mupdf: 1.7a -> 1.7
2015-09-20 15:38:53 +02:00
Eric Sagnes
404b375948
mupdf: desktop file fix
2015-08-07 13:42:37 +09:00
Vincent Laporte
2152fd7f1e
mupdf: 1.7 -> 1.7a
2015-07-29 19:47:03 +02:00
William A. Kennington III
8d255c32ec
mupdf: 1.6 -> 1.7
2015-04-18 23:58:04 -07:00
Michael Raskin
b72a1462e0
Update muPDF
2014-10-06 02:43:57 +04:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Michael Raskin
64274e9981
MuPDF: Add an auto-updater script and update to the latest version.
2014-06-13 13:37:12 +04:00
cillianderoiste
fc91b87dd3
Merge pull request #2762 from pSub/llpp
...
Added llpp, a mupdf based pdf pager written in ocaml.
2014-06-08 11:17:15 +02:00
Pascal Wittmann
86b7cf8bb4
Added llpp, a mupdf based pdf pager written in ocaml.
...
Updated lablgl to 1.05 and mupdf to 1.4.
Added myself as maintainer for lablgl.
2014-06-04 22:15:06 +02:00
Kirill Elagin
a422c021b6
mupdf: build a shared library instead
2014-05-17 16:14:42 +04:00
Kirill Elagin
fec634c25a
mupdf: build with -fpic
2014-05-17 16:14:07 +04:00
Vladimír Čunát
f77e2dcb38
mupdf: fix patch hash by fetchpatch
...
Thanks to @kirelagin for reporting on IRC.
2014-05-17 12:15:41 +02:00