rng-tools: upgrade 6.16 -> 6.17

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

(From OE-Core rev: 51f15cde22d3caf77778750f122b94a7cd0fe508)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Wang Mingyu 2024-06-21 10:16:45 +08:00 committed by Richard Purdie
parent 54e410fd96
commit e3fca29e05

View 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"