summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-11-02 09:43:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-03 11:12:26 +0000
commit1b1f71c0a7d0caf94b1538c425cee38e359c55e5 (patch)
tree4cbeeb997970616d838ac9722ed7586f034d592e
parent8111876d1c72062ac05e98621f94cc42217d4a93 (diff)
downloadpoky-1b1f71c0a7d0caf94b1538c425cee38e359c55e5.tar.gz
cracklib: patches submitted upstream
(From OE-Core rev: 3d2e9354945dcf4e89e001f9816c8ea2dc79b066) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/cracklib/cracklib/0001-packlib.c-support-dictionary-byte-order-dependent.patch2
-rw-r--r--meta/recipes-extended/cracklib/cracklib/0002-craklib-fix-testnum-and-teststr-failed.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/cracklib/cracklib/0001-packlib.c-support-dictionary-byte-order-dependent.patch b/meta/recipes-extended/cracklib/cracklib/0001-packlib.c-support-dictionary-byte-order-dependent.patch
index 082933e471..8fb512a224 100644
--- a/meta/recipes-extended/cracklib/cracklib/0001-packlib.c-support-dictionary-byte-order-dependent.patch
+++ b/meta/recipes-extended/cracklib/cracklib/0001-packlib.c-support-dictionary-byte-order-dependent.patch
@@ -9,7 +9,7 @@ Create the dict files in big endian, and convert to host endian while
9load them. This could fix the endian issue on multiple platform. 9load them. This could fix the endian issue on multiple platform.
10 10
11Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 11Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
12Upstream-Status: Pending 12Upstream-Status: Submitted [https://github.com/cracklib/cracklib/pull/41]
13 13
14We can't use the endian.h, htobe* and be*toh functions because they are 14We can't use the endian.h, htobe* and be*toh functions because they are
15not available on older versions of glibc, such as that found in RHEL 15not available on older versions of glibc, such as that found in RHEL
diff --git a/meta/recipes-extended/cracklib/cracklib/0002-craklib-fix-testnum-and-teststr-failed.patch b/meta/recipes-extended/cracklib/cracklib/0002-craklib-fix-testnum-and-teststr-failed.patch
index 27a4fcbec2..1ee97357d0 100644
--- a/meta/recipes-extended/cracklib/cracklib/0002-craklib-fix-testnum-and-teststr-failed.patch
+++ b/meta/recipes-extended/cracklib/cracklib/0002-craklib-fix-testnum-and-teststr-failed.patch
@@ -16,7 +16,7 @@ PWOpen: No such file or directory
16Set DEFAULT_CRACKLIB_DICT as the path of PWOpen 16Set DEFAULT_CRACKLIB_DICT as the path of PWOpen
17 17
18Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 18Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
19Upstream-Status: Pending 19Upstream-Status: Submitted [https://github.com/cracklib/cracklib/pull/42]
20--- 20---
21 util/testnum.c | 2 +- 21 util/testnum.c | 2 +-
22 util/teststr.c | 2 +- 22 util/teststr.c | 2 +-