diff mbox series

[AUH] xxhash: upgrading to 0.8.3 SUCCEEDED

Message ID 010101942135badf-55bfba00-77be-440c-8483-2162dafbc6a0-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] xxhash: upgrading to 0.8.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Jan. 1, 2025, 9:32 a.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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