From 5f4748a846e76b59498643b79e6fc486a1f4c3d63f6702b3774fd7165ef48611 Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Tue, 7 Nov 2023 07:11:08 +0000 Subject: [PATCH] Accepting request 1123575 from home:dirkmueller:Factory - Update to 1.22.1 (bsc#1216728, CVE-2023-31794): * Update to zlib 1.2.12 for security fix * Add 'extract' library for more output options: DOCX, ODT * Experimental Python bindings. * Toggle spot color mode with 'e'. -mupdf-no-strip.patch: fix debuginfo generation - Remove xorg-x11-devel from buildrequires CVE-2017-17858 bsc#1077161 - mupdf is not a terminal app boo#1036637 - Add CVE-2016-6265.patch to fix a use-after-free bsc#990195 - Set to best anti-alias mode (8) by default. + Sepia mode full-page color tinting in X11 and win32 viewer + Improve XML parser interface. + Miscellaneous minor fixes for those architectures OBS-URL: https://build.opensuse.org/request/show/1123575 OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=118 --- mupdf.changes | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/mupdf.changes b/mupdf.changes index a4ed06b..e181fcc 100644 --- a/mupdf.changes +++ b/mupdf.changes @@ -51,7 +51,7 @@ Tue Jun 20 07:03:54 UTC 2023 - Paolo Stivanin ------------------------------------------------------------------- Fri May 12 12:16:22 UTC 2023 - Paolo Stivanin -- Update to 1.22.1: +- Update to 1.22.1 (bsc#1216728, CVE-2023-31794): * New command line "mutool recolor" to change colorspace of PDF files. * New command line "mutool trim" to remove content outside mediabox. * New flag to "mutool draw": -KK to remove all non-textual content. @@ -141,7 +141,7 @@ Mon Aug 1 21:28:07 UTC 2022 - Dirk Müller * Improved WASM viewer demo * Support high DPI screens * Progressive loading - * Update to zlib 1.2.12 for security fix + * Update to zlib 1.2.12 for security fix ------------------------------------------------------------------- Fri Apr 22 20:56:48 UTC 2022 - Dirk Müller @@ -154,7 +154,7 @@ Mon Oct 25 14:01:11 UTC 2021 - Andreas Stieger - update to 1.19.0 * Remov support for Luratech JBIG2 and JPEG2000 decoders - * Add 'extract' library for more output options: DOCX, ODT + * Add 'extract' library for more output options: DOCX, ODT * Journal for undo and redo * Snapshot for auto-save and restore * Reflow document wrapper @@ -194,7 +194,7 @@ Sun Oct 25 12:05:00 UTC 2020 - Hsiu-Ming Chang * High security redaction -- save redacted PDF as flattened bitmap, guaranteed to not leak any sensitive redacted information. * Experimental C++ bindings. - * Experimental Python bindings. + * Experimental Python bindings. ------------------------------------------------------------------- Fri Jun 19 08:24:38 UTC 2020 - Dan Čermák @@ -293,7 +293,7 @@ Wed Aug 14 23:38:39 UTC 2019 - Xaver Hellauer * Full page color tinting option in mupdf-gl. * Show/hide table of contents sections. * Trigger a reload with sighup. - * Toggle spot color mode with 'e'. + * Toggle spot color mode with 'e'. - Remove merged patches: * mupdf-CVE-2018-16647.patch * mupdf-CVE-2018-16648.patch @@ -391,12 +391,12 @@ Mon Apr 23 07:36:23 UTC 2018 - kbabioch@suse.com ------------------------------------------------------------------- Wed Feb 14 18:46:28 UTC 2018 - crrodriguez@opensuse.org --mupdf-no-strip.patch: fix debuginfo generation +-mupdf-no-strip.patch: fix debuginfo generation ------------------------------------------------------------------- Wed Feb 14 18:09:24 UTC 2018 - crrodriguez@opensuse.org -- Remove xorg-x11-devel from buildrequires +- Remove xorg-x11-devel from buildrequires ------------------------------------------------------------------- Mon Feb 12 07:53:53 UTC 2018 - kbabioch@suse.com @@ -435,7 +435,7 @@ Fri Feb 2 07:52:06 UTC 2018 - kbabioch@suse.com Tue Jan 23 09:12:22 UTC 2018 - kbabioch@suse.com - Add CVE-2017-17858.patch to fix an heap-based buffer overflow - CVE-2017-17858 bsc#1077161 + CVE-2017-17858 bsc#1077161 ------------------------------------------------------------------- Mon Jan 22 12:20:48 UTC 2018 - idonmez@suse.com @@ -514,7 +514,7 @@ Mon May 29 14:46:49 UTC 2017 - bwiedemann@suse.com ------------------------------------------------------------------- Thu Apr 27 19:51:23 UTC 2017 - idonmez@suse.com -- mupdf is not a terminal app boo#1036637 +- mupdf is not a terminal app boo#1036637 ------------------------------------------------------------------- Fri Feb 10 12:19:43 UTC 2017 - idonmez@suse.com @@ -579,7 +579,7 @@ Thu Nov 24 14:56:53 UTC 2016 - idonmez@suse.com ------------------------------------------------------------------- Fri Jul 22 11:02:28 UTC 2016 - idonmez@suse.com -- Add CVE-2016-6265.patch to fix a use-after-free bsc#990195 +- Add CVE-2016-6265.patch to fix a use-after-free bsc#990195 ------------------------------------------------------------------- Fri Apr 22 17:57:34 UTC 2016 - idonmez@suse.com @@ -608,7 +608,7 @@ Tue Apr 19 09:42:15 UTC 2016 - idonmez@suse.com ------------------------------------------------------------------- Mon Mar 21 18:57:22 UTC 2016 - idonmez@suse.com -- Set to best anti-alias mode (8) by default. +- Set to best anti-alias mode (8) by default. ------------------------------------------------------------------- Thu Nov 19 10:06:56 UTC 2015 - idonmez@suse.com @@ -683,17 +683,17 @@ Wed Dec 31 00:10:35 UTC 2014 - trcs@gmx.com - update to version 1.6 * Features: + Color detection device (mudraw -T). - + Sepia mode full-page color tinting in X11 and win32 viewer + + Sepia mode full-page color tinting in X11 and win32 viewer (keybinding: shift-C). + Re-implement printf and strtod due to portability issue with locales and number formatting. + Add experimental 'gsview' project: a Windows Modern UI viewer. - + Improve XML parser interface. + + Improve XML parser interface. * Bug fixes: + CBZ page ordering + ZIP64 support + iOS and Android bug fixes - + Miscellaneous minor fixes + + Miscellaneous minor fixes ------------------------------------------------------------------- Tue Aug 26 07:03:44 UTC 2014 - gber@opensuse.org @@ -840,7 +840,7 @@ Sat Jan 4 20:08:44 UTC 2014 - gber@opensuse.org Wed Jun 12 16:58:48 UTC 2013 - dvaleev@suse.com - set ExclusiveArch: %{ix86} x86_64 %{arm}. v8 is available only - for those architectures + for those architectures ------------------------------------------------------------------- Mon Apr 29 13:13:20 UTC 2013 - gber@opensuse.org