libjitterentropy: upgrade 3.5.0 -> 3.6.0

Changelog:
===========
 * Remove bi-modal behavior of conditioning function
 * Make jent_read_entropy_safe safer by retrying the health test
 * Move the version information to make them available at compile time

(From OE-Core rev: 020656db7d3267775536ce36710844119476ca6e)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Wang Mingyu
2024-09-25 14:48:49 +08:00
committed by Richard Purdie
parent 3364a6a7ba
commit 5c8bc2bf8c

View File

@@ -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 = "48b2ffc128af776ff3658a70e5d7bb4a82180189"
SRCREV = "7199c8959347b0e8342df7dc6e0c1fc4b484d2fb"
S = "${WORKDIR}/git"
do_configure[noexec] = "1"