From patchwork Sat Jun 15 18:23:20 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 45199 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C034C52D71 for ; Sat, 15 Jun 2024 18:23:32 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web10.18633.1718475801583810133 for ; Sat, 15 Jun 2024 11:23:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=ZbO1twHK; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=CgDATtjb; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 010101901d23bfd8-dfafde49-7ffa-4591-af2e-1aa005c82f64-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1718475801; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=NvG8OUKOBMmbIrxkalvjfiSv53RSsaEzqdJ8jvZ/jcA=; b=ZbO1twHKTiITEbuAhcI7cI5jjprGrqydR6Cl4Uhm1a1up8BoMSxEW9U8yq1S5dK+ +XBiNGYLws+oHtcUSIQXic/Fu/voCijLMbRegHRMCzN4k5SYc4pXMRZ8Q9d5BvRVTsj TuVfH/4r1DotPLX7ujH2eUtqaUEBN21G7ka97zoA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1718475801; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=NvG8OUKOBMmbIrxkalvjfiSv53RSsaEzqdJ8jvZ/jcA=; b=CgDATtjbF0rYWatpXY/tyZte21O16H1V0AA4e7bLTVhCVbU1ljEGVZ3zLXo5PTvR QNmQoEanvqeXqC7KaWbg6CUgyQul9en4YFKvLPrJNbzBZE3MBqY7pJqaIHoAueWhAnF 6GlFD5z8yg5iGFt7Q2k3HK5PQ2hZau7v+0OihxuI= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libjitterentropy: upgrading to 3.5.0 SUCCEEDED Message-ID: <010101901d23bfd8-dfafde49-7ffa-4591-af2e-1aa005c82f64-000000@us-west-2.amazonses.com> Date: Sat, 15 Jun 2024 18:23:20 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.06.15-54.240.27.31 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 15 Jun 2024 18:23:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/200767 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 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 +# +Copyright (C) 2017 - 2024, Stephan Mueller +# +# 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"