Bug 150536 - [MAINTAINER] security/makepasswd: Chase Debian version
Summary: [MAINTAINER] security/makepasswd: Chase Debian version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bernhard Froehlich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-13 18:30 UTC by Toni Viemerö
Modified: 2010-09-13 20:50 UTC (History)
0 users

See Also:


Attachments
makepasswd-1.10_4.patch (2.21 KB, patch)
2010-09-13 18:30 UTC, Toni Viemerö
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toni Viemerö 2010-09-13 18:30:01 UTC
- 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
Comment 1 Bernhard Froehlich freebsd_committer freebsd_triage 2010-09-13 19:42:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->decke

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-13 20:47:59 UTC
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"
Comment 3 Bernhard Froehlich freebsd_committer freebsd_triage 2010-09-13 20:49:05 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!