From patchwork Mon Jan 1 13:12:00 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: 37160 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 A2898C47422 for ; Mon, 1 Jan 2024 13:12:05 +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.web11.4643.1704114721239349130 for ; Mon, 01 Jan 2024 05:12:01 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=htKaelWV; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=IXhBnCgo; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018cc5270f6c-183874bc-ab21-494a-be70-52724be852cd-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=1704114720; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=BjklvhWer59ZtnREAlobMwgcOjTf4Iadwt4TX19VSD8=; b=htKaelWVtovnNsuV8rO2okaFrdGZi3blcQDZhmaHoLGFC2zNQOLSV4I9O52oktxu INEtN9b2d1kk/S/pEv7rw0FLpRLQnZxHLT9HXNVgUwe3q9Gwh86ilmPQavlreEGGlTX 4m7wQGMj8eoa+Bu48l6zaKYFwG6ivcLbEAXzPEMg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1704114720; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=BjklvhWer59ZtnREAlobMwgcOjTf4Iadwt4TX19VSD8=; b=IXhBnCgogYsgQleoXWnkKRJnwJOpVKui46n0G0S8k4grlUEiv1pIlH5vx7dASkqW WfXgCU/hMKfWV2xy+bE/+k4sKeL7St0aXDcQ6pgyCRzkX3PIY0OJ874cEhFYXk4tZTU M6ZKT7o0p89si9LNUYueyfk0le57dn6mO9whEJhU= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libpcre2: upgrading to 10.43-RC1 SUCCEEDED Message-ID: <0101018cc5270f6c-183874bc-ab21-494a-be70-52724be852cd-000000@us-west-2.amazonses.com> Date: Mon, 1 Jan 2024 13:12:00 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.01.01-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 ; Mon, 01 Jan 2024 13:12:05 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/193180 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libpcre2* to *10.43-RC1* has Succeeded. Next steps: - apply the patch: git am 0001-libpcre2-upgrade-10.42-10.43-RC1.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 20d4b5d4617761ae8ec6fdf4ec775fb600945ec0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jan 2024 12:53:46 +0000 Subject: [PATCH] libpcre2: upgrade 10.42 -> 10.43-RC1 --- ...ibpcre2_10.42.bb => libpcre2_10.43-RC1.bb} | 44 ++++++++++++++++++- 1 file changed, 42 insertions(+), 2 deletions(-) rename meta/recipes-support/libpcre/{libpcre2_10.42.bb => libpcre2_10.43-RC1.bb} (60%) diff --git a/meta/recipes-support/libpcre/libpcre2_10.42.bb b/meta/recipes-support/libpcre/libpcre2_10.43-RC1.bb similarity index 60% rename from meta/recipes-support/libpcre/libpcre2_10.42.bb rename to meta/recipes-support/libpcre/libpcre2_10.43-RC1.bb index cd65493c48..59cc320dfe 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.42.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.43-RC1.bb @@ -1,3 +1,43 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENCE +# +++ LICENCE +# @@ -26,7 +26,7 @@ +# Retired from University of Cambridge Computing Service, +# Cambridge, England. +# +# -Copyright (c) 1997-2022 University of Cambridge +# +Copyright (c) 1997-2023 University of Cambridge +# All rights reserved. +# +# +# @@ -37,7 +37,7 @@ +# Email local part: hzmester +# Email domain: freemail.hu +# +# -Copyright(c) 2010-2022 Zoltan Herczeg +# +Copyright(c) 2010-2023 Zoltan Herczeg +# All rights reserved. +# +# +# @@ -48,7 +48,7 @@ +# Email local part: hzmester +# Email domain: freemail.hu +# +# -Copyright(c) 2009-2022 Zoltan Herczeg +# +Copyright(c) 2009-2023 Zoltan Herczeg +# All rights reserved. +# +# +# +# + DESCRIPTION = "There are two major versions of the PCRE library. The \ newest version is PCRE2, which is a re-working of the original PCRE \ library to provide an entirely new API. The original, very widely \ @@ -8,14 +48,14 @@ SUMMARY = "Perl Compatible Regular Expressions version 2" HOMEPAGE = "http://www.pcre.org" SECTION = "devel" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENCE;md5=41bfb977e4933c506588724ce69bf5d2" +LIC_FILES_CHKSUM = "file://LICENCE;md5=0ea220f7d7f5a132a97d9e1b2e9ef6e7" 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.+)" -SRC_URI[sha256sum] = "8d36cd8cb6ea2a4c2bb358ff6411b0c788633a2a45dabbf1aeb4b701d1b5e840" +SRC_URI[sha256sum] = "1d9a325f72ebe70f11778551660373e0a292b6d7c1962c5d069adbef18b96674" CVE_PRODUCT = "pcre2"