/[smeserver]/rpms/e-smith-base/sme7/e-smith-base-4.18.1-fixgettext.patch
ViewVC logotype

Annotation of /rpms/e-smith-base/sme7/e-smith-base-4.18.1-fixgettext.patch

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


Revision 1.1 - (hide annotations) (download)
Wed Mar 26 17:01:38 2008 UTC (16 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-4_18_1-7_el4_sme, e-smith-base-4_18_1-10_el4_sme, e-smith-base-4_18_1-20_el4_sme, e-smith-base-4_18_1-11_el4_sme, e-smith-base-4_18_1-23_el4_sme, e-smith-base-4_18_1-3_el4_sme, e-smith-base-4_18_1-5_el4_sme, e-smith-base-4_18_1-27_el4_sme, e-smith-base-4_18_1-15_el4_sme, e-smith-base-4_18_1-13_el4_sme, e-smith-base-4_18_1-17_el4_sme, e-smith-base-4_18_1-25_el4_sme, e-smith-base-4_18_1-21_el4_sme, e-smith-base-4_18_1-19_el4_sme, e-smith-base-4_18_1-12_el4_sme, e-smith-base-4_18_1-22_el4_sme, e-smith-base-4_18_1-2_el4_sme, e-smith-base-4_18_1-9_el4_sme, e-smith-base-4_18_1-16_el4_sme, e-smith-base-4_18_1-8_el4_sme, e-smith-base-4_18_1-4_el4_sme, e-smith-base-4_18_1-14_el4_sme, e-smith-base-4_18_1-18_el4_sme, e-smith-base-4_18_1-26_el4_sme, e-smith-base-4_18_1-24_el4_sme
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2
- Fix gettext strings returned by password checks [SME: 4104]

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/console/system_password.pm mezzanine_patched_e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/console/system_password.pm
2     --- e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/console/system_password.pm 2008-03-26 10:49:00.000000000 -0600
3     +++ mezzanine_patched_e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/console/system_password.pm 2008-03-26 10:56:00.000000000 -0600
4     @@ -67,19 +67,19 @@
5     # Cracklib strings.
6     # Note the extra space here and in the gettext call below. This
7     # allows the French localization to properly generate qu'il
8     - gettext(" it is based on your username");
9     - gettext(" it is based upon your password entry");
10     - gettext(" it is derived from your password entry");
11     - gettext(" it is derivable from your password entry");
12     - gettext(" it is too short");
13     - gettext(" it is all whitespace");
14     - gettext(" it is too simplistic/systematic");
15     - gettext(" it is based on a dictionary word");
16     - gettext(" it is based on a (reversed) dictionary word");
17     - gettext(" it does not contain numbers");
18     - gettext(" it does not contain uppercase characters");
19     - gettext(" it does not contain lowercase characters");
20     - gettext(" it does not contain special characters");
21     + gettext("it is based on your username");
22     + gettext("it is based upon your password entry");
23     + gettext("it is derived from your password entry");
24     + gettext("it is derivable from your password entry");
25     + gettext("it is too short");
26     + gettext("it is all whitespace");
27     + gettext("it is too simplistic/systematic");
28     + gettext("it is based on a dictionary word");
29     + gettext("it is based on a (reversed) dictionary word");
30     + gettext("it does not contain numbers");
31     + gettext("it does not contain uppercase characters");
32     + gettext("it does not contain lowercase characters");
33     + gettext("it does not contain special characters");
34     #--------------------------------------------------------
35    
36     my $strength = $db->get_prop("passwordstrength", "Admin");

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