mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
ghostscript: Update to 9.26
For details see: https://www.ghostscript.com/doc/9.26/News.htm This version fixes CVE-2019-6116 ("code execution via subroutines within pseudo-operators") Some details (german) can be found here: https://www.heise.de/security/meldung/Boeser-Bug-in-PostScript-trifft-ghostscript-und-damit-Viele-mehr-4286563.html I saw this article and found it could be the time for an update... Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
d03916e558
commit
61ee842911
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 9.20
|
||||
VER = 9.26
|
||||
|
||||
THISAPP = ghostscript-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = ghostscript
|
||||
PAK_VER = 3
|
||||
PAK_VER = 4
|
||||
|
||||
DEPS = "cups dbus libtiff"
|
||||
|
||||
@@ -48,7 +48,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
ghostscript-fonts-std-8.11.tar.gz = $(URL_IPFIRE)/ghostscript-fonts-std-8.11.tar.gz
|
||||
gnu-gs-fonts-other-6.0.tar.gz = $(URL_IPFIRE)/gnu-gs-fonts-other-6.0.tar.gz
|
||||
|
||||
$(DL_FILE)_MD5 = 93c5987cd3ab341108be1ebbaadc24fe
|
||||
$(DL_FILE)_MD5 = 806bc2dedbc7f69b003f536658e08d4a
|
||||
ghostscript-fonts-std-8.11.tar.gz_MD5 = 6865682b095f8c4500c54b285ff05ef6
|
||||
gnu-gs-fonts-other-6.0.tar.gz_MD5 = 33457d3f37de7ef03d2eea05a9e6aa4f
|
||||
|
||||
|
||||
Reference in New Issue
Block a user