]> code.ossystems Code Review - openembedded-core.git/commitdiff
cracklib: patches submitted upstream
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 2 Nov 2021 08:43:00 +0000 (09:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Nov 2021 11:11:07 +0000 (11:11 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/cracklib/cracklib/0001-packlib.c-support-dictionary-byte-order-dependent.patch
meta/recipes-extended/cracklib/cracklib/0002-craklib-fix-testnum-and-teststr-failed.patch

index 082933e4717feb0a2c75719ae6a92c41d920efba..8fb512a224bf52d3f3f99b700c0245f3b424c937 100644 (file)
@@ -9,7 +9,7 @@ Create the dict files in big endian, and convert to host endian while
 load them. This could fix the endian issue on multiple platform.
 
 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
-Upstream-Status: Pending
+Upstream-Status: Submitted [https://github.com/cracklib/cracklib/pull/41]
 
 We can't use the endian.h, htobe* and be*toh functions because they are
 not available on older versions of glibc, such as that found in RHEL
index 27a4fcbec24ba6e328849f83cf45c3e80b5462b7..1ee97357d09c8bb1b0bac83970cf0887c758684f 100644 (file)
@@ -16,7 +16,7 @@ PWOpen: No such file or directory
 Set DEFAULT_CRACKLIB_DICT as the path of  PWOpen
 
 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
-Upstream-Status: Pending
+Upstream-Status: Submitted [https://github.com/cracklib/cracklib/pull/42]
 ---
  util/testnum.c | 2 +-
  util/teststr.c | 2 +-