From patchwork Sat Jun 15 18:23:20 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: 45154 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 640F8C2BA12 for ; Sat, 15 Jun 2024 18:23:23 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.18398.1718475801262896167 for ; Sat, 15 Jun 2024 11:23:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=AeA8Zrej; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=lZs3gs6y; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101901d23c03d-8778414b-4826-45d2-8b06-7b516eb54c9f-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=1718475800; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=9nMkXr2QnTcN/uGXijKBWbbIVF+i3r414J8lWJ50ga4=; b=AeA8ZrejAO+fT2OikOALj2v9DRg81SXb7PpDVSZwdQakMjudbSshBeGnWaYeecal hHd7zlK5/jsn97uXU2NJozDvnh0gv+9Tx7LOgmkMBhN73Ya1RCxrYGyzKPpSDfd7IR2 ZCboc9FV9hgP1tB/Yomy6RPHdHQSHN1fWAjTVGVw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1718475800; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=9nMkXr2QnTcN/uGXijKBWbbIVF+i3r414J8lWJ50ga4=; b=lZs3gs6yvk2oNh//h/ko2RXVpoYdlywsyf7s0GVjFJn0Jb9DSxiD2fWfElrL04ME zDSfPohIJMx194eM7Bvfmjvwa8lqKzx3jhK5uQr2+hVnz80Mg7CqaY4AjrWZ39uVO+2 WMEeOmc7ppD3gIYzUJrK93FEgfsFLo7/jMwl65l0= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libpcre2: upgrading to 10.44 SUCCEEDED Message-ID: <010101901d23c03d-8778414b-4826-45d2-8b06-7b516eb54c9f-000000@us-west-2.amazonses.com> Date: Sat, 15 Jun 2024 18:23:20 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.06.15-54.240.27.191 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 Jun 2024 18:23:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/200765 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libpcre2* to *10.44* has Succeeded. Next steps: - apply the patch: git am 0001-libpcre2-upgrade-10.43-10.44.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 76e69e98e17bd9dbb3dfddf5c042e2b26e0254af Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Jun 2024 17:51:48 +0000 Subject: [PATCH] libpcre2: upgrade 10.43 -> 10.44 --- .../libpcre/{libpcre2_10.43.bb => libpcre2_10.44.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libpcre/{libpcre2_10.43.bb => libpcre2_10.44.bb} (95%) diff --git a/meta/recipes-support/libpcre/libpcre2_10.43.bb b/meta/recipes-support/libpcre/libpcre2_10.44.bb similarity index 95% rename from meta/recipes-support/libpcre/libpcre2_10.43.bb rename to meta/recipes-support/libpcre/libpcre2_10.44.bb index fd0bd79212..ceb2b85458 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.43.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.44.bb @@ -15,7 +15,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/pcre2-${PV}/pcre2-${PV}.tar.bz2" GITHUB_BASE_URI = "https://github.com/PhilipHazel/pcre2/releases" UPSTREAM_CHECK_REGEX = "releases/tag/pcre2-(?P\d+(\.\d+)+)$" -SRC_URI[sha256sum] = "e2a53984ff0b07dfdb5ae4486bbb9b21cca8e7df2434096cc9bf1b728c350bcb" +SRC_URI[sha256sum] = "d34f02e113cf7193a1ebf2770d3ac527088d485d4e047ed10e5d217c6ef5de96" CVE_PRODUCT = "pcre2"