From 95b79c12c68a131084c4ad836c978a9da562ef0a59f502b0335fb259a9eba3f7 Mon Sep 17 00:00:00 2001 From: "Tina Mueller (cpanmirror)" Date: Wed, 8 Oct 2025 14:34:58 +0000 Subject: [PATCH] Automatic update to v3.974.0 (3.974000) --- SNMP-Info-3.972002.tar.gz | 3 --- SNMP-Info-3.974000.tar.gz | 3 +++ perl-SNMP-Info.changes | 16 ++++++++++++++++ perl-SNMP-Info.spec | 20 +++++++++++--------- 4 files changed, 30 insertions(+), 12 deletions(-) delete mode 100644 SNMP-Info-3.972002.tar.gz create mode 100644 SNMP-Info-3.974000.tar.gz diff --git a/SNMP-Info-3.972002.tar.gz b/SNMP-Info-3.972002.tar.gz deleted file mode 100644 index 9ff27dd..0000000 --- a/SNMP-Info-3.972002.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e489a103570106985e5b3c57a2d828ad2c93ae1e4e3e3af3f9e42ffef07ba5d -size 599100 diff --git a/SNMP-Info-3.974000.tar.gz b/SNMP-Info-3.974000.tar.gz new file mode 100644 index 0000000..bced1c2 --- /dev/null +++ b/SNMP-Info-3.974000.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcdfab03d004cf6f1c506475543ec25975a29089294946295ce920001e39c56 +size 607835 diff --git a/perl-SNMP-Info.changes b/perl-SNMP-Info.changes index 49909c0..d415f75 100644 --- a/perl-SNMP-Info.changes +++ b/perl-SNMP-Info.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Oct 8 14:34:57 UTC 2025 - Tina Müller + +- updated to 3.974.0 (3.974000) + see /usr/share/doc/packages/perl-SNMP-Info/Changes + + Version 3.974000 (2025-09-12) + [ENHANCEMENTS] + * Stormshield uses STORMSHIELD-IF-MIB for i_ methods + * #551 Huawei os, os_ver normalized and patch info added + Version 3.973000 (2025-09-04) + [NEW FEATURES] + * #550 Stormshield support + [ENHANCEMENTS] + * #546 Layer7::Neoteris improvments (@earendilfr) + ------------------------------------------------------------------- Thu Dec 12 16:36:30 UTC 2024 - Tina Müller diff --git a/perl-SNMP-Info.spec b/perl-SNMP-Info.spec index b66c068..c4417c3 100644 --- a/perl-SNMP-Info.spec +++ b/perl-SNMP-Info.spec @@ -1,7 +1,7 @@ # # spec file for package perl-SNMP-Info # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name SNMP-Info Name: perl-SNMP-Info -Version: 3.972.2 +Version: 3.974.0 Release: 0 -# 3.972002 -> normalize -> 3.972.2 -%define cpan_version 3.972002 +# 3.974000 -> normalize -> 3.974.0 +%define cpan_version 3.974000 License: BSD-3-Clause Summary: OO Interface to Network devices and MIBs through SNMP URL: https://metacpan.org/release/%{cpan_name} @@ -34,19 +34,19 @@ BuildRequires: perl-macros BuildRequires: perl(Class::Inspector) BuildRequires: perl(File::Slurper) BuildRequires: perl(Hook::LexWrap) -BuildRequires: perl(Module::Build) >= 0.42 +BuildRequires: perl(Module::Build) >= 0.420 BuildRequires: perl(Module::Find) -BuildRequires: perl(NetAddr::IP) >= 4.068 +BuildRequires: perl(NetAddr::IP) >= 4.68 BuildRequires: perl(NetSNMP::default_store) BuildRequires: perl(Path::Class) BuildRequires: perl(Regexp::Common) BuildRequires: perl(SNMP) BuildRequires: perl(Test::Class::Most) BuildRequires: perl(Test::Distribution) -BuildRequires: perl(Test::Exception) >= 0.43 +BuildRequires: perl(Test::Exception) >= 0.430 BuildRequires: perl(Test::MockObject::Extends) BuildRequires: perl(Test::More) >= 0.88 -Requires: perl(NetAddr::IP) >= 4.068 +Requires: perl(NetAddr::IP) >= 4.68 Requires: perl(Regexp::Common) Requires: perl(SNMP) Provides: perl(SNMP::Info) = %{version} @@ -140,6 +140,7 @@ Provides: perl(SNMP::Info::Layer3::Cumulus) = %{version} Provides: perl(SNMP::Info::Layer3::DLink) = %{version} Provides: perl(SNMP::Info::Layer3::Dell) = %{version} Provides: perl(SNMP::Info::Layer3::ERX) = %{version} +Provides: perl(SNMP::Info::Layer3::EdgeSwitch) = %{version} Provides: perl(SNMP::Info::Layer3::Enterasys) = %{version} Provides: perl(SNMP::Info::Layer3::Extreme) = %{version} Provides: perl(SNMP::Info::Layer3::ExtremeWing) = %{version} @@ -192,6 +193,7 @@ Provides: perl(SNMP::Info::Layer7::HWGroup) = %{version} Provides: perl(SNMP::Info::Layer7::Liebert) = %{version} Provides: perl(SNMP::Info::Layer7::Neoteris) = %{version} Provides: perl(SNMP::Info::Layer7::Netscaler) = %{version} +Provides: perl(SNMP::Info::Layer7::Stormshield) = %{version} Provides: perl(SNMP::Info::MAU) = %{version} Provides: perl(SNMP::Info::MRO) = %{version} Provides: perl(SNMP::Info::NortelStack) = %{version} @@ -234,7 +236,7 @@ given an objected oriented front-end by making a module that consists of a couple hashes. See EXTENDING SNMP::INFO. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 -- 2.49.0