From 0b1e8f405cfbc8afd4f4517ed78e28af517896df Mon Sep 17 00:00:00 2001 From: Archana Polampalli Date: Wed, 2 Apr 2025 11:45:33 +0000 Subject: [PATCH] ghostscript: upgrade 10.04.0 -> 10.05.0 This upgrade addresses CVEs: CVE-2025-27835 CVE-2025-27832 CVE-2025-27831 CVE-2025-27836 CVE-2025-27830 CVE-2025-27833 CVE-2025-27833 CVE-2025-27834 Changelog: https://ghostscript.readthedocs.io/en/gs10.05.0/News.html (From OE-Core rev: 2c851f74fa72c30d447d59d450eb9bc036404f55) Signed-off-by: Archana Polampalli Signed-off-by: Steve Sakoman --- .../{ghostscript_10.04.0.bb => ghostscript_10.05.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/ghostscript/{ghostscript_10.04.0.bb => ghostscript_10.05.0.bb} (97%) diff --git a/meta/recipes-extended/ghostscript/ghostscript_10.04.0.bb b/meta/recipes-extended/ghostscript/ghostscript_10.05.0.bb similarity index 97% rename from meta/recipes-extended/ghostscript/ghostscript_10.04.0.bb rename to meta/recipes-extended/ghostscript/ghostscript_10.05.0.bb index 546d734333..1d05945c30 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_10.04.0.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_10.05.0.bb @@ -27,7 +27,7 @@ SRC_URI = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/downlo file://avoid-host-contamination.patch \ " -SRC_URI[sha256sum] = "c764dfbb7b13fc71a7a05c634e014f9bb1fb83b899fe39efc0b6c3522a9998b1" +SRC_URI[sha256sum] = "56e77833de683825c420d0af8cb90aa8ba7da71ea6fb5624290cbc1b53fe7942" PACKAGECONFIG ??= "" PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3"