/[smeserver]/rpms/e-smith-lib/sme9/e-smith-lib-2.4.0-ipv4check.patch
ViewVC logotype

Annotation of /rpms/e-smith-lib/sme9/e-smith-lib-2.4.0-ipv4check.patch

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


Revision 1.1 - (hide annotations) (download)
Fri Mar 1 04:34:31 2013 UTC (11 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-lib-2_4_0-18_el6_sme, e-smith-lib-2_4_0-9_el6_sme, e-smith-lib-2_4_0-11_el6_sme, e-smith-lib-2_4_0-12_el6_sme, e-smith-lib-2_4_0-7_el6_sme, e-smith-lib-2_4_0-4_el6_sme, e-smith-lib-2_4_0-6_el6_sme, e-smith-lib-2_4_0-17_el6_sme, e-smith-lib-2_4_0-15_el6_sme, e-smith-lib-2_4_0-16_el6_sme, e-smith-lib-2_4_0-13_el6_sme, e-smith-lib-2_4_0-14_el6_sme, e-smith-lib-2_4_0-8_el6_sme, e-smith-lib-2_4_0-5_el6_sme, e-smith-lib-2_4_0-10_el6_sme, HEAD
* Thu Feb 28 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme
- Improve error checking in isValidIP [SME: 7410]

1 wellsi 1.1 diff -ruN e-smith-lib-2.2.0.old/root/usr/share/perl5/vendor_perl/esmith/util/network.pm e-smith-lib-2.2.0/root/usr/share/perl5/vendor_perl/esmith/util/network.pm
2     --- e-smith-lib-2.2.0.old//root/usr/share/perl5/vendor_perl/esmith/util/network.pm 2004-08-25 09:05:37.000000000 -0700
3     +++ e-smith-lib-2.2.0/root/usr/share/perl5/vendor_perl/esmith/util/network.pm 2013-02-22 08:20:11.000000000 -0800
4     @@ -131,6 +131,7 @@
5     sub isValidIP($)
6     {
7     my ($string) = @_;
8     + return unless defined ipv4_chkip($string);
9     return $string eq ipv4_chkip($string);
10     }
11    

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