From ff1f016a9c995f197a22d8371eee745d2e65ccac Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 12 Aug 2026 06:00:03 +0000 Subject: [PATCH] libjitterentropy: upgrade 3.6.3 -> 3.7.0 Source: CHANGES.md 3.7.0 * Add secure memory implementation for Linux and {Net,Open,Free}BSD, MacOS and Windows * Update supported CMake version to 3.10 * doc: use Doxygen-style comments * NTG.1 compliance: Modify startup such that the memory access and SHA-3 loop are treated as independent noise sources which are sampled to collect at least 240 bits each before first block of random numbers is released * Remove all code when JENT_CONF_DISABLE_LOOP_SHUFFLE is unset. This code is already discouraged for a long time. Now it is taken out for good. * If cache size cannot be detected from base system (e.g. virtualization), use the requested memory size. * Change the stuck test to always calculate the absolute values of the 2nd and 3rd discrete derivation of time. * Replace SHA3-256 output generation with XDRBG-256 * Prune the jitterentropy.h header file of internal definitions and delcarations which are moved to src/jitterentropy-internal.h. With that, jitterentropy.h only contains the API. This modification does not alter the Jitter RNG behavior at all. * Update secure storage memory implementation for libgcrypt and OpenSSL * Add API jent_status --- ...opy_3.6.3.bb => libjitterentropy_3.7.0.bb} | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) rename meta/recipes-support/libjitterentropy/{libjitterentropy_3.6.3.bb => libjitterentropy_3.7.0.bb} (55%) diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.7.0.bb similarity index 55% rename from meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb rename to meta/recipes-support/libjitterentropy/libjitterentropy_3.7.0.bb index 776cfe9785..1b688eff6a 100644 --- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb +++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.7.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 - 2025, Stephan Mueller +# +Copyright (C) 2017 - 2026, 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 = "BSD-3-Clause OR GPL-2.0-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e01027c4ad1fe5a4768f8488c945d491 \ +LIC_FILES_CHKSUM = "file://LICENSE;md5=fcaa2e2fa77c4ea22e45bf79e9a41093 \ file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \ file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \ " SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https;tag=v${PV}" -SRCREV = "c90ff465dcdb6a6949542c72a26a8ab496daa8cb" +SRCREV = "e783cf1c450bce4d72f95c9f9c84546a6094976a" do_configure[noexec] = "1" -- 2.47.1