-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package/ghostscript: bump to version 9.55.0
- Drop patches (already in version) - Disable pdf which fails to build and was added by https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=316c3a08269212f1005709da64efcb383f8f5ce0 - Update hash of license file (references on ETS related patents removed with https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=431167121968b066d90b0506347b6eb779e08a3f) https://www.ghostscript.com/doc/9.54.0/News.htm https://www.ghostscript.com/doc/9.55.0/News.htm Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
- Loading branch information
Showing
7 changed files
with
33 additions
and
422 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
package/ghostscript/0001-Bug-704405-Fix-typo-in-non-forked-lcms2-code.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| From 830afae5454dea3bff903869d82022306890a96c Mon Sep 17 00:00:00 2001 | ||
| From: Robin Watts <Robin.Watts@artifex.com> | ||
| Date: Fri, 1 Oct 2021 12:44:44 +0100 | ||
| Subject: [PATCH] Bug 704405: Fix typo in non-forked lcms2 code. | ||
|
|
||
| [Retrieved from: | ||
| https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=830afae5454dea3bff903869d82022306890a96c] | ||
| Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> | ||
| --- | ||
| base/gsicc_lcms2.c | 2 +- | ||
| 1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
|
||
| diff --git a/base/gsicc_lcms2.c b/base/gsicc_lcms2.c | ||
| index ccf1d7051..9badb6dee 100644 | ||
| --- a/base/gsicc_lcms2.c | ||
| +++ b/base/gsicc_lcms2.c | ||
| @@ -462,7 +462,7 @@ int | ||
| gscms_transform_color(gx_device *dev, gsicc_link_t *icclink, void *inputcolor, | ||
| void *outputcolor, int num_bytes) | ||
| { | ||
| - return gscms_transformm_color_const(dev, icclink, inputcolor, outputcolor, num_bytes); | ||
| + return gscms_transform_color_const(dev, icclink, inputcolor, outputcolor, num_bytes); | ||
| } | ||
|
|
||
| int | ||
| -- | ||
| 2.25.1 | ||
|
|
55 changes: 0 additions & 55 deletions
55
package/ghostscript/0001-bug-702985-drop-use-of-FT_CALLBACK_DEF.patch
This file was deleted.
Oops, something went wrong.
234 changes: 0 additions & 234 deletions
234
package/ghostscript/0002-Bug-704342-Include-device-specifier-strings-in-acces.patch
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
package/ghostscript/0003-oss-fuzz-30715-Check-stack-limits-after-function-evaluation.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.