diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-21 10:16:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-25 11:50:58 +0100 |
commit | e3fca29e0574139b2736439bf89917979601c997 (patch) | |
tree | 63b4c7a3f2b0dc5684e1aecb82bb3ec04abfdba0 /meta/recipes-support | |
parent | 54e410fd96063cf4fdd69c9bfafdd81433198d7b (diff) | |
download | poky-e3fca29e0574139b2736439bf89917979601c997.tar.gz |
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>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/rng-tools/rng-tools_6.17.bb (renamed from meta/recipes-support/rng-tools/rng-tools_6.16.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/rng-tools/rng-tools_6.16.bb b/meta/recipes-support/rng-tools/rng-tools_6.17.bb index ed755ae705..fc141a984c 100644 --- a/meta/recipes-support/rng-tools/rng-tools_6.16.bb +++ b/meta/recipes-support/rng-tools/rng-tools_6.17.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/nhorman/rng-tools.git;branch=master;protocol=https \ | |||
11 | file://default \ | 11 | file://default \ |
12 | file://rng-tools.service \ | 12 | file://rng-tools.service \ |
13 | " | 13 | " |
14 | SRCREV = "e061c313b95890eb5fa0ada0cd6eec619dafdfe2" | 14 | SRCREV = "bd00c08b0c3c6a880b0988befe97fd35b315468c" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||