/[smeserver]/rpms/perl-CGI-FormMagick/sme7/perl-CGI-FormMagick-0.92-password_validation.patch
ViewVC logotype

Contents of /rpms/perl-CGI-FormMagick/sme7/perl-CGI-FormMagick-0.92-password_validation.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jun 12 16:51:59 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: perl-CGI-FormMagick-0_92-11_el4_sme, perl-CGI-FormMagick-0_92-18_el4_sme, perl-CGI-FormMagick-0_92-12_el4_sme, perl-CGI-FormMagick-0_92-17_el4_sme, perl-CGI-FormMagick-0_92-14_el4_sme, perl-CGI-FormMagick-0_92-13_el4_sme, perl-CGI-FormMagick-0_92-10_el4_sme, perl-CGI-FormMagick-0_92-15_el4_sme, perl-CGI-FormMagick-0_92-16_el4_sme, perl-CGI-FormMagick-0_92-19_el4_sme, HEAD
Import on branch sme7 of package perl-CGI-FormMagick-0.92-10.el4.sme.src.rpm

1 diff -Nur -x '*.orig' -x '*.rej' perl-CGI-FormMagick-0.92/lib/CGI/FormMagick/Validator/Network.pm mezzanine_patched_perl-CGI-FormMagick-0.92/lib/CGI/FormMagick/Validator/Network.pm
2 --- perl-CGI-FormMagick-0.92/lib/CGI/FormMagick/Validator/Network.pm 2005-10-31 12:24:02.000000000 -0500
3 +++ mezzanine_patched_perl-CGI-FormMagick-0.92/lib/CGI/FormMagick/Validator/Network.pm 2006-01-13 16:27:40.000000000 -0500
4 @@ -201,7 +201,7 @@
5 $_ = $data;
6 if (not defined $_) {
7 return "FM_PASSWORD1";
8 - } elsif (/\d/ and /[A-Z]/ and /[a-z]/ and /\W/ and length($_) > 6) {
9 + } elsif (/\d/ and /[A-Z]/ and /[a-z]/ and /\W|_/ and length($_) > 6)
10 return "OK";
11 } else {
12 return "FM_PASSWORD2";

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed