diff mbox series

[AUH] libjitterentropy: upgrading to 3.6.1 SUCCEEDED

Message ID 01010193c9a711ad-ca037bc6-3603-4d57-b37b-30c2153b3df4-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libjitterentropy: upgrading to 3.6.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Dec. 15, 2024, 9:29 a.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.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libjitterentropy-upgrade-3.6.0-3.6.1.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 683014f1643bb09e4ecc497f28314eb334ae33a1 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 15 Dec 2024 09:19:09 +0000
Subject: [PATCH] libjitterentropy: upgrade 3.6.0 -> 3.6.1

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

Patch

diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb
similarity index 95%
rename from meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb
rename to meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb
index e9ff898617..35be1e2e50 100644
--- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb
+++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb
@@ -10,7 +10,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=18a5cada7ee95e61db4180f0cb4a69cf \
                     file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \
                     "
 SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https"
-SRCREV = "7199c8959347b0e8342df7dc6e0c1fc4b484d2fb"
+SRCREV = "16c9e5c93e614f0df25f1cb30d0730102e6f4e41"
 S = "${WORKDIR}/git"
 
 do_configure[noexec] = "1"