diff mbox series

[AUH] libjitterentropy: upgrading to 3.6.3 SUCCEEDED

Message ID 010101968c7bbc1c-8f72fe23-2c12-431d-a8e9-09fb16830671-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libjitterentropy: upgrading to 3.6.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org May 1, 2025, 3:34 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libjitterentropy* to *3.6.3* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libjitterentropy-upgrade-3.6.2-3.6.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 581d41599930d1c51788bbb25484b5642b19abf6 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 1 May 2025 15:13:40 +0000
Subject: [PATCH] libjitterentropy: upgrade 3.6.2 -> 3.6.3

---
 .../{libjitterentropy_3.6.2.bb => libjitterentropy_3.6.3.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libjitterentropy/{libjitterentropy_3.6.2.bb => libjitterentropy_3.6.3.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.2.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb
similarity index 95%
rename from meta/recipes-support/libjitterentropy/libjitterentropy_3.6.2.bb
rename to meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb
index 54a866c432..704e06f5ce 100644
--- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.2.bb
+++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb
@@ -10,7 +10,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=e01027c4ad1fe5a4768f8488c945d491 \
                     file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \
                     "
 SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https"
-SRCREV = "ddcf1124801b74bcf39285b070093ab674d8ea97"
+SRCREV = "c90ff465dcdb6a6949542c72a26a8ab496daa8cb"
 S = "${WORKDIR}/git"
 
 do_configure[noexec] = "1"