From patchwork Sat Mar 15 14:18:25 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 59096 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6B0E5C369B0 for ; Sat, 15 Mar 2025 14:18:32 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web10.10345.1742048306476069107 for ; Sat, 15 Mar 2025 07:18:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=VTUCYwTF; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=nNf6D8ZG; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 010101959a2ba0da-3b1aa7c3-9150-4bdd-a8c6-c6d2dabc9d7b-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1742048305; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=D6xst2/ZyZkLbLJJsn5FdAGVFTz4faF9zjZlI95fEFk=; b=VTUCYwTF84fKjNpDGjNOu7AtcylWPjoXqL+Ic1A9pSeHGGMrTvHiFNkwpZTDV3ba 7Ju7s0Sfq4eQrD241fQXXYSNG8VDMxEuEnXVn2hCudgymTt8GEwGWzuMlCZwrAyrKqV +IsnEv8rx44UILPFbrIKu9fK5NFvVad99ahK1T+Y= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1742048305; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=D6xst2/ZyZkLbLJJsn5FdAGVFTz4faF9zjZlI95fEFk=; b=nNf6D8ZGjItZX4g8XT7cGa/l60j/v2zqEqXpO99OLSx48/v4A0LJDQyZSA5Q5wI7 ZKyN1F3z65FlW2+vfY5kVzJbPJ6gf/H6YlcwOWpmUTFVWz8ZB2t1y89N5L3lKEDqGFI WCL/Feikxvwc9VQYHs5PGYn2Zwmu/3CjeIX0bC2g= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ghostscript: upgrading to 10.05.0 SUCCEEDED Message-ID: <010101959a2ba0da-3b1aa7c3-9150-4bdd-a8c6-c6d2dabc9d7b-000000@us-west-2.amazonses.com> Date: Sat, 15 Mar 2025 14:18:25 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.03.15-54.240.27.29 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 15 Mar 2025 14:18:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212933 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ghostscript* to *10.05.0* has Succeeded. Next steps: - apply the patch: git am 0001-ghostscript-upgrade-10.04.0-10.05.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 46e9960c36732d916308de7b1ca279e6ee969309 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Mar 2025 10:20:05 +0000 Subject: [PATCH] ghostscript: upgrade 10.04.0 -> 10.05.0 --- .../ghostscript/avoid-host-contamination.patch | 2 +- .../ghostscript-9.16-Werror-return-type.patch | 9 +++------ .../{ghostscript_10.04.0.bb => ghostscript_10.05.0.bb} | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) rename meta/recipes-extended/ghostscript/{ghostscript_10.04.0.bb => ghostscript_10.05.0.bb} (97%) diff --git a/meta/recipes-extended/ghostscript/ghostscript/avoid-host-contamination.patch b/meta/recipes-extended/ghostscript/ghostscript/avoid-host-contamination.patch index 0546fdf8f0..d191231c7b 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 095bb1db8b2e68cac40e985f347a7039573e1e80 Mon Sep 17 00:00:00 2001 +From 85905ce3b1bc63f0be9eda9888e40d8e7a803d21 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Thu, 29 Mar 2018 16:02:05 +0800 Subject: [PATCH] avoid host contamination 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 8c4a5d44e3..0598c3dcd2 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,7 +1,7 @@ -From c481b055cd464734a3c2d80719ead4c1c92a40c9 Mon Sep 17 00:00:00 2001 +From c23b787f9a38be2cdc57133915c402b69acedd1a Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Mon, 4 May 2015 22:31:48 -0700 -Subject: [PATCH 02/10] base/gendev.c: fix for -Werror=return-type +Subject: [PATCH] base/gendev.c: fix for -Werror=return-type Fixed: base/gendev.c:80:1: error: return type defaults to 'int' [-Werror=return-type] @@ -14,7 +14,7 @@ Signed-off-by: Robert Yang 1 file changed, 1 insertion(+) diff --git a/base/gendev.c b/base/gendev.c -index 59d5999..7766b08 100644 +index f36cfe2..031f30b 100644 --- a/base/gendev.c +++ b/base/gendev.c @@ -77,6 +77,7 @@ static const char *indent_item = ""; @@ -25,6 +25,3 @@ index 59d5999..7766b08 100644 main(int argc, char *argv[]) { config conf; --- -1.8.3.1 - 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"