Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ghostscript* to *10.07.1* has Succeeded.
Next steps:
- apply the patch: git am 0001-ghostscript-upgrade-10.07.0-10.07.1.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 4a96a771810537599e7f752d0384cbdebf9b703d Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Mon, 1 Jun 2026 10:36:38 +0000
Subject: [PATCH] ghostscript: upgrade 10.07.0 -> 10.07.1
---
...ace-static-const-double-with-macros-.patch | 4 +--
.../avoid-host-contamination.patch | 4 +--
.../ghostscript-9.16-Werror-return-type.patch | 2 +-
.../ghostscript/ghostscript/out-of-tree.patch | 30 ++++++++-----------
...ript_10.07.0.bb => ghostscript_10.07.1.bb} | 2 +-
5 files changed, 19 insertions(+), 23 deletions(-)
rename meta/recipes-extended/ghostscript/{ghostscript_10.07.0.bb =>
ghostscript_10.07.1.bb} (97%)
diff --git
a/meta/recipes-extended/ghostscript/ghostscript/0001-psi-ztype.c-replace-static-const-double-with-macros-.patch
b/meta/recipes-extended/ghostscript/ghostscript/0001-psi-ztype.c-replace-static-const-double-with-macros-.patch
index 6f310abf2e..36372389b7 100644
---
a/meta/recipes-extended/ghostscript/ghostscript/0001-psi-ztype.c-replace-static-const-double-with-macros-.patch
+++
b/meta/recipes-extended/ghostscript/ghostscript/0001-psi-ztype.c-replace-static-const-double-with-macros-.patch
@@ -1,4 +1,4 @@
-From 0298799777bd179c455e5ce8d6008b2d84732967 Mon Sep 17 00:00:00 2001
+From c2f9ccfe12c6c7b29a41baab63670e0cad770bf5 Mon Sep 17 00:00:00 2001
From: Khem Raj <[email protected]>
Date: Tue, 7 Apr 2026 22:40:26 -0700
Subject: [PATCH] psi/ztype.c: replace static const double with macros for
@@ -28,6 +28,6 @@ index a01d83f..d454778 100644
+
+#define min_int_real ((double)(ALT_MIN_INT) - 1.0)
+#define max_int_real ((double)(ALT_MAX_INT) + 1.0)
-
+
#define REAL_CAN_BE_INT(v)\
((v) > min_int_real && (v) < max_int_real)
diff --git
a/meta/recipes-extended/ghostscript/ghostscript/avoid-host-contamination.patch
b/meta/recipes-extended/ghostscript/ghostscript/avoid-host-contamination.patch
index d191231c7b..5c78eab9c2 100644
---
a/meta/recipes-extended/ghostscript/ghostscript/avoid-host-contamination.patch
+++
b/meta/recipes-extended/ghostscript/ghostscript/avoid-host-contamination.patch
@@ -1,4 +1,4 @@
-From 85905ce3b1bc63f0be9eda9888e40d8e7a803d21 Mon Sep 17 00:00:00 2001
+From 6ead8ba80a4d0b65e427a2ba227d3c98923bd5d2 Mon Sep 17 00:00:00 2001
From: Kai Kang <[email protected]>
Date: Thu, 29 Mar 2018 16:02:05 +0800
Subject: [PATCH] avoid host contamination
@@ -15,7 +15,7 @@ Signed-off-by: Hongxu Jia <[email protected]>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devices/devs.mak b/devices/devs.mak
-index a5dbc7a..27b55f2 100644
+index 1e44e8d..f4d95da 100644
--- a/devices/devs.mak
+++ b/devices/devs.mak
@@ -403,7 +403,7 @@ $(DEVOBJ)gdevxalt.$(OBJ) : $(DEVSRC)gdevxalt.c $(GDEVX)
$(math__h) $(memory__h)\
diff --git
a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch
b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch
index 0598c3dcd2..6883b475cc 100644
---
a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch
+++
b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch
@@ -1,4 +1,4 @@
-From c23b787f9a38be2cdc57133915c402b69acedd1a Mon Sep 17 00:00:00 2001
+From 8e9e75e92e3a78aba5dae2eff288be37d544ce88 Mon Sep 17 00:00:00 2001
From: Robert Yang <[email protected]>
Date: Mon, 4 May 2015 22:31:48 -0700
Subject: [PATCH] base/gendev.c: fix for -Werror=return-type
diff --git a/meta/recipes-extended/ghostscript/ghostscript/out-of-tree.patch
b/meta/recipes-extended/ghostscript/ghostscript/out-of-tree.patch
index 202c9d6c7c..b20eb30df7 100644
--- a/meta/recipes-extended/ghostscript/ghostscript/out-of-tree.patch
+++ b/meta/recipes-extended/ghostscript/ghostscript/out-of-tree.patch
@@ -1,14 +1,21 @@
-Fix the build to do out-of-tree properly.
+From bf1baaa9499a01cd99076d183eaa741ea8a9ed92 Mon Sep 17 00:00:00 2001
+From: Ross Burton <[email protected]>
+Date: Thu, 2 Apr 2026 14:41:42 +0100
+Subject: [PATCH] Fix the build to do out-of-tree properly.
The patches are in progress but are being submitted upstream.
Upstream-Status: Submitted
[https://bugs.ghostscript.com/show_bug.cgi?id=709289]
Signed-off-by: Ross Burton <[email protected]>
+---
+ configure.ac | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
-diff -rU3 a/configure.ac b/configure.ac
---- a/configure.ac 2025-09-09 10:36:39.000000000 +0100
-+++ b/configure.ac 2026-03-31 15:35:08.988262612 +0100
-@@ -400,7 +400,7 @@
+diff --git a/configure.ac b/configure.ac
+index b2b3678..dd00e86 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -400,7 +400,7 @@ if test x"$with_arch_h" = x""; then
*)
ARCH_CONF_HEADER=
if test x"$host" != x"$build"; then
@@ -17,18 +24,7 @@ diff -rU3 a/configure.ac b/configure.ac
else
ARCH_CONF_HEADER=
fi
-@@ -869,8 +869,8 @@
- AC_SUBST(RECURSIVE_MUTEXATTR)
-
- dnl Tesseract/Leptonica detection
--TESSERACTDIR=tesseract
--LEPTONICADIR=leptonica
-+TESSERACTDIR=$srcdir/tesseract
-+LEPTONICADIR=$srcdir/leptonica
- OCR_VERSION=0
- OCR_SHARED=0
- LEPTONICAINCLUDE=
-@@ -886,7 +886,7 @@
+@@ -889,7 +889,7 @@ AC_ARG_WITH([tesseract],
AS_HELP_STRING([--without-tesseract],
if test x$with_tesseract != xno; then
AC_MSG_CHECKING([for local Tesseract library source])
diff --git a/meta/recipes-extended/ghostscript/ghostscript_10.07.0.bb
b/meta/recipes-extended/ghostscript/ghostscript_10.07.1.bb
similarity index 97%
rename from meta/recipes-extended/ghostscript/ghostscript_10.07.0.bb
rename to meta/recipes-extended/ghostscript/ghostscript_10.07.1.bb
index 1b6cb4aaae..3254872036 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_10.07.0.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_10.07.1.bb
@@ -28,7 +28,7 @@ SRC_URI =
"https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/downlo
file://0001-psi-ztype.c-replace-static-const-double-with-macros-.patch \
"
-SRC_URI[sha256sum] =
"ed6ea62022e3f4d5a6569b6efc9361b63a6d118bfcad8f0beb897c37885b5cad"
+SRC_URI[sha256sum] =
"2fc74362f9be6fae1b0a65d38fdcfd4f0b518cc3b07c5581fb661eb4d2e15251"
PACKAGECONFIG ??= ""
PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3"
--
2.47.1
packages/x86-64-v3-poky-linux/ghostscript/ghostscript-doc: FILELIST: directory renamed /usr/share/doc/ghostscript/10.07.0 -> /usr/share/doc/ghostscript/10.07.1 packages/x86-64-v3-poky-linux/ghostscript/ghostscript: FILELIST: directory renamed /usr/share/ghostscript/10.07.0/Resource/CIDFSubst -> /usr/share/ghostscript/10.07.1/Resource/CIDFSubst, directory renamed /usr/share/ghostscript/10.07.0/Resource/Decoding -> /usr/share/ghostscript/10.07.1/Resource/Decoding, directory renamed /usr/share/ghostscript/10.07.0/Resource/CMap -> /usr/share/ghostscript/10.07.1/Resource/CMap, directory renamed /usr/share/ghostscript/10.07.0/Resource/Init -> /usr/share/ghostscript/10.07.1/Resource/Init, directory renamed /usr/share/ghostscript/10.07.0/Resource/CIDFont -> /usr/share/ghostscript/10.07.1/Resource/CIDFont, directory renamed /usr/share/ghostscript/10.07.0/Resource/IdiomSet -> /usr/share/ghostscript/10.07.1/Resource/IdiomSet, directory renamed /usr/share/ghostscript/10.07.0/Resource/SubstCID -> /usr/share/ghostscript/10.07.1/Resource/SubstCID, directory renamed /usr/share/ghostscript/10.07.0/lib -> /usr/share/ghostscript/10.07.1/lib, directory renamed /usr/share/ghostscript/10.07.0/Resource/Encoding -> /usr/share/ghostscript/10.07.1/Resource/Encoding, directory renamed /usr/share/ghostscript/10.07.0/Resource/ColorSpace -> /usr/share/ghostscript/10.07.1/Resource/ColorSpace, directory renamed /usr/share/ghostscript/10.07.0/iccprofiles -> /usr/share/ghostscript/10.07.1/iccprofiles, directory renamed /usr/share/ghostscript/10.07.0/Resource/Font -> /usr/share/ghostscript/10.07.1/Resource/Font Changes to packages/x86-64-v3-poky-linux/ghostscript (sysroot): /usr/share/ghostscript/10.07.0 moved to /usr/share/ghostscript/10.07.1
0001-ghostscript-upgrade-10.07.0-10.07.1.patch
Description: Binary data
packages/x86-64-v3-poky-linux/ghostscript/ghostscript-dbg: PKGV changed from 10.07.0 [default] to 10.07.1 [default] packages/x86-64-v3-poky-linux/ghostscript/ghostscript-dbg: PKGSIZE changed from 214034912 to 209308144 (-2%) packages/x86-64-v3-poky-linux/ghostscript/ghostscript-dbg: PV changed from "10.07.0" to "10.07.1" packages/x86-64-v3-poky-linux/ghostscript/ghostscript-dev: PKGV changed from 10.07.0 [default] to 10.07.1 [default] packages/x86-64-v3-poky-linux/ghostscript/ghostscript-dev: PV changed from "10.07.0" to "10.07.1" packages/x86-64-v3-poky-linux/ghostscript/ghostscript-doc: PKGV changed from 10.07.0 [default] to 10.07.1 [default] packages/x86-64-v3-poky-linux/ghostscript/ghostscript-doc: FILELIST: directory renamed /usr/share/doc/ghostscript/10.07.0 -> /usr/share/doc/ghostscript/10.07.1 packages/x86-64-v3-poky-linux/ghostscript/ghostscript-doc: PKGSIZE changed from 11329961 to 11329224 (-0%) packages/x86-64-v3-poky-linux/ghostscript/ghostscript-doc: PV changed from "10.07.0" to "10.07.1" packages/x86-64-v3-poky-linux/ghostscript/ghostscript-locale: PKGV changed from 10.07.0 [default] to 10.07.1 [default] packages/x86-64-v3-poky-linux/ghostscript/ghostscript-locale: PV changed from "10.07.0" to "10.07.1" packages/x86-64-v3-poky-linux/ghostscript/ghostscript-src: PKGV changed from 10.07.0 [default] to 10.07.1 [default] packages/x86-64-v3-poky-linux/ghostscript/ghostscript-src: FILELIST: directory renamed /usr/src/debug/ghostscript/10.07.0/psi -> /usr/src/debug/ghostscript/10.07.1/psi, directory renamed /usr/src/debug/ghostscript/10.07.0/tesseract/src/classify -> /usr/src/debug/ghostscript/10.07.1/tesseract/src/classify, directory renamed /usr/src/debug/ghostscript/10.07.0/tesseract/src/ccstruct -> /usr/src/debug/ghostscript/10.07.1/tesseract/src/ccstruct, directory renamed /usr/src/debug/ghostscript/10.07.0/tesseract/src/dict -> /usr/src/debug/ghostscript/10.07.1/tesseract/src/dict, directory renamed /usr/src/debug/ghostscript/10.07.0/contrib/opvp -> /usr/src/debug/ghostscript/10.07.1/contrib/opvp, directory renamed /usr/src/debug/ghostscript/10.07.0/tesseract/src/arch -> /usr/src/debug/ghostscript/10.07.1/tesseract/src/arch, directory renamed /usr/src/debug/ghostscript/10.07.0/tesseract/src/lstm -> /usr/src/debug/ghostscript/10.07.1/tesseract/src/lstm, directory renamed /usr/src/debug/ghostscript/ 10.07.0/openjpeg/src/lib/openjp2 -> /usr/src/debug/ghostscript/10.07.1/openjpeg/src/lib/openjp2, directory renamed /usr/src/debug/ghostscript/10.07.0/tesseract/src/api -> /usr/src/debug/ghostscript/10.07.1/tesseract/src/api, directory renamed /usr/src/debug/ghostscript/10.07.0/obj -> /usr/src/debug/ghostscript/10.07.1/soobj, directory renamed /usr/src/debug/ghostscript/10.07.0/pdf -> /usr/src/debug/ghostscript/10.07.1/pdf, directory renamed /usr/src/debug/ghostscript/10.07.0/soobj -> /usr/src/debug/ghostscript/10.07.1/obj, directory renamed /usr/src/debug/ghostscript/10.07.0/jbig2dec -> /usr/src/debug/ghostscript/10.07.1/jbig2dec, directory renamed /usr/src/debug/ghostscript/10.07.0/tesseract/src/ccmain -> /usr/src/debug/ghostscript/10.07.1/tesseract/src/ccmain, directory renamed /usr/src/debug/ghostscript/10.07.0/lcms2mt/src -> /usr/src/debug/ghostscript/10.07.1/lcms2mt/src, directory renamed /usr/src/debug/ghostscript/10.07.0/urf -> /usr/src/debug/ghostscript/10.07.1/urf, director y renamed /usr/src/debug/ghostscript/10.07.0/zlib -> /usr/src/debug/ghostscript/10.07.1/zlib, directory renamed /usr/src/debug/ghostscript/10.07.0/brotli/c/include/brotli -> /usr/src/debug/ghostscript/10.07.1/brotli/c/include/brotli, directory renamed /usr/src/debug/ghostscript/10.07.0/contrib/eplaser -> /usr/src/debug/ghostscript/10.07.1/contrib/eplaser, directory renamed /usr/src/debug/ghostscript/10.07.0/contrib/pcl3/src -> /usr/src/debug/ghostscript/10.07.1/contrib/pcl3/src, directory renamed /usr/src/debug/ghostscript/10.07.0/contrib/japanese -> /usr/src/debug/ghostscript/10.07.1/contrib/japanese, directory renamed /usr/src/debug/ghostscript/10.07.0/contrib/lips4 -> /usr/src/debug/ghostscript/10.07.1/contrib/lips4, directory renamed /usr/src/debug/ghostscript/10.07.0/devices/rinkj -> /usr/src/debug/ghostscript/10.07.1/devices/rinkj, directory renamed /usr/src/debug/ghostscript/10.07.0/tesseract/include/tesseract -> /usr/src/debug/ghostscript/10.07.1/tesseract/include/tesseract, directory renamed /usr/src/debug/ghostscript/10.07.0/cups -> /usr/src/debug/ghostscript/10.07.1/cups, directory renamed /usr/src/debug/ghostscript/10.07.0/tesseract/src/textord -> /usr/src/debug/ghostscript/10.07.1/tesseract/src/textord, directory renamed /usr/src/debug/ghostscript/10.07.0/lcms2mt/include -> /usr/src/debug/ghostscript/10.07.1/lcms2mt/include, directory renamed /usr/src/debug/ghostscript/10.07.0/base -> /usr/src/debug/ghostscript/10.07.1/base, directory renamed /usr/src/debug/ghostscript/10.07.0/tesseract/src/ccutil -> /usr/src/debug/ghostscript/10.07.1/tesseract/src/ccutil, directory renamed /usr/src/debug/ghostscript/10.07.0/tesseract/src/viewer -> /usr/src/debug/ghostscript/10.07.1/tesseract/src/viewer, directory renamed /usr/src/debug/ghostscript/10.07.0/contrib -> /usr/src/debug/ghostscript/10.07.1/contrib, directory renamed /usr/src/debug/ghostscript/10.07.0/devices -> /usr/src/debug/ghostscript/10.07.1/devices, directory renamed /usr/src/debug/ghostscript/10. 07.0/devices/vector -> /usr/src/debug/ghostscript/10.07.1/devices/vector, directory renamed /usr/src/debug/ghostscript/10.07.0/leptonica/src -> /usr/src/debug/ghostscript/10.07.1/leptonica/src, directory renamed /usr/src/debug/ghostscript/10.07.0/tesseract/src/wordrec -> /usr/src/debug/ghostscript/10.07.1/tesseract/src/wordrec, directory renamed /usr/src/debug/ghostscript/10.07.0/contrib/pcl3/eprn -> /usr/src/debug/ghostscript/10.07.1/contrib/pcl3/eprn, directory renamed /usr/src/debug/ghostscript/10.07.0/ijs -> /usr/src/debug/ghostscript/10.07.1/ijs, removed "/usr/src/debug/ghostscript/10.07.0/brotli/c/enc/compound_dictionary.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/compound_dictionary.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/backward_references_inc.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/cluster_inc.h /usr/src/debug/ghostscript/10.07.0/brotli/c/dec/bit_reader.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/command.h /usr/src/debug/ghostscript/10.07.0/ brotli/c/dec/bit_reader.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/command.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/entropy_encode.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/histogram_inc.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/entropy_encode.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/literal_cost.h /usr/src/debug/ghostscript/10.07.0/brotli/c/common/dictionary.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/block_encoder_inc.h /usr/src/debug/ghostscript/10.07.0/brotli/c/common/dictionary.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/literal_cost.c /usr/src/debug/ghostscript/10.07.0/brotli/c/dec/huffman.h /usr/src/debug/ghostscript/10.07.0/brotli/c/dec/huffman.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/hash_longest_match_quickly_inc.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/static_dict.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/static_dict.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/hash_longest_match_inc.h /us r/src/debug/ghostscript/10.07.0/brotli/c/enc/metablock_inc.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/utf8_util.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/hash_longest_match64_inc.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/utf8_util.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/write_bits.h /usr/src/debug/ghostscript/10.07.0/brotli/c/dec/prefix.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/prefix.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/histogram.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/histogram.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/compress_fragment.c /usr/src/debug/ghostscript/10.07.0/brotli/c/common/context.h /usr/src/debug/ghostscript/10.07.0/brotli/c/common/constants.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/compress_fragment.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/find_match_length.h /usr/src/debug/ghostscript/10.07.0/brotli/c/common/context.c /usr/src/debug/ghostscript/10.07.0/brotli/c/common/consta nts.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/static_dict_lut.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/dictionary_hash.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/dictionary_hash.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/block_splitter_inc.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/hash_rolling_inc.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/backward_references.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/cluster.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/backward_references.h /usr/src/debug/ghostscript/10.07.0/brotli/c/common/shared_dictionary_internal.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/cluster.c /usr/src/debug/ghostscript/10.07.0/brotli/c/dec/state.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/compress_fragment_two_pass.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/state.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/compress_fragment_two_pass.h /usr/src/debug/ghostscript/10.07.0/brotli/c/dec/state.c /usr/src/debug/ghostscript/10.07.0/brotli/c/common/transform.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/hash_forgetful_chain_inc.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/encode.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/bit_cost_inc.h /usr/src/debug/ghostscript/10.07.0/brotli/c/common/transform.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/metablock.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/block_splitter.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/block_splitter.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/metablock.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/brotli_bit_stream.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/brotli_bit_stream.c /usr/src/debug/ghostscript/10.07.0/brotli/c/dec/decode.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/hash_to_binary_tree_inc.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/params.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/entropy_encode_static.h /usr/src/debug/ghostscript/10 .07.0/brotli/c/enc/encoder_dict.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/bit_cost.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/encoder_dict.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/quality.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/hash_composite_inc.h /usr/src/debug/ghostscript/10.07.0/brotli/c/common/shared_dictionary.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/hash.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/memory.h /usr/src/debug/ghostscript/10.07.0/brotli/c/common/platform.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/ringbuffer.h /usr/src/debug/ghostscript/10.07.0/brotli/c/common/platform.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/fast_log.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/backward_references_hq.c /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/backward_references_hq.h /usr/src/debug/ghostscript/10.07.0/brotli/c/enc/fast_log.c", added "/usr/src/debug/ghostscript/10.07.1/brotli/c/enc/block_splitter_inc.h /usr /src/debug/ghostscript/10.07.1/brotli/c/common/dictionary_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/hash_longest_match_simd_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/dec/static_init.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/hash_rolling_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/backward_references.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/cluster.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/backward_references.h /usr/src/debug/ghostscript/10.07.1/brotli/c/common/shared_dictionary_internal.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/cluster.c /usr/src/debug/ghostscript/10.07.1/brotli/c/dec/state.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/compress_fragment_two_pass.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/state.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/compress_fragment_two_pass.h /usr/src/debug/ghostscript/10.07.1/brotli/c/dec/state.c /usr/src/debug/ghostscript/10.07.1/brotli/c/common/transform.h /usr/ src/debug/ghostscript/10.07.1/brotli/c/enc/encode.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/hash_forgetful_chain_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/bit_cost_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/common/transform.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/metablock.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/block_splitter.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/block_splitter.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/metablock.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/brotli_bit_stream.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/brotli_bit_stream.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/static_dict_lut_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/dec/decode.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/hash_to_binary_tree_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/params.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/entropy_encode_static.h /usr/src/debug/ghostscript/1 0.07.1/brotli/c/enc/encoder_dict.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/bit_cost.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/encoder_dict.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/quality.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/bit_cost.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/hash_composite_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/common/shared_dictionary.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/hash.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/memory.h /usr/src/debug/ghostscript/10.07.1/brotli/c/common/platform.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/ringbuffer.h /usr/src/debug/ghostscript/10.07.1/brotli/c/common/platform.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/fast_log.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/backward_references_hq.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/hash_longest_match64_simd_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/backward_references_hq.h / usr/src/debug/ghostscript/10.07.1/brotli/c/enc/fast_log.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/compound_dictionary.h /usr/src/debug/ghostscript/10.07.1/brotli/c/dec/prefix_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/compound_dictionary.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/backward_references_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/cluster_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/dec/bit_reader.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/command.h /usr/src/debug/ghostscript/10.07.1/brotli/c/dec/bit_reader.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/command.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/entropy_encode.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/histogram_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/entropy_encode.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/literal_cost.h /usr/src/debug/ghostscript/10.07.1/brotli/c/common/dictionary.c /usr/src/debug/ghostscript/10.07.1/brotli/c /enc/block_encoder_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/common/dictionary.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/literal_cost.c /usr/src/debug/ghostscript/10.07.1/brotli/c/dec/huffman.h /usr/src/debug/ghostscript/10.07.1/brotli/c/dec/huffman.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/dictionary_hash_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/hash_longest_match_quickly_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/static_dict.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/static_dict.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/hash_longest_match_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/metablock_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/utf8_util.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/hash_longest_match64_inc.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/utf8_util.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/write_bits.h /usr/src/debug/ghostscript/10.07.1/brotli/c/dec/prefix.h /usr /src/debug/ghostscript/10.07.1/brotli/c/enc/prefix.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/histogram.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/histogram.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/matching_tag_mask.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/compress_fragment.c /usr/src/debug/ghostscript/10.07.1/brotli/c/common/context.h /usr/src/debug/ghostscript/10.07.1/brotli/c/common/constants.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/compress_fragment.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/find_match_length.h /usr/src/debug/ghostscript/10.07.1/brotli/c/common/context.c /usr/src/debug/ghostscript/10.07.1/brotli/c/common/constants.c /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/hash_base.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/static_dict_lut.h /usr/src/debug/ghostscript/10.07.1/brotli/c/dec/static_init.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/static_init.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/dictio nary_hash.h /usr/src/debug/ghostscript/10.07.1/brotli/c/enc/static_init.c" packages/x86-64-v3-poky-linux/ghostscript/ghostscript-src: PKGSIZE changed from 95068617 to 95143166 (+0%) packages/x86-64-v3-poky-linux/ghostscript/ghostscript-src: PV changed from "10.07.0" to "10.07.1" packages/x86-64-v3-poky-linux/ghostscript/ghostscript-staticdev: PKGV changed from 10.07.0 [default] to 10.07.1 [default] packages/x86-64-v3-poky-linux/ghostscript/ghostscript-staticdev: PV changed from "10.07.0" to "10.07.1" packages/x86-64-v3-poky-linux/ghostscript/ghostscript: PKGV changed from 10.07.0 [default] to 10.07.1 [default] packages/x86-64-v3-poky-linux/ghostscript/ghostscript: FILELIST: directory renamed /usr/share/ghostscript/10.07.0/Resource/Decoding -> /usr/share/ghostscript/10.07.1/Resource/Decoding, directory renamed /usr/share/ghostscript/10.07.0/Resource/Init -> /usr/share/ghostscript/10.07.1/Resource/Init, directory renamed /usr/share/ghostscript/10.07.0/iccprofiles -> /usr/share/ghostscript/10.07.1/iccprofiles, directory renamed /usr/share/ghostscript/10.07.0/Resource/Encoding -> /usr/share/ghostscript/10.07.1/Resource/Encoding, directory renamed /usr/share/ghostscript/10.07.0/Resource/SubstCID -> /usr/share/ghostscript/10.07.1/Resource/SubstCID, directory renamed /usr/share/ghostscript/10.07.0/Resource/CMap -> /usr/share/ghostscript/10.07.1/Resource/CMap, directory renamed /usr/share/ghostscript/10.07.0/Resource/CIDFont -> /usr/share/ghostscript/10.07.1/Resource/CIDFont, directory renamed /usr/share/ghostscript/10.07.0/Resource/ColorSpace -> /usr/share/ghostscript/10.07.1/Resource/ColorSpace, directory renamed /usr/share/ghostscript/10.07.0/Resource/Font -> /usr/share/ghostscript/10.07.1/Resource/Font, directory renamed /usr/share/ghostscript/10.07.0/lib -> /usr/share/ghostscript/10.07.1/lib, directory renamed /usr/share/ghostscript/10.07.0/Resource/CIDFSubst -> /usr/share/ghostscript/10.07.1/Resource/CIDFSubst, directory renamed /usr/share/ghostscript/10.07.0/Resource/IdiomSet -> /usr/share/ghostscript/10.07.1/Resource/IdiomSet packages/x86-64-v3-poky-linux/ghostscript/ghostscript: PKGSIZE changed from 95602911 to 95682102 (+0%) packages/x86-64-v3-poky-linux/ghostscript/ghostscript: PV changed from "10.07.0" to "10.07.1" packages/x86-64-v3-poky-linux/ghostscript: PKGV changed from 10.07.0 [default] to 10.07.1 [default] packages/x86-64-v3-poky-linux/ghostscript: SRC_URI changed from "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10070/ghostscript-10.07.0.tar.gz file://ghostscript-9.16-Werror-return-type.patch file://avoid-host-contamination.patch file://out-of-tree.patch file://0001-psi-ztype.c-replace-static-const-double-with-macros-.patch" to "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10071/ghostscript-10.07.1.tar.gz file://ghostscript-9.16-Werror-return-type.patch file://avoid-host-contamination.patch file://out-of-tree.patch file://0001-psi-ztype.c-replace-static-const-double-with-macros-.patch" packages/x86-64-v3-poky-linux/ghostscript: PV changed from "10.07.0" to "10.07.1" Changes to packages/x86-64-v3-poky-linux/ghostscript (sysroot): /usr/share/ghostscript/10.07.0 moved to /usr/share/ghostscript/10.07.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#237908): https://lists.openembedded.org/g/openembedded-core/message/237908 Mute This Topic: https://lists.openembedded.org/mt/119594460/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
