CVS log for ports/security/p5-Crypt-SaltedHash/Makefile
Up to [FreeBSD] / ports / security / p5-Crypt-SaltedHash
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jun 21 06:58:19 2011 UTC (7 months, 3 weeks ago) by az
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro. See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum - Utilize CPAN macro
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Sep 27 15:12:12 2010 UTC (16 months, 2 weeks ago) by skreuzer
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3 lines
Update to 0.06
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Sep 21 16:08:10 2010 UTC (16 months, 3 weeks ago) by mm
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +14 -5 lines
Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703 Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jul 3 21:32:55 2009 UTC (2 years, 7 months ago) by skreuzer
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Take over maintainership Approved by: wxs (mentor, implicit)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jun 27 08:49:42 2009 UTC (2 years, 7 months ago) by gabor
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
- Drop maintainership of some ports I don't use any more
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 17 14:28:14 2008 UTC (3 years, 9 months ago) by araujo
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
- 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)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Dec 8 13:46:31 2006 UTC (5 years, 2 months ago) by gabor
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Change my e-mail address. Approved by: erwin (mentor)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Sep 20 03:29:20 2006 UTC (5 years, 4 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -4 lines
- Update to 0.05 - use PERL_MODBUILD - remove dependency of Test-More - from Changes - switched to Module::Build PR: 101743 Submitted by: clsung Approved by: maintainer (timeout)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 4 16:31:26 2006 UTC (6 years ago) by erwin
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -8 lines
- Update to 0.04 - Fix dependency - Unbreak on old perl PR: 92788 Submitted by: leeym Approved by: gkovesdan@t-hosting.hu (maintainer)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Dec 21 16:37:19 2005 UTC (6 years, 1 month ago) by erwin
Branches: MAIN
The Crypt::SaltedHash module provides an object oriented interface to create salted (or seeded) hashes of clear text data. The original formalization of this concept comes from RFC-3112 and is extended by the use of different digital agorithms. WWW: http://search.cpan.org/dist/Crypt-SaltedHash PR: ports/90698 Submitted by: Gabor Kovesdan
