Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ghostscript* to *10.02.0* has Succeeded.
Next steps: - apply the patch: git am 0001-ghostscript-upgrade-10.01.2-10.02.0.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- >From 7266990c04ee497aeb3d686d352a5f3c128449d1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <a...@yoctoproject.org> Date: Fri, 15 Sep 2023 12:49:39 +0000 Subject: [PATCH] ghostscript: upgrade 10.01.2 -> 10.02.0 --- ...pcx-buffer-overrun-fix-from-devices-.patch | 31 ------------------- ...ript_10.01.2.bb => ghostscript_10.02.0.bb} | 5 ++- 2 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/0001-Bug-706897-Copy-pcx-buffer-overrun-fix-from-devices-.patch rename meta/recipes-extended/ghostscript/{ghostscript_10.01.2.bb => ghostscript_10.02.0.bb} (94%) diff --git a/meta/recipes-extended/ghostscript/ghostscript/0001-Bug-706897-Copy-pcx-buffer-overrun-fix-from-devices-.patch b/meta/recipes-extended/ghostscript/ghostscript/0001-Bug-706897-Copy-pcx-buffer-overrun-fix-from-devices-.patch deleted file mode 100644 index b29212fbc6..0000000000 --- a/meta/recipes-extended/ghostscript/ghostscript/0001-Bug-706897-Copy-pcx-buffer-overrun-fix-from-devices-.patch +++ /dev/null @@ -1,31 +0,0 @@ -From d81b82c70bc1fb9991bb95f1201abb5dea55f57f Mon Sep 17 00:00:00 2001 -From: Chris Liddell <chris.lidd...@artifex.com> -Date: Mon, 17 Jul 2023 14:06:37 +0100 -Subject: [PATCH] Bug 706897: Copy pcx buffer overrun fix from - devices/gdevpcx.c - -Bounds check the buffer, before dereferencing the pointer. - -CVE: CVE-2023-38559 -Upstream-Status: Backport -Signed-off-by: Ross Burton <ross.bur...@arm.com> ---- - base/gdevdevn.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/base/gdevdevn.c b/base/gdevdevn.c -index 7b14d9c71..6351fb77a 100644 ---- a/base/gdevdevn.c -+++ b/base/gdevdevn.c -@@ -1983,7 +1983,7 @@ devn_pcx_write_rle(const byte * from, const byte * end, int step, gp_file * file - byte data = *from; - - from += step; -- if (data != *from || from == end) { -+ if (from >= end || data != *from) { - if (data >= 0xc0) - gp_fputc(0xc1, file); - } else { --- -2.34.1 - diff --git a/meta/recipes-extended/ghostscript/ghostscript_10.01.2.bb b/meta/recipes-extended/ghostscript/ghostscript_10.02.0.bb similarity index 94% rename from meta/recipes-extended/ghostscript/ghostscript_10.01.2.bb rename to meta/recipes-extended/ghostscript/ghostscript_10.02.0.bb index 434170e34d..4bad0f86e1 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_10.01.2.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_10.02.0.bb @@ -25,11 +25,10 @@ def gs_verdir(v): SRC_URI = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${@gs_verdir("${PV}")}/${BPN}-${PV}.tar.gz \ file://ghostscript-9.16-Werror-return-type.patch \ file://avoid-host-contamination.patch \ - file://0001-Bug-706897-Copy-pcx-buffer-overrun-fix-from-devices-.patch \ file://configure.ac-add-option-to-explicitly-disable-neon.patch \ -" + " -SRC_URI[sha256sum] = "a4cd61a07fec161bee35da0211a5e5cde8ff8a0aaf942fc0176715e499d21661" +SRC_URI[sha256sum] = "e54062f166708d84ca82de9f8304a04344466080f936118b88082bd55ed6dc97" PACKAGECONFIG ??= "" PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3" -- 2.39.2
packages/core2-32-poky-linux/ghostscript/ghostscript-dbg: PV changed from "10.01.2" to "10.02.0" packages/core2-32-poky-linux/ghostscript/ghostscript-dbg: PKGV changed from 10.01.2 [default] to 10.02.0 [default] packages/core2-32-poky-linux/ghostscript/ghostscript-dbg: PKGSIZE changed from 81493924 to 81587532 (+0%) packages/core2-32-poky-linux/ghostscript/ghostscript-dev: PV changed from "10.01.2" to "10.02.0" packages/core2-32-poky-linux/ghostscript/ghostscript-dev: PKGV changed from 10.01.2 [default] to 10.02.0 [default] packages/core2-32-poky-linux/ghostscript/ghostscript-doc: PV changed from "10.01.2" to "10.02.0" packages/core2-32-poky-linux/ghostscript/ghostscript-doc: FILELIST: removed "/usr/share/doc/ghostscript/10.01.2/GS9_Color_Management.pdf /usr/share/doc/ghostscript/10.01.2/COPYING /usr/share/doc/ghostscript/10.01.2/News.htm /usr/share/doc/ghostscript/10.01.2/Ghostscript.pdf", added "/usr/share/doc/ghostscript/10.02.0/GS9_Color_Management.pdf /usr/share/doc/ghostscript/10.02.0/News.html /usr/share/doc/ghostscript/10.02.0/COPYING /usr/share/doc/ghostscript/10.02.0/Ghostscript.pdf" packages/core2-32-poky-linux/ghostscript/ghostscript-doc: PKGV changed from 10.01.2 [default] to 10.02.0 [default] packages/core2-32-poky-linux/ghostscript/ghostscript-doc: PKGSIZE changed from 11240277 to 11240480 (+0%) packages/core2-32-poky-linux/ghostscript/ghostscript-locale: PV changed from "10.01.2" to "10.02.0" packages/core2-32-poky-linux/ghostscript/ghostscript-locale: PKGV changed from 10.01.2 [default] to 10.02.0 [default] packages/core2-32-poky-linux/ghostscript/ghostscript-src: PV changed from "10.01.2" to "10.02.0" packages/core2-32-poky-linux/ghostscript/ghostscript-src: PKGV changed from 10.01.2 [default] to 10.02.0 [default] packages/core2-32-poky-linux/ghostscript/ghostscript-src: PKGSIZE changed from 69699244 to 69568925 (-0%) packages/core2-32-poky-linux/ghostscript/ghostscript-staticdev: PV changed from "10.01.2" to "10.02.0" packages/core2-32-poky-linux/ghostscript/ghostscript-staticdev: PKGV changed from 10.01.2 [default] to 10.02.0 [default] packages/core2-32-poky-linux/ghostscript/ghostscript: PV changed from "10.01.2" to "10.02.0" packages/core2-32-poky-linux/ghostscript/ghostscript: FILELIST: directory renamed /usr/share/ghostscript/10.01.2/lib -> /usr/share/ghostscript/10.02.0/lib, directory renamed /usr/share/ghostscript/10.01.2/Resource/CMap -> /usr/share/ghostscript/10.02.0/Resource/CMap, directory renamed /usr/share/ghostscript/10.01.2/Resource/Font -> /usr/share/ghostscript/10.02.0/Resource/Font, directory renamed /usr/share/ghostscript/10.01.2/Resource/CIDFSubst -> /usr/share/ghostscript/10.02.0/Resource/CIDFSubst, directory renamed /usr/share/ghostscript/10.01.2/Resource/IdiomSet -> /usr/share/ghostscript/10.02.0/Resource/IdiomSet, directory renamed /usr/share/ghostscript/10.01.2/Resource/Encoding -> /usr/share/ghostscript/10.02.0/Resource/Encoding, directory renamed /usr/share/ghostscript/10.01.2/Resource/SubstCID -> /usr/share/ghostscript/10.02.0/Resource/SubstCID, directory renamed /usr/share/ghostscript/10.01.2/Resource/Decoding -> /usr/share/ghostscript/10.02.0/Resource/Decoding, directory rename d /usr/share/ghostscript/10.01.2/iccprofiles -> /usr/share/ghostscript/10.02.0/iccprofiles, directory renamed /usr/share/ghostscript/10.01.2/Resource/CIDFont -> /usr/share/ghostscript/10.02.0/Resource/CIDFont, directory renamed /usr/share/ghostscript/10.01.2/Resource/ColorSpace -> /usr/share/ghostscript/10.02.0/Resource/ColorSpace, removed "/usr/share/ghostscript/10.01.2/Resource/Init/gs_pdf_e.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_resmp.ps /usr/share/ghostscript/10.01.2/Resource/Init/pdf_main.ps /usr/share/ghostscript/10.01.2/Resource/Init/pdf_sec.ps /usr/share/ghostscript/10.01.2/Resource/Init/cidfmap /usr/share/ghostscript/10.01.2/Resource/Init/gs_type1.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_cspace.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_res.ps /usr/share/ghostscript/10.01.2/Resource/Init/pdf_base.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_setpd.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_cidfm.ps /usr/share/ghostscript/10.01.2/Re source/Init/gs_dbt_e.ps /usr/share/ghostscript/10.01.2/Resource/Init/FAPIconfig /usr/share/ghostscript/10.01.2/Resource/Init/pdf_font.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_cidtt.ps /usr/share/ghostscript/10.01.2/Resource/Init/FAPIfontmap /usr/share/ghostscript/10.01.2/Resource/Init/gs_statd.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_ll3.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_diskn.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_img.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_mro_e.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_fapi.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_btokn.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_mgl_e.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_wan_e.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_trap.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_cidcm.ps /usr/share/ghostscript/10.01.2/Resource/Init/FCOfontmap-PCLPS2 /usr/share/ghostscript/10.01.2/Resource/Init/gs_pdfwr.ps /usr/ share/ghostscript/10.01.2/Resource/Init/gs_typ42.ps /usr/share/ghostscript/10.01.2/Resource/Init/pdf_draw.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_epsf.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_il1_e.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_init.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_typ32.ps /usr/share/ghostscript/10.01.2/Resource/Init/Fontmap /usr/share/ghostscript/10.01.2/Resource/Init/gs_dps1.ps /usr/share/ghostscript/10.01.2/Resource/Init/xlatmap /usr/share/ghostscript/10.01.2/Resource/Init/gs_lev2.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_cff.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_std_e.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_mex_e.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_cmap.ps /usr/share/ghostscript/10.01.2/Resource/Init/Fontmap.GS /usr/share/ghostscript/10.01.2/Resource/Init/gs_dps2.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_ciddc.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_ag l.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_sym_e.ps /usr/share/ghostscript/10.01.2/Resource/Init/pdf_rbld.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_cidfn.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_ttf.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_fonts.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_dscp.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_cet.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_fntem.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_frsd.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_icc.ps /usr/share/ghostscript/10.01.2/Resource/Init/pdf_ops.ps /usr/share/ghostscript/10.01.2/Resource/Init/FAPIcidfmap", added "/usr/share/ghostscript/10.02.0/Resource/Init/gs_pdf_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_resmp.ps /usr/share/ghostscript/10.02.0/Resource/Init/pdf_main.ps /usr/share/ghostscript/10.02.0/Resource/Init/cidfmap /usr/share/ghostscript/10.02.0/Resource/Init/gs_type1.ps /usr/share/ghostscript/10.0 2.0/Resource/Init/gs_cspace.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_res.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_setpd.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_cidfm.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_dbt_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/FAPIconfig /usr/share/ghostscript/10.02.0/Resource/Init/gs_cidtt.ps /usr/share/ghostscript/10.02.0/Resource/Init/FAPIfontmap /usr/share/ghostscript/10.02.0/Resource/Init/gs_statd.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_ll3.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_diskn.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_img.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_mro_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_fapi.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_btokn.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_mgl_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_wan_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_trap.ps /usr/s hare/ghostscript/10.02.0/Resource/Init/gs_cidcm.ps /usr/share/ghostscript/10.02.0/Resource/Init/FCOfontmap-PCLPS2 /usr/share/ghostscript/10.02.0/Resource/Init/gs_pdfwr.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_typ42.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_epsf.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_il1_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_init.ps /usr/share/ghostscript/10.02.0/Resource/Init/Fontmap /usr/share/ghostscript/10.02.0/Resource/Init/gs_dps1.ps /usr/share/ghostscript/10.02.0/Resource/Init/xlatmap /usr/share/ghostscript/10.02.0/Resource/Init/gs_lev2.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_cff.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_std_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_mex_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_cmap.ps /usr/share/ghostscript/10.02.0/Resource/Init/Fontmap.GS /usr/share/ghostscript/10.02.0/Resource/Init/gs_dps2.ps /usr/share/ghostscript/10.02.0/Resource/Init/ gs_ciddc.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_agl.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_sym_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_cidfn.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_ttf.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_fonts.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_dscp.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_cet.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_fntem.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_frsd.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_icc.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_typ32.ps /usr/share/ghostscript/10.02.0/Resource/Init/FAPIcidfmap" packages/core2-32-poky-linux/ghostscript/ghostscript: PKGV changed from 10.01.2 [default] to 10.02.0 [default] packages/core2-32-poky-linux/ghostscript/ghostscript: PKGSIZE changed from 56375820 to 55735119 (-1%) packages/core2-32-poky-linux/ghostscript: PV changed from "10.01.2" to "10.02.0" packages/core2-32-poky-linux/ghostscript: PKGV changed from 10.01.2 [default] to 10.02.0 [default] packages/core2-32-poky-linux/ghostscript: SRC_URI changed from "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10012/ghostscript-10.01.2.tar.gz file://ghostscript-9.16-Werror-return-type.patch file://avoid-host-contamination.patch file://0001-Bug-706897-Copy-pcx-buffer-overrun-fix-from-devices-.patch file://configure.ac-add-option-to-explicitly-disable-neon.patch" to "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10020/ghostscript-10.02.0.tar.gz file://ghostscript-9.16-Werror-return-type.patch file://avoid-host-contamination.patch file://configure.ac-add-option-to-explicitly-disable-neon.patch" Changes to packages/core2-32-poky-linux/ghostscript (sysroot): /usr/share/ghostscript/10.01.2 moved to /usr/share/ghostscript/10.02.0 /usr/share/ghostscript/10.01.2/Resource/Init/pdf_base.ps was removed /usr/share/ghostscript/10.01.2/Resource/Init/pdf_draw.ps was removed /usr/share/ghostscript/10.01.2/Resource/Init/pdf_font.ps was removed /usr/share/ghostscript/10.01.2/Resource/Init/pdf_ops.ps was removed /usr/share/ghostscript/10.01.2/Resource/Init/pdf_rbld.ps was removed /usr/share/ghostscript/10.01.2/Resource/Init/pdf_sec.ps was removed
0001-ghostscript-upgrade-10.01.2-10.02.0.patch
Description: Binary data
packages/core2-32-poky-linux/ghostscript/ghostscript-doc: FILELIST: removed "/usr/share/doc/ghostscript/10.01.2/GS9_Color_Management.pdf /usr/share/doc/ghostscript/10.01.2/COPYING /usr/share/doc/ghostscript/10.01.2/Ghostscript.pdf /usr/share/doc/ghostscript/10.01.2/News.htm", added "/usr/share/doc/ghostscript/10.02.0/News.html /usr/share/doc/ghostscript/10.02.0/COPYING /usr/share/doc/ghostscript/10.02.0/Ghostscript.pdf /usr/share/doc/ghostscript/10.02.0/GS9_Color_Management.pdf" packages/core2-32-poky-linux/ghostscript/ghostscript: FILELIST: directory renamed /usr/share/ghostscript/10.01.2/Resource/Font -> /usr/share/ghostscript/10.02.0/Resource/Font, directory renamed /usr/share/ghostscript/10.01.2/Resource/ColorSpace -> /usr/share/ghostscript/10.02.0/Resource/ColorSpace, directory renamed /usr/share/ghostscript/10.01.2/Resource/SubstCID -> /usr/share/ghostscript/10.02.0/Resource/SubstCID, directory renamed /usr/share/ghostscript/10.01.2/Resource/Encoding -> /usr/share/ghostscript/10.02.0/Resource/Encoding, directory renamed /usr/share/ghostscript/10.01.2/Resource/CIDFont -> /usr/share/ghostscript/10.02.0/Resource/CIDFont, directory renamed /usr/share/ghostscript/10.01.2/lib -> /usr/share/ghostscript/10.02.0/lib, directory renamed /usr/share/ghostscript/10.01.2/Resource/CIDFSubst -> /usr/share/ghostscript/10.02.0/Resource/CIDFSubst, directory renamed /usr/share/ghostscript/10.01.2/Resource/IdiomSet -> /usr/share/ghostscript/10.02.0/Resource/IdiomSet, direct ory renamed /usr/share/ghostscript/10.01.2/Resource/CMap -> /usr/share/ghostscript/10.02.0/Resource/CMap, directory renamed /usr/share/ghostscript/10.01.2/Resource/Decoding -> /usr/share/ghostscript/10.02.0/Resource/Decoding, directory renamed /usr/share/ghostscript/10.01.2/iccprofiles -> /usr/share/ghostscript/10.02.0/iccprofiles, removed "/usr/share/ghostscript/10.01.2/Resource/Init/gs_ll3.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_diskn.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_fonts.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_lev2.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_fntem.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_std_e.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_frsd.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_il1_e.ps /usr/share/ghostscript/10.01.2/Resource/Init/FCOfontmap-PCLPS2 /usr/share/ghostscript/10.01.2/Resource/Init/gs_dscp.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_wan_e.ps /usr/share/ghostscript/10. 01.2/Resource/Init/gs_dps2.ps /usr/share/ghostscript/10.01.2/Resource/Init/pdf_rbld.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_icc.ps /usr/share/ghostscript/10.01.2/Resource/Init/pdf_sec.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_trap.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_pdfwr.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_sym_e.ps /usr/share/ghostscript/10.01.2/Resource/Init/pdf_draw.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_img.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_epsf.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_dbt_e.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_mex_e.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_cspace.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_cidfn.ps /usr/share/ghostscript/10.01.2/Resource/Init/pdf_base.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_cidcm.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_mgl_e.ps /usr/share/ghostscript/10.01.2/Resource/Init/cidfmap /usr/sha re/ghostscript/10.01.2/Resource/Init/gs_ciddc.ps /usr/share/ghostscript/10.01.2/Resource/Init/pdf_main.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_cidfm.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_statd.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_cmap.ps /usr/share/ghostscript/10.01.2/Resource/Init/FAPIcidfmap /usr/share/ghostscript/10.01.2/Resource/Init/gs_btokn.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_cet.ps /usr/share/ghostscript/10.01.2/Resource/Init/FAPIfontmap /usr/share/ghostscript/10.01.2/Resource/Init/gs_res.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_agl.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_mro_e.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_pdf_e.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_typ32.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_typ42.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_type1.ps /usr/share/ghostscript/10.01.2/Resource/Init/pdf_ops.ps /usr/share/ghostscript/10.01.2/Resource/Init /gs_cidtt.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_cff.ps /usr/share/ghostscript/10.01.2/Resource/Init/Fontmap /usr/share/ghostscript/10.01.2/Resource/Init/xlatmap /usr/share/ghostscript/10.01.2/Resource/Init/gs_resmp.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_setpd.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_fapi.ps /usr/share/ghostscript/10.01.2/Resource/Init/FAPIconfig /usr/share/ghostscript/10.01.2/Resource/Init/Fontmap.GS /usr/share/ghostscript/10.01.2/Resource/Init/gs_dps1.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_ttf.ps /usr/share/ghostscript/10.01.2/Resource/Init/gs_init.ps /usr/share/ghostscript/10.01.2/Resource/Init/pdf_font.ps", added "/usr/share/ghostscript/10.02.0/Resource/Init/gs_ll3.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_diskn.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_fonts.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_lev2.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_fntem.ps /usr/share/ghostscript/10. 02.0/Resource/Init/gs_std_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_frsd.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_il1_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/FCOfontmap-PCLPS2 /usr/share/ghostscript/10.02.0/Resource/Init/gs_dscp.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_wan_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_dps2.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_icc.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_img.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_trap.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_pdfwr.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_sym_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_dbt_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_cspace.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_epsf.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_mex_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_cidfn.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_cidcm.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_mgl_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/cidfmap /usr/share/ghostscript/10.02.0/Resource/Init/gs_ciddc.ps /usr/share/ghostscript/10.02.0/Resource/Init/pdf_main.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_cidfm.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_statd.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_cmap.ps /usr/share/ghostscript/10.02.0/Resource/Init/FAPIcidfmap /usr/share/ghostscript/10.02.0/Resource/Init/gs_btokn.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_cet.ps /usr/share/ghostscript/10.02.0/Resource/Init/FAPIfontmap /usr/share/ghostscript/10.02.0/Resource/Init/gs_res.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_agl.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_mro_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_pdf_e.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_typ32.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_typ42.ps /usr/share/ghostscript/10.02.0/Resourc e/Init/gs_type1.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_cidtt.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_cff.ps /usr/share/ghostscript/10.02.0/Resource/Init/Fontmap /usr/share/ghostscript/10.02.0/Resource/Init/xlatmap /usr/share/ghostscript/10.02.0/Resource/Init/gs_resmp.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_setpd.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_fapi.ps /usr/share/ghostscript/10.02.0/Resource/Init/FAPIconfig /usr/share/ghostscript/10.02.0/Resource/Init/Fontmap.GS /usr/share/ghostscript/10.02.0/Resource/Init/gs_dps1.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_ttf.ps /usr/share/ghostscript/10.02.0/Resource/Init/gs_init.ps" Changes to packages/core2-32-poky-linux/ghostscript (sysroot): /usr/share/ghostscript/10.01.2 moved to /usr/share/ghostscript/10.02.0 /usr/share/ghostscript/10.01.2/Resource/Init/pdf_base.ps was removed /usr/share/ghostscript/10.01.2/Resource/Init/pdf_draw.ps was removed /usr/share/ghostscript/10.01.2/Resource/Init/pdf_font.ps was removed /usr/share/ghostscript/10.01.2/Resource/Init/pdf_ops.ps was removed /usr/share/ghostscript/10.01.2/Resource/Init/pdf_rbld.ps was removed /usr/share/ghostscript/10.01.2/Resource/Init/pdf_sec.ps was removed
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#187720): https://lists.openembedded.org/g/openembedded-core/message/187720 Mute This Topic: https://lists.openembedded.org/mt/101386146/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-