]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
rng-tools: upgrade 6.16 -> 6.17
authorWang Mingyu <wangmy@fujitsu.com>
Fri, 21 Jun 2024 02:16:45 +0000 (10:16 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Jun 2024 10:49:54 +0000 (11:49 +0100)
Changelog:
===========
- mix data fed to the kernel byte-wise from multiple sources
- added option to attempt more persistent use of slow entropy sources
- fix some missing m4 quotes
- improved debug output to show FIPS failures more clearly
- added a named pipe entropy source
- adjusted linux poolsize
- fixed some pkcs11 error messages
- fixed ignorefail and random_step options

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-support/rng-tools/rng-tools_6.17.bb [moved from meta/recipes-support/rng-tools/rng-tools_6.16.bb with 98% similarity]

similarity index 98%
rename from meta/recipes-support/rng-tools/rng-tools_6.16.bb
rename to meta/recipes-support/rng-tools/rng-tools_6.17.bb
index ed755ae7053d167c3bdd3fecb8710f4f9dd07c8e..fc141a984ce4348e0d54acba6ee7decca3756ce4 100644 (file)
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/nhorman/rng-tools.git;branch=master;protocol=https \
            file://default \
            file://rng-tools.service \
            "
-SRCREV = "e061c313b95890eb5fa0ada0cd6eec619dafdfe2"
+SRCREV = "bd00c08b0c3c6a880b0988befe97fd35b315468c"
 
 S = "${WORKDIR}/git"