From patchwork Fri Mar 15 17:00:15 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 41084 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 D24B1C54F2D for ; Fri, 15 Mar 2024 17:00:16 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web10.1241.1710522012037922254 for ; Fri, 15 Mar 2024 10:00:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Vcwb3jU1; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=RV0uwUCP; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018e430e9e4b-3f22edfc-9a32-49d0-9ec0-1c76d70c34f2-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1710522015; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=HvUpFoIwOBsgMYE7aJ7L4Xso0p3el/j71jEk9IpgthA=; b=Vcwb3jU13E+BsGQtl4XRfnmcYzt401b+lplCyIeCYERunO3ihPtmgGv2lt4kySvh Qf95PuEO8YcWlIIzuDzkIdAovUux4vzLFhgr6QM8VOAdvNjNSTYnavggMFdq0WMtRLh zm1BIxWbOPNLgMv2APJQFta0k2c60lIwv+dOCnQI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1710522015; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=HvUpFoIwOBsgMYE7aJ7L4Xso0p3el/j71jEk9IpgthA=; b=RV0uwUCPtFoq0M+GpY6IAOwycjtGI9oL+PjBpsve3w7GdlMtQPjJhRuYbPw6wokh QaN7MhisnLHxAMs5YVQXqMdi/2c8baLPg+pHXxsDUYoXJDd7Gv1mDAV1gIQwpw1omHS wL50jtC2KKJ+NH21fSzs3yNF4B6KKuQUaF6PEHLA= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libfontenc: upgrading to 1.1.8 SUCCEEDED Message-ID: <0101018e430e9e4b-3f22edfc-9a32-49d0-9ec0-1c76d70c34f2-000000@us-west-2.amazonses.com> Date: Fri, 15 Mar 2024 17:00:15 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.03.15-54.240.27.192 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 ; Fri, 15 Mar 2024 17:00:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197223 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libfontenc* to *1.1.8* has Succeeded. Next steps: - apply the patch: git am 0001-libfontenc-upgrade-1.1.7-1.1.8.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 0093a68719177e38d8f63db537b94b68bf260357 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Mar 2024 13:37:48 +0000 Subject: [PATCH] libfontenc: upgrade 1.1.7 -> 1.1.8 --- .../xorg-lib/{libfontenc_1.1.7.bb => libfontenc_1.1.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libfontenc_1.1.7.bb => libfontenc_1.1.8.bb} (80%) diff --git a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb similarity index 80% rename from meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb rename to meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb index 056a29af25..0fc117fc58 100644 --- a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb +++ b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb @@ -11,6 +11,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1" DEPENDS += "zlib xorgproto font-util" PE = "1" -SRC_URI[sha256sum] = "c0d36991faee06551ddbaf5d99266e97becdc05edfae87a833c3ff7bf73cfec2" +SRC_URI[sha256sum] = "7b02c3d405236e0d86806b1de9d6868fe60c313628b38350b032914aa4fd14c6" BBCLASSEXTEND = "native"