From patchwork Tue Aug 1 16:28:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 28277 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 14F8FC00528 for ; Tue, 1 Aug 2023 16:29:03 +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.17704.1690907328533334860 for ; Tue, 01 Aug 2023 09:28:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=ZoiDRhmE; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=VDfbFVrV; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 01010189b1ee530f-d79f6e07-2e63-48c4-9f71-ea9905006ddf-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=1690907333; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=m81PTm9YindKtJ/EtQnvpSfUWRYeJhEUnGPee/f4Mlc=; b=ZoiDRhmEzNLYx8voxO+U9PhQxqWNu2YMhdI6tznqHP+CR1nxx4MTf1lsu7MP729n guxbFYU5CO6AgKf0pcfOgWe/1tqtT5VsGb7HwUPpZYsc6HEeFtFFqgP2pGdLCRve5TL 5bNhepe8DiQGMXWQetmjvmovbvU4hprDqfHMHP4Q= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1690907333; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=m81PTm9YindKtJ/EtQnvpSfUWRYeJhEUnGPee/f4Mlc=; b=VDfbFVrVezHmKPrtrkJS+wuBMpqynfReLi1JwK5L8IwPByuTOH+/eCul2alozEiG F2hWscnA8clIWEXYJbOkSn/qLlro+lrkpS7svsW2Z4qSW/aTmNhLJTqIJ74lGzNgTit YtdwwDpJ5PUF0UrbRv70Btxyg51EvE50KsOf3iYA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] xxhash: upgrading to 0.8.2 SUCCEEDED Message-ID: <01010189b1ee530f-d79f6e07-2e63-48c4-9f71-ea9905006ddf-000000@us-west-2.amazonses.com> Date: Tue, 1 Aug 2023 16:28:53 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.08.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 ; Tue, 01 Aug 2023 16:29:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/185352 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xxhash* to *0.8.2* has Succeeded. Next steps: - apply the patch: git am 0001-xxhash-upgrade-0.8.1-0.8.2.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 557b94c0a35b6db782da67bf12f9915bcd4724e6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Aug 2023 16:28:46 +0000 Subject: [PATCH] xxhash: upgrade 0.8.1 -> 0.8.2 --- .../{xxhash_0.8.1.bb => xxhash_0.8.2.bb} | 26 ++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) rename meta/recipes-support/xxhash/{xxhash_0.8.1.bb => xxhash_0.8.2.bb} (48%) diff --git a/meta/recipes-support/xxhash/xxhash_0.8.1.bb b/meta/recipes-support/xxhash/xxhash_0.8.2.bb similarity index 48% rename from meta/recipes-support/xxhash/xxhash_0.8.1.bb rename to meta/recipes-support/xxhash/xxhash_0.8.2.bb index 222ba7b77c..02a24df7af 100644 --- a/meta/recipes-support/xxhash/xxhash_0.8.1.bb +++ b/meta/recipes-support/xxhash/xxhash_0.8.2.bb @@ -1,16 +1,36 @@ +# 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: +# +# --- LICENSE +# +++ LICENSE +# @@ -1,5 +1,5 @@ +# xxHash Library +# -Copyright (c) 2012-2020 Yann Collet +# +Copyright (c) 2012-2021 Yann Collet +# All rights reserved. +# +# BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) +# +# + SUMMARY = "Extremely fast non-cryptographic hash algorithm" DESCRIPTION = "xxHash is an extremely fast non-cryptographic hash algorithm, \ working at speeds close to RAM limits." HOMEPAGE = "http://www.xxhash.com/" LICENSE = "BSD-2-Clause & GPL-2.0-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=cdfe7764d5685d8e08b3df302885d7f3 \ +LIC_FILES_CHKSUM = "file://LICENSE;md5=13be6b481ff5616f77dda971191bb29b \ file://cli/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - " + " SRC_URI = "git://github.com/Cyan4973/xxHash.git;branch=release;protocol=https" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" -SRCREV = "35b0373c697b5f160d3db26b1cbb45a0d5ba788c" +SRCREV = "bbb27a5efb85b92a0486cf361a8635715a53f6ba" S = "${WORKDIR}/git"