diff --git a/Changes b/Changes index 0766f934..e479d762 100644 --- a/Changes +++ b/Changes @@ -37,7 +37,7 @@ Version 3.62 (2018-10-29) * #275 Document peth_port_ifindex for Junipers * #274 Add peth_port_ifindex override for Junipers * #270 Add support for additional Mikrotik models - * Add HP 3810M, 2930M, 2930F and 2540 series switches + * Add HP 3810M, 2930M, 2930F and 2540 series switches [BUG FIXES] @@ -127,7 +127,7 @@ Version 3.56 (2018-04-22) [BUG FIXES] * Fix table methods when defined as an OID which will not completely - translate to a fully qualified textual leaf + translate to a fully qualified textual leaf Version 3.55 (2018-04-19) @@ -160,7 +160,7 @@ Version 3.55 (2018-04-19) ports() of L3::C3550 * Correct validation and IID/key used in mau_set_i_speed_admin() and mau_set_i_duplex_admin() of MAU - * Correct typo in MIB leaf names in L3::Aironet + * Correct typo in MIB leaf names in L3::Aironet * Don't use MIB leafs that are not-accessible according to MIB NOTE: Fixing this logic now results in methods on MIB leafs specified as not-accessible failing validation in _validate_autoload_method() @@ -223,7 +223,7 @@ version 3.50 (2018-03-14) * #226 Avaya VSP devices - no ifAlias * #227 Remove bogus can() check in _set() - * Fix SNMP::Info::IEEE802dot3ad when more than 1 LAG + * Fix SNMP::Info::IEEE802dot3ad when more than 1 LAG version 3.49 (2018-03-03) diff --git a/LICENSE b/LICENSE index 954246ea..09c1433f 100644 --- a/LICENSE +++ b/LICENSE @@ -6,7 +6,7 @@ Original Code Copyright (c) 2002,2003 Regents of the University of California All rights reserved. -Redistribution and use in source and binary forms, with or without +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, @@ -14,17 +14,17 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the University of California, Santa Cruz nor the - names of its contributors may be used to endorse or promote products + * Neither the name of the University of California, Santa Cruz nor the + names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index f6ecd282..10f99e1f 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -58,7 +58,7 @@ # Avoid Devel::Cover and Devel::CoverX::Covered files. \bcover_db\b \bcovered\b - + # Avoid MYMETA files ^MYMETA\. diff --git a/contrib/DEVELOP b/contrib/DEVELOP index 945e0884..81200310 100644 --- a/contrib/DEVELOP +++ b/contrib/DEVELOP @@ -6,7 +6,7 @@ Coding Guidelines: - always update ChangeLog before committing - check-in required mibs to netdisco-mibs and release new package if needed -Release and Testing Instructions: +Release and Testing Instructions: - for netdisco see: -> https://github.com/netdisco/netdisco/wiki/Developing -> https://metacpan.org/pod/App::Netdisco @@ -17,17 +17,17 @@ Release and Testing Instructions: -> https://github.com/netdisco/netdisco-mibs/wiki FAQ: - - Do I have to update the version number and timestamp in modified files before committing? + - Do I have to update the version number and timestamp in modified files before committing? -> No. These are RCS tags that are automatically updated by CVS when you commit - Should I add changes at the top of the ChangeLog? -> Yes. The changelog is created one commit at a time. If there isn't a section for the current version, then add one at the top and put your - changes after. You can leave the date field for the release empty (). + changes after. You can leave the date field for the release empty (). - What should I change the $VERSION to? -> If you are the first person to get to a file after a release, update it - to either release++ or "release++ dash cvs". + to either release++ or "release++ dash cvs". Example: File is marked 2.01, change it to 2.02-cvs with your new changes. Example: File is marked 2.02-cvs, no change until packaging for release when the -cvs is removed. TODO: Is there still an odd/even scheme as introduced by Eric? diff --git a/contrib/util/make_dev_matrix.pl b/contrib/util/make_dev_matrix.pl index 06131de2..36e0a19a 100755 --- a/contrib/util/make_dev_matrix.pl +++ b/contrib/util/make_dev_matrix.pl @@ -28,7 +28,7 @@ if ($@) { } else { $graph{$vendor}->{$family}=[]; } - + } } my $now = scalar localtime; @@ -83,7 +83,7 @@ foreach my $vendor (sort sort_nocase keys %$matrix){ } elsif (defined $vendor_defaults->{$a}){ $val = $vendor_defaults->{$a}; $class = 'vendor'; - } + } print "