CVS log for ports/net-mgmt/p5-Data-Validate-IP/distinfo
Up to [FreeBSD] / ports / net-mgmt / p5-Data-Validate-IP
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 30 11:47:44 2011 UTC (12 months, 1 week ago) by miwi
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
- Update to 0.14 PR: 154277 Submitted by: Tuc <freebsd-ports@t-b-o-h.net> (maintainer) Feature safe: yes
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 4 03:22:09 2011 UTC (13 months, 1 week ago) by swills
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3 lines
- update to 0.12 PR: ports/153550 Submitted by: Tuc <freebsd-ports at t-b-o-h.net> Approved by: pgollucci (mentor)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Mar 10 17:39:38 2010 UTC (23 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
- Update to 0.11 PR: 144631 Submitted by: Tuc <freebsd-ports@t-b-o-h.net> (maintainer)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 8 13:06:29 2009 UTC (2 years, 8 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
- Update to 0.10 PR: ports/135325 Submitted by: Tuc <freebsd-ports at t-b-o-h.net> (maintainer)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jan 14 11:15:31 2008 UTC (4 years ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
This module collects ip validation routines to make input validation, and
untainting easier and more readable.
All functions return an untainted value if the test passes, and undef if it
fails. This means that you should always check for a defined status
explicitly. Don't assume the return will be true. (e.g. is_username('0'))
The value to test is always the first (and often only) argument.
WWW: http://search.cpan.org/dist/Data-Validate-IP/
PR: ports/119264
Submitted by: Tuc <freebsd-ports at t-b-o-h.net>
