- Use /dev/urandom rather than /dev/random - Increase default password length range from 6-8 characters to 8-10 - Use OpenSSL's random number generator, seeded with 256 bits of entropy http://packages.debian.org/changelogs/pool/main/m/makepasswd/makepasswd_1.10-5/changelog Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->decke I'll take it.
decke 2010-09-13 19:47:55 UTC FreeBSD ports repository Modified files: security/makepasswd Makefile distinfo Log: - Update to Debian patchset 1.10-5 - Use /dev/urandom rather than /dev/random - Increase default password length range from 6-8 characters to 8-10 - Use OpenSSL's random number generator, seeded with 256 bits of entropy PR: ports/150536 Submitted by: Toni Viemero <toni dot viemero at iki dot fi> (maintainer) Approved by: beat (co-mentor, implicit) Revision Changes Path 1.7 +4 -5 ports/security/makepasswd/Makefile 1.6 +3 -3 ports/security/makepasswd/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!