From patchwork Fri Mar 1 22:05:17 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: 40367 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 325BBC54EE7 for ; Fri, 1 Mar 2024 22:05:21 +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.36648.1709330718247372961 for ; Fri, 01 Mar 2024 14:05:18 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=eYOt5ACY; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=V8OBM5X3; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018dfc0cdb5d-c9dedd04-e23d-4bae-bb52-9f0d4747bffc-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=1709330717; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=EPBjfgooDGt930jJVSa49Os5Ln5gZBGO9mgElnhVfEU=; b=eYOt5ACYlSRenWPVGR4D7Er3KF3jGMcUTe3MvOSgYpzbaqaPfv8A+o6SOqoq7nin bDd7qeDHBmM3+4iU+ha7MHy591u04rYNeYtGDLEAGpCkOrXEhPFQVdarMoLa0gLzgQW YCdfK403hG7dicYbkSx/7vp/FIVmU+ezMO04mGKc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1709330717; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=EPBjfgooDGt930jJVSa49Os5Ln5gZBGO9mgElnhVfEU=; b=V8OBM5X39Q3Ncz9znjNZauAU+c3IU8GrDz4C+5wa7v8gKEON1HrVMJLfehEj/l0n EhVnGjfFYB/W4Z2LTl6io8yfxdNB2bVmwiWneNq8vQ2WIAoFYwjCLPehk4r2gZ9s08Y gsQj3vM5nfl6wF9caU3+mnk431o3t+us616eKcI4= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libpcre2: upgrading to 10.43 SUCCEEDED Message-ID: <0101018dfc0cdb5d-c9dedd04-e23d-4bae-bb52-9f0d4747bffc-000000@us-west-2.amazonses.com> Date: Fri, 1 Mar 2024 22:05:17 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.03.01-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, 01 Mar 2024 22:05:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/196540 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libpcre2* to *10.43* has Succeeded. Next steps: - apply the patch: git am 0001-libpcre2-upgrade-10.42-10.43.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 3d6ccad5b62370655eb953415c313404447a8a5c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Mar 2024 21:49:06 +0000 Subject: [PATCH] libpcre2: upgrade 10.42 -> 10.43 --- .../{libpcre2_10.42.bb => libpcre2_10.43.bb} | 44 ++++++++++++++++++- 1 file changed, 42 insertions(+), 2 deletions(-) rename meta/recipes-support/libpcre/{libpcre2_10.42.bb => libpcre2_10.43.bb} (61%) diff --git a/meta/recipes-support/libpcre/libpcre2_10.42.bb b/meta/recipes-support/libpcre/libpcre2_10.43.bb similarity index 61% rename from meta/recipes-support/libpcre/libpcre2_10.42.bb rename to meta/recipes-support/libpcre/libpcre2_10.43.bb index f471b3f90a..f75a296b21 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.42.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.43.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-2024 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-2024 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-2024 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=321a5eb46acae6b6c1ff2c7a866d836a" 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] = "8d36cd8cb6ea2a4c2bb358ff6411b0c788633a2a45dabbf1aeb4b701d1b5e840" +SRC_URI[sha256sum] = "e2a53984ff0b07dfdb5ae4486bbb9b21cca8e7df2434096cc9bf1b728c350bcb" CVE_PRODUCT = "pcre2"