To: Ross Burton <ross.burton@arm.com>
To: openembedded-core@lists.openembedded.org
Subject: [AUH] libjitterentropy: upgrading to 3.5.0 SUCCEEDED
Attachments: /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20240615045338/all/libjitterentropy/0001-libjitterentropy-upgrade-3.4.1-3.5.0.patch /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20240615045338/all/libjitterentropy/buildhistory-diff.txt /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20240615045338/all/libjitterentropy/buildhistory-diff-full.txt

Hello,

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

Next steps:
    - apply the patch: git am 0001-libjitterentropy-upgrade-3.4.1-3.5.0.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 86b4ebc4152e9255e222b42c43c004fefd2816b2 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 15 Jun 2024 17:41:17 +0000
Subject: [PATCH] libjitterentropy: upgrade 3.4.1 -> 3.5.0

---
 ...opy_3.4.1.bb => libjitterentropy_3.5.0.bb} | 23 +++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libjitterentropy/{libjitterentropy_3.4.1.bb => libjitterentropy_3.5.0.bb} (56%)

diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.5.0.bb
similarity index 56%
rename from meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb
rename to meta/recipes-support/libjitterentropy/libjitterentropy_3.5.0.bb
index 6cef8c068c..489bbe0c6f 100644
--- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb
+++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.5.0.bb
@@ -1,3 +1,22 @@
+# 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,4 +1,4 @@
+# -Copyright (C) 2017 - 2022, Stephan Mueller <smueller@chronox.de>
+# +Copyright (C) 2017 - 2024, Stephan Mueller <smueller@chronox.de>
+#  
+#  Redistribution and use in source and binary forms, with or without
+#  modification, are permitted provided that the following conditions
+# 
+#
+
 SUMMARY = "Hardware RNG based on CPU timing jitter"
 DESCRIPTION = "The Jitter RNG provides a noise source using the CPU execution timing jitter. \
 It does not depend on any system resource other than a high-resolution time \
@@ -5,12 +24,12 @@ stamp. It is a small-scale, yet fast entropy source that is viable in almost \
 all environments and on a lot of CPU architectures."
 HOMEPAGE = "http://www.chronox.de/jent.html"
 LICENSE = "GPL-2.0-or-later | BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=64a87180908540620ce364b5e69b3b03 \
+LIC_FILES_CHKSUM = "file://LICENSE;md5=18a5cada7ee95e61db4180f0cb4a69cf \
                     file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \
                     file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \
                     "
 SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https"
-SRCREV = "4544e11320138ac02797af81766f4476a71bb09f"
+SRCREV = "48b2ffc128af776ff3658a70e5d7bb4a82180189"
 S = "${WORKDIR}/git"
 
 do_configure[noexec] = "1"
-- 
2.44.0


