Commit graph

5 commits

Author SHA1 Message Date
Philip M. Gollucci
06f9d9cb62 - Pregenerate pw_dict since cracklib stopped distributing one
which dependant ports require at build-time.
- Convert dependant ports to LIB_DEPENDS
- Bump PORTREVISIONs

Reported by:    pav via pointyhat
2012-02-12 22:26:55 +00:00
Philip M. Gollucci
49592eb512 - Chase shlib bump for security/cracklib from .1 -> .10
Forgotten by:   myself (pgollucci)
Reported by:    pav via pointyhat
2012-02-10 21:30:07 +00:00
Olli Hauer
87931c6875 -remove MD5 2011-07-03 14:03:52 +00:00
Frank J. Laszlo
c29df0f29f Correct pkg-plist, and add dependency for cracklib.
PR:		ports/105299
Submitted by:	Bill Moran <wmoran@collaborativefusion.com> (maintainer)
Approved by:	flz (mentor)
2006-11-14 12:36:52 +00:00
Renato Botelho
d9bcb23339 This package provides an interface to the cracklib (libcrack) libraries that
come standard on most unix-like distributions. This allows you to check
passwords against dictionaries of words to ensure some minimal level of
password security.

From the cracklib README
CrackLib makes literally hundreds of tests to determine whether you've
chosen a bad password.

* It tries to generate words from your username and gecos entry to tries
to match them against what you've chosen.

* It checks for simplistic patterns.

* It then tries to reverse-engineer your password into a dictionary
word, and searches for it in your dictionary.

- after all that, it's PROBABLY a safe(-ish) password. 8-)

WWW: http://pecl.php.net/package/crack

PR:		ports/94244
Submitted by:	Bill Moran <wmoran at collaborativefusion.com>
2006-07-11 15:41:19 +00:00