From patchwork Wed Jan 1 09:32:36 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: 54862 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 2A6C4E7719B for ; Wed, 1 Jan 2025 09:32:47 +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.web10.11505.1735723957757443028 for ; Wed, 01 Jan 2025 01:32:38 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=O6fKI7/V; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=nsNN74/3; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101942135badf-55bfba00-77be-440c-8483-2162dafbc6a0-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=1735723957; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=EbF0niKcEvIyE9dSPByRfwNPgIdQVaZ/PFj/U+jD+Sc=; b=O6fKI7/VLCj+D+/7/O9nede2Y/oz6qOoQ3gg+5Up9TzrPvaQ6rR+Fo9ZlmX6mQD9 jc8xt6GFLmL/SJwZkuNHBvCyEVUBnSz6vOrs1F4y8XP9v1cxlLR4iOKWGn6C5QgtXMa 7UDWyZmWmYk1c9Rzyiq9HclJNRGzXWecGpy/3M6E= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1735723957; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=EbF0niKcEvIyE9dSPByRfwNPgIdQVaZ/PFj/U+jD+Sc=; b=nsNN74/3jdWWFTPyan8opFX8dsCDi2m+nxOi/+HBLvD+WB9Vsyts6BDj7uX9ognz CIaCGzN5vzTkENebjEjFekM+jV5jVet5MoaMSR5ZxPf4ioCV8/M6f45rdu4+VTITRI3 0i6NPoD7EQ4BEs4jdRfJccBduFNoV0ep3zg8PRf8= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] xxhash: upgrading to 0.8.3 SUCCEEDED Message-ID: <010101942135badf-55bfba00-77be-440c-8483-2162dafbc6a0-000000@us-west-2.amazonses.com> Date: Wed, 1 Jan 2025 09:32:36 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.01.01-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 ; Wed, 01 Jan 2025 09:32:47 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/209246 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *xxhash* to *0.8.3* has Succeeded. Next steps: - apply the patch: git am 0001-xxhash-upgrade-0.8.2-0.8.3.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 01ff15070188545ebe62b159ae7b28a4d89edc3a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Jan 2025 09:32:09 +0000 Subject: [PATCH] xxhash: upgrade 0.8.2 -> 0.8.3 --- .../recipes-support/xxhash/{xxhash_0.8.2.bb => xxhash_0.8.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/xxhash/{xxhash_0.8.2.bb => xxhash_0.8.3.bb} (93%) diff --git a/meta/recipes-support/xxhash/xxhash_0.8.2.bb b/meta/recipes-support/xxhash/xxhash_0.8.3.bb similarity index 93% rename from meta/recipes-support/xxhash/xxhash_0.8.2.bb rename to meta/recipes-support/xxhash/xxhash_0.8.3.bb index f16b183c95..227649854e 100644 --- a/meta/recipes-support/xxhash/xxhash_0.8.2.bb +++ b/meta/recipes-support/xxhash/xxhash_0.8.3.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=13be6b481ff5616f77dda971191bb29b \ SRC_URI = "git://github.com/Cyan4973/xxHash.git;branch=release;protocol=https" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" -SRCREV = "bbb27a5efb85b92a0486cf361a8635715a53f6ba" +SRCREV = "e626a72bc2321cd320e953a0ccf1584cad60f363" S = "${WORKDIR}/git"