Bug 135540 - [NEW PORT] security/ranpwd - generate random passwords
Summary: [NEW PORT] security/ranpwd - generate random passwords
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-13 09:40 UTC by Charlie Kester
Modified: 2009-06-19 06:30 UTC (History)
0 users

See Also:


Attachments
ranpwd.shar (1.86 KB, text/plain)
2009-06-13 09:40 UTC, Charlie Kester
no flags Details
ranpwd-1.2.shar.2 (1.84 KB, text/plain; charset=us-ascii)
2009-06-16 21:05 UTC, Charlie Kester
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Kester 2009-06-13 09:40:01 UTC
    ranpwd uses /dev/random or /dev/urandom to generate cryptographically
    secure passwords.  

    Generated passwords may consist of any specified length and any combination
    of upper- or lower-case alphanumeric characters or punctuation.  ranpwd can
    also generate passwords consisting of hexadecimal, decimal, octal or binary
    numbers, and format these as valid C constants for inclusion in source
    code.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-06-13 10:02:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Charlie Kester 2009-06-13 10:34:13 UTC
Forgot to fix Makefile header info after copying from my other ports.
Please s/rdup/ranpwd and replace Makefile version line with appropriate
info.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-06-15 22:57:41 UTC
State Changed
From-To: open->feedback

I missing in pkg-descr the WWW line. Could you please tell me this one?
Comment 4 Charlie Kester 2009-06-16 03:17:55 UTC
Append the following line to pkg-descr:

WWW: http://freshmeat.net/projects/ranpwd/
Comment 5 Charlie Kester 2009-06-16 21:05:33 UTC
For convenience, here is a revised shar file for this patch, containing
the changes previously mentioned.
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2009-06-19 06:28:32 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2009-06-19 06:28:57 UTC
miwi        2009-06-19 05:28:46 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/ranpwd      Makefile distinfo pkg-descr 
  Log:
  ranpwd uses /dev/random or /dev/urandom to generate cryptographically secure
  passwords.
  
  Generated passwords may consist of any specified length and any combination of
  upper- or lower-case alphanumeric characters or punctuation.  ranpwd can also
  generate passwords consisting of hexadecimal, decimal, octal or binary numbers,
  and format these as valid C constants for inclusion in source code.
  
  WWW: http://freshmeat.net/projects/ranpwd
  
  PR:             ports/135540
  Submitted by:   corky1951 at comcast.net
  
  Revision  Changes    Path
  1.1042    +1 -0      ports/security/Makefile
  1.1       +25 -0     ports/security/ranpwd/Makefile (new)
  1.1       +3 -0      ports/security/ranpwd/distinfo (new)
  1.1       +9 -0      ports/security/ranpwd/pkg-descr (new)
_______________________________________________
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"