diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2021-08-16 16:03:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-17 09:53:04 +0100 |
commit | 6566a99d4d8d39204f60ad3dd9dda8603f1e713b (patch) | |
tree | 0ac64b24e9fcbe022747e847b46eadfde1c9b17d /meta/recipes-extended/shadow/shadow.inc | |
parent | 626afc69a4ec59fb1dc56ba3cef7415924b97629 (diff) | |
download | poky-6566a99d4d8d39204f60ad3dd9dda8603f1e713b.tar.gz |
shadow: fix default value in SHA_get_salt_rounds()
Backport a patch [1] to fix chpasswd, gpasswd and passwd "hang" for
several minutes (10-20min) at 100% cpu usage though they finally
terminate successfully.
[1] https://github.com/shadow-maint/shadow/issues/393
(From OE-Core rev: ad8c62f988017e1e4da1f5ed7fb6f4a5ce44844e)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/shadow/shadow.inc')
-rw-r--r-- | meta/recipes-extended/shadow/shadow.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index 97ffae978a..c1e24b4f16 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc | |||
@@ -16,6 +16,7 @@ SRC_URI = "https://github.com/shadow-maint/shadow/releases/download/v${PV}/${BP} | |||
16 | file://shadow-relaxed-usernames.patch \ | 16 | file://shadow-relaxed-usernames.patch \ |
17 | file://0001-Fix-out-of-tree-builds-with-respect-to-libsubid-incl.patch \ | 17 | file://0001-Fix-out-of-tree-builds-with-respect-to-libsubid-incl.patch \ |
18 | file://0001-libsubid-link-to-PAM-libraries.patch \ | 18 | file://0001-libsubid-link-to-PAM-libraries.patch \ |
19 | file://0001-libmisc-fix-default-value-in-SHA_get_salt_rounds.patch \ | ||
19 | " | 20 | " |
20 | 21 | ||
21 | SRC_URI:append:class-target = " \ | 22 | SRC_URI:append:class-target = " \ |