/[smeserver]/rpms/perl-CGI-FormMagick/sme8/perl-CGI-FormMagick-0.92-password_validation2.patch
ViewVC logotype

Contents of /rpms/perl-CGI-FormMagick/sme8/perl-CGI-FormMagick-0.92-password_validation2.patch

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


Revision 1.1 - (show annotations) (download)
Tue Jun 12 20:14:18 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: perl-CGI-FormMagick-0_92-16_el5_sme, perl-CGI-FormMagick-0_92-12_el5_sme, perl-CGI-FormMagick-0_92-18_el5_sme, perl-CGI-FormMagick-0_92-19_el5_sme, perl-CGI-FormMagick-0_92-22_el5_sme, perl-CGI-FormMagick-0_92-21_el5_sme, perl-CGI-FormMagick-0_92-13_el5_sme, perl-CGI-FormMagick-0_92-10_el5_sme, perl-CGI-FormMagick-0_92-20_el5_sme, perl-CGI-FormMagick-0_92-15_el5_sme, perl-CGI-FormMagick-0_92-17_el5_sme, perl-CGI-FormMagick-0_92-23_el5_sme, perl-CGI-FormMagick-0_92-11_el5_sme, perl-CGI-FormMagick-0_92-14_el5_sme, HEAD
Import on branch sme8 of package perl-CGI-FormMagick-0.92-10.el5.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 2006-01-25 10:36:27.504697000 -0500
3 +++ mezzanine_patched_perl-CGI-FormMagick-0.92/lib/CGI/FormMagick/Validator/Network.pm 2006-01-25 10:34:18.353175000 -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