| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
22 Aug 2011 19:36:04
0.02_2
|
skreuzer  |
Delete the RandPasswd.orig file which is created during patching so that it does
not get copied to SITE_PERL/PERL_ARCH during install
Reported by: pav@ |
19 Aug 2011 21:48:14
0.02_1
|
skreuzer  |
Fix isse where if an external caller invokes the the method
Crypt::RandPasswd->random_chars_in_range(), Perl prepends the object
name to the function's argument list. This causes the local variables
$minlen, $maxlen, $lo_char, and $hi_char to be set incorrectly ($minlen
is set to the object name, $maxlen is set to what should have been the
minimum length, $lo_char is set to what should have been the maximum
length, and $hi_char is set to what should have been the first character
in the given range), so that the method returns an incorrect result.
PR: ports/154207
Submitted by: Matthew X. Economou <xenophon+fbsdports@irtnog.org> |
03 Jul 2011 14:03:52
0.02
|
ohauer  |
-remove MD5 |
28 Mar 2009 01:16:37
0.02
|
skreuzer  |
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: wxs (mentor) |
17 Apr 2008 14:30:31
0.02
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
17 Jun 2007 21:27:42
0.02
|
itetcu  |
Change of email address, same maintainer.
PR: ports/113686
Submitted by: Steven Kreuzer (confirmed from the old email on private) |
24 Feb 2007 09:20:52
0.02
|
rafan  |
- Pass maintainership to submitter
PR: ports/109474
Submitted by: Steven Kreuzer <skreuzer at f2o.org> |
25 Jun 2006 15:29:12
0.02
|
clsung  |
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by ports@
PR: ports/98755
Submitted by: rafan (the fresh committer) |
25 Nov 2005 18:01:16
0.02
|
pav  |
- Add SHA256 |
10 Apr 2004 17:11:02
0.02
|
trevor  |
Cram into 80 columns by 24 rows. |
29 Jan 2004 16:13:06
0.02
|
trevor  |
SIZEify. |
24 Oct 2003 14:15:32
0.02
|
erwin  |
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit. |
24 Oct 2003 12:05:09
0.02
|
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
20 Feb 2003 18:59:13
0.02
|
knu  |
De-pkg-comment. |
25 Oct 2002 09:13:21
0.02
|
sobomax  |
Add p5-Crypt-RandPasswd 0.02, an implementation of the Automated
Password Generator standard. |