- update to v6.0.1

+ Removed all occurrences of the "locked" attribute that was
    deprecated in Perl 5.12.0.
  + Changed the test validating the presence of a monotonic time value
    to check for invalid implementations.
  + The SNMPv3 contextEngineID and contextName are now stored as part
    of the request allowing for these values to be changed between
    messages.
- also package the examples

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-SNMP?expand=0&rev=7
This commit is contained in:
Lars Vogdt 2010-11-19 11:39:57 +00:00 committed by Git OBS Bridge
parent 3c8ea185da
commit e380c4ecde
4 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b17c6dfb1bd7c41e913985973374ad33945bbaac374ef039deca65ef7853557
size 72796

3
Net-SNMP-v6.0.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01f4d77319fc7150a675429e053ee79e0e679f938a11981fec39d60273377aef
size 72971

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Nov 19 11:09:45 UTC 2010 - lars@linux-schulserver.de
- update to v6.0.1
+ Removed all occurrences of the "locked" attribute that was
deprecated in Perl 5.12.0.
+ Changed the test validating the presence of a monotonic time value
to check for invalid implementations.
+ The SNMPv3 contextEngineID and contextName are now stored as part
of the request allowing for these values to be changed between
messages.
- also package the examples
-------------------------------------------------------------------
Tue Jul 27 13:03:56 UTC 2010 - chris@computersalat.de

View File

@ -19,9 +19,9 @@
Name: perl-Net-SNMP
%define cpan_name Net-SNMP
%define cpan_name Net-SNMP
Summary: Object oriented interface to SNMP
Version: 6.0.0
Version: 6.0.1
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
@ -88,6 +88,6 @@ Authors:
%files -f %{name}.files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%doc Changes LICENSE README examples
%changelog