From 7a66d238af8545dfb9a79e551ccaac889b2d52dd Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Tue, 11 Jul 2023 08:41:55 -0700 Subject: [PATCH] ghostscript: advance to version 10.01.2 Fix CVE-2023-28879 and CVE-2023-36664. Signed-off-by: Joe Slater Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../{ghostscript_10.01.1.bb => ghostscript_10.01.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/ghostscript/{ghostscript_10.01.1.bb => ghostscript_10.01.2.bb} (96%) diff --git a/meta/recipes-extended/ghostscript/ghostscript_10.01.1.bb b/meta/recipes-extended/ghostscript/ghostscript_10.01.2.bb similarity index 96% rename from meta/recipes-extended/ghostscript/ghostscript_10.01.1.bb rename to meta/recipes-extended/ghostscript/ghostscript_10.01.2.bb index 0d41242bc2c..fdbdfb6502f 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_10.01.1.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_10.01.2.bb @@ -27,7 +27,7 @@ SRC_URI = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/downlo file://avoid-host-contamination.patch \ " -SRC_URI[sha256sum] = "4df18a808cd4369f25e02dbcec2f133cb6d674627b2c6b1502020e58d43e32ce" +SRC_URI[sha256sum] = "a4cd61a07fec161bee35da0211a5e5cde8ff8a0aaf942fc0176715e499d21661" PACKAGECONFIG ??= "" PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3" -- 2.47.3