diff mbox series

[AUH] xxhash: upgrading to 0.8.2 SUCCEEDED

Message ID 01010189b1ee530f-d79f6e07-2e63-48c4-9f71-ea9905006ddf-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] xxhash: upgrading to 0.8.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Aug. 1, 2023, 4:28 p.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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<pver>\d+(\.\d+)+)"
 
-SRCREV = "35b0373c697b5f160d3db26b1cbb45a0d5ba788c"
+SRCREV = "bbb27a5efb85b92a0486cf361a8635715a53f6ba"
 
 S = "${WORKDIR}/git"