- 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:
parent
3c8ea185da
commit
e380c4ecde
@ -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
3
Net-SNMP-v6.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:01f4d77319fc7150a675429e053ee79e0e679f938a11981fec39d60273377aef
|
||||||
|
size 72971
|
@ -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
|
Tue Jul 27 13:03:56 UTC 2010 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Net-SNMP
|
Name: perl-Net-SNMP
|
||||||
%define cpan_name Net-SNMP
|
%define cpan_name Net-SNMP
|
||||||
Summary: Object oriented interface to SNMP
|
Summary: Object oriented interface to SNMP
|
||||||
Version: 6.0.0
|
Version: 6.0.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
@ -88,6 +88,6 @@ Authors:
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user