Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Crypt-Cracklib CPAN distribution.

Report information
The Basics
Id: 59488
Status: resolved
Priority: 0/
Queue: Crypt-Cracklib

People
Owner: Nobody in particular
Requestors: fedora [...] red-dragon.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.4
Fixed in: (no value)



Subject: 64bit patch to prevent test failure
The Cracklib.pm module doesn't check for a lib64 dictionary. This patch adds a line to the dictionary paths that includes /usr/lib64/cracklib_dict
Subject: crypt-cracklib-lib64.patch
--- Crypt-Cracklib-1.4/Cracklib.pm.lib64 2008-05-18 10:23:30.000000000 -0500 +++ Crypt-Cracklib-1.4/Cracklib.pm 2010-07-17 14:43:53.317667679 -0500 @@ -19,6 +19,7 @@ /usr/share/pw_dict /var/cache/cracklib/cracklib_dict /usr/lib/cracklib_dict + /usr/lib64/cracklib_dict /usr/share/dict/cracklib_words)) { if (-f "$path.pwd") {
Fixed in 1.5 - now on it's way to CPAN.