[oe-commits] Hongxu Jia : cracklib: fix default dictionary should be generated for target endianness

git at git.openembedded.org git at git.openembedded.org
Thu May 9 08:42:00 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 075d5a19bb56b0bf492e7dc7f453c2e23139104b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=075d5a19bb56b0bf492e7dc7f453c2e23139104b

Author: Hongxu Jia <hongxu.jia at windriver.com>
Date:   Sat Apr 27 19:05:26 2013 +0800

cracklib: fix default dictionary should be generated for target endianness

The previous dict files are NOT byte-order independent, in fact they are
probably ARCHITECTURE SPECIFIC.
Create the dict files in big endian, and convert to host endian while
load them. This could fix the endian issue on multiple platform.

[Bug #4419]

Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 ...c-support-dictionary-byte-order-dependent.patch |  322 ++++++++++++++++++++
 meta/recipes-extended/cracklib/cracklib_2.8.22.bb  |    3 +-
 2 files changed, 324 insertions(+), 1 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=075d5a19bb56b0bf492e7dc7f453c2e23139104b




More information about the Openembedded-commits mailing list