Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-SNMP-5.9.4-2.4 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: perl-SNMP Distribution: openSUSE Tumbleweed
Version: 5.9.4 Vendor: openSUSE
Release: 2.4 Build date: Sat Feb 3 11:24:24 2024
Group: Development/Libraries/Perl Build host: i01-ch1b
Size: 396549 Source RPM: net-snmp-5.9.4-2.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://sourceforge.net/projects/net-snmp
Summary: Perl5 SNMP Extension Module
The Perl5 'SNMP' Extension Module v3.1.0 for the UCD SNMPv3 library.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Fri Oct 20 2023 Thorsten Kukuk <kukuk@suse.com>
  - net-snmp-5.9.4-systemd-no-utmp.patch: prefer systemd-logind over
    utmp to count number of logged in users, utmp is not reliable for
    this and has a Y2038 problem (jsc#PED-3144)
* Tue Oct 17 2023 Alexander Bergmann <abergmann@suse.com>
  - Update to net-snmp-5.9.4 (bsc#1214364).
    add (rename):
    * net-snmp-5.9.4-add-lustre-fs-support.patch
    * net-snmp-5.9.4-fix-create-v3-user-outfile.patch
    * net-snmp-5.9.4-fixed-python2-bindings.patch
    * net-snmp-5.9.4-fix-Makefile.PL.patch
    * net-snmp-5.9.4-modern-rpm-api.patch
    * net-snmp-5.9.4-net-snmp-config-headercheck.patch
    * net-snmp-5.9.4-perl-tk-warning.patch
    * net-snmp-5.9.4-pie.patch
    * net-snmp-5.9.4-snmpstatus-suppress-output.patch
    * net-snmp-5.9.4-socket-path.patch
    * net-snmp-5.9.4-subagent-set-response.patch
    * net-snmp-5.9.4-suse-systemd-service-files.patch
    * net-snmp-5.9.4-testing-empty-arptable.patch
    delete (now part of v5.9.4):
    * net-snmp-5.9.3-disallow_SET_requests_with_NULL_varbind.patch
    * net-snmp-5.9.3-grep.patch
    delete (rename):
    * net-snmp-5.9.1-add-lustre-fs-support.patch
    * net-snmp-5.9.2-fix-create-v3-user-outfile.patch
    * net-snmp-5.9.3-fixed-python2-bindings.patch
    * net-snmp-5.9.1-fix-Makefile.PL.patch
    * net-snmp-5.9.1-modern-rpm-api.patch
    * net-snmp-5.9.1-net-snmp-config-headercheck.patch
    * net-snmp-5.9.1-perl-tk-warning.patch
    * net-snmp-5.9.2-pie.patch
    * net-snmp-5.9.1-snmpstatus-suppress-output.patch
    * net-snmp-5.9.1-socket-path.patch
    * net-snmp-5.9.1-subagent-set-response.patch
    * net-snmp-5.9.1-suse-systemd-service-files.patch
    * net-snmp-5.9.1-testing-empty-arptable.patch
  - Removing legacy MIBs used by Velocity Software (jira#PED-6416).
    delete:
    * net-snmp-5.9.1-velocity-mib.patch
  - Re-add support for hostname netgroups that was removed accidentally and
    previously added with FATE#316305 (bsc#1207697).
    '@hostgroup' can be specified for multiple hosts
    add:
    * net-snmp-5.9.4-add-netgroups-functionality.patch
  - Hardening systemd services setting "ProtectHome=true" caused home directory
    size and allocation to be listed incorrectly (bsc#1206044).
    add (rename):
    * net-snmp-5.9.4-harden_snmpd.service.patch
    * net-snmp-5.9.4-harden_snmptrapd.service.patch
    delete (rename):
    * net-snmp-5.9.1-harden_snmpd.service.patch
    * net-snmp-5.9.1-harden_snmptrapd.service.patch
* Thu Jan 05 2023 Alexander Bergmann <abergmann@suse.com>
  - Fixed NULL pointer exception issue when handling ipDefaultTTL or
    pv6IpForwarding (bsc#1205148, CVE-2022-44793, bsc#1205150, CVE-2022-44792).
    add:
    * net-snmp-5.9.3-disallow_SET_requests_with_NULL_varbind.patch
  - Enable AES-192 and AES-256 privacy protocol (bsc#1206828).
  - Use new MFD rewrites of mib modules, where available.
  - Disable legacy DES encryption and MD5 authentication protocols.
* Mon Oct 03 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - change egrep/fgrep to grep -E/-F to avoid warnings boo#1203096
    add net-snmp-5.9.3-grep.patch
* Tue Sep 27 2022 Alexander Bergmann <abergmann@suse.com>
  - Fixed python2 backward compability.
    add:
    * net-snmp-5.9.3-fixed-python2-bindings.patch
* Wed Sep 21 2022 Alexander Bergmann <abergmann@suse.com>
  - update to 5.9.3:
    - Fixed library versioning bug found in 5.9.2.
    - Library version change to libsnmp40.
* Thu Sep 01 2022 Stefan Schubert <schubi@suse.com>
  - Migration to /usr/etc: Saving user changed configuration files
    in /etc and restoring them while an RPM update.
* Tue Jul 12 2022 Dominique Leuenberger <dimstar@opensuse.org>
  - Rename libsnmp40 subpackage to libsnmp39: the libraries are all
    having soversion 39.
* Mon Jul 04 2022 Alexander Bergmann <abergmann@suse.com>
  - update to 5.9.2 (bsc#1201103):
    - security:
    - These two CVEs can be exploited by a user with read-only credentials:
    - CVE-2022-24805 A buffer overflow in the handling of the INDEX of
      NET-SNMP-VACM-MIB can cause an out-of-bounds memory access.
    - CVE-2022-24809 A malformed OID in a GET-NEXT to the nsVacmAccessTable
      can cause a NULL pointer dereference.
    - These CVEs can be exploited by a user with read-write credentials:
    - CVE-2022-24806 Improper Input Validation when SETing malformed
      OIDs in master agent and subagent simultaneously
    - CVE-2022-24807 A malformed OID in a SET request to
      SNMP-VIEW-BASED-ACM-MIB::vacmAccessTable can cause an
      out-of-bounds memory access.
    - CVE-2022-24808 A malformed OID in a SET request to
      NET-SNMP-AGENT-MIB::nsLogTable can cause a NULL pointer dereference
    - CVE-2022-24810 A malformed OID in a SET to the nsVacmAccessTable
      can cause a NULL pointer dereference.
  - Refactor two patches to work with version number 5.9.2:
    delete:
    * net-snmp-5.9.1-pie.patch
    * net-snmp-5.9.1-fix-create-v3-user-outfile.patch
    add:
    * net-snmp-5.9.2-pie.patch
    * net-snmp-5.9.2-fix-create-v3-user-outfile.patch
* Wed Jun 29 2022 Stefan Schubert <schubi@suse.com>
  - Moved logrotate files from user specific directory /etc/logrotate.d
    to vendor specific directory /usr/etc/logrotate.d.
* Wed Mar 30 2022 Alexander Bergmann <abergmann@suse.com>
  - Decouple snmp-mibs from net-snmp version to allow major version
    upgrade (bsc#1196955).
  - Fix LFH violation during v3 user creation (bsc#1181591).
    Add net-snmp-5.9.1-fix-create-v3-user-outfile.patch
  - Fix subagent crash at save_set_var() (bsc#1178021).
    Add net-snmp-5.9.1-subagent-set-response.patch
  - Fix missing sysconfig files creation (bsc#1108471).
  - Rename patches to version number 5.9.1:
    delete:
    * net-snmp-5.8-socket-path.patch
    * net-snmp-5.8-testing-empty-arptable.patch
    * net-snmp-5.8-pie.patch
    * net-snmp-5.8-net-snmp-config-headercheck.patch
    * net-snmp-5.8-perl-tk-warning.patch
    * net-snmp-5.8-velocity-mib.patch
    * net-snmp-5.8-snmpstatus-suppress-output.patch
    * net-snmp-5.8-fix-Makefile.PL.patch
    * net-snmp-5.8-modern-rpm-api.patch
    add:
    * net-snmp-5.9.1-socket-path.patch
    * net-snmp-5.9.1-testing-empty-arptable.patch
    * net-snmp-5.9.1-pie.patch
    * net-snmp-5.9.1-net-snmp-config-headercheck.patch
    * net-snmp-5.9.1-perl-tk-warning.patch
    * net-snmp-5.9.1-velocity-mib.patch
    * net-snmp-5.9.1-snmpstatus-suppress-output.patch
    * net-snmp-5.9.1-fix-Makefile.PL.patch
    * net-snmp-5.9.1-modern-rpm-api.patch
* Mon Jan 24 2022 Dirk Müller <dmueller@suse.com>
  - update net-snmp-5.8-socket-path.patch: use %_rundir for agentx
* Sat Oct 23 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - fix shlib-policy-name-error for SLPP boo#1191774
* Mon Oct 18 2021 Alexander Bergmann <abergmann@suse.com>
  - update to 5.9.1:
    - General: Many bug fixes
  - Change to use systemd service files directly from net-snmp package.
    Patch clean-up and renaming.
    Add:
    * net-snmp-5.9.1-suse-systemd-service-files.patch
    * net-snmp-5.9.1-harden_snmpd.service.patch
    * net-snmp-5.9.1-harden_snmptrapd.service.patch
    * net-snmp-5.9.1-add-lustre-fs-support.patch
    Remove:
    * snmpd.service
    * snmptrapd.service
    * harden_snmpd.service.patch
    * harden_snmptrapd.service.patch
    * net-snmp-5.8-add-lustre-fs-support.patch
* Fri Oct 15 2021 Johannes Segitz <jsegitz@suse.com>
  - Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
    * harden_snmpd.service.patch
    * harden_snmptrapd.service.patch
    Modified:
    * snmpd.service
    * snmptrapd.service
* Sun Sep 19 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - add upstream signing keyring and validate source signature
* Thu Mar 25 2021 Ben Greiner <code@bnavigator.de>
  - Can't assume non-existence of python38 macros in Leap.
    gh#openSUSE/python-rpm-macros#107
    Test for suse_version instead. Only Tumbleweed has and needs the
    python_subpackage_only support.
* Mon Jan 18 2021 Dirk Müller <dmueller@suse.com>
  - update to 5.9:
      snmplib:
    - Add IPv6 support to DTLSUDP transport CHANGES: snmplib: use new
      netsnmp_sockaddr_storage in netsnmp_addr_pair CHANGES: snmplib: add
      base_transport ptr for tunneled transports
      snmpd:
    - Security vulnerabilty in the ping MIB reported by Christopher Ertl
      from Microsoft fixed
    - Changing to a different uid/gid can only be done once
    - The extend mib is now read-only by default
      snmptrap:
    - BUG: 2899: Patch from Drew Roedersheimer to set library
      engineboots/time values before sending
      unspecified:
    - Add pkg-config support for building applications and sub-agents Use
      the netsnmp package when building Net-SNMP applications. Use the
      netsnmp-agent package when building Net-SNMP subagents.
  - drop net-snmp-5.8-fix-python3.patch, net-snmp-5.8-netgroups.patch: obsolete

Files

/usr/bin/tkmib
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/Bundle
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/Bundle/MakefileSubs.pm
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/NetSNMP
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/NetSNMP/ASN.pm
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/NetSNMP/OID.pm
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/NetSNMP/TrapReceiver.pm
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/NetSNMP/agent
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/NetSNMP/agent.pm
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/NetSNMP/agent/Support.pm
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/NetSNMP/agent/default_store.pm
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/NetSNMP/agent/netsnmp_request_infoPtr.pm
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/NetSNMP/default_store.pm
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/SNMP.pm
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/ASN
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/ASN/ASN.so
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/ASN/autosplit.ix
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/OID
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/OID/OID.so
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/OID/autosplit.ix
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/TrapReceiver
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/TrapReceiver/TrapReceiver.so
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/TrapReceiver/autosplit.ix
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/agent
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/agent/agent.so
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/agent/autosplit.ix
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/agent/default_store
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/agent/default_store/autosplit.ix
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/agent/default_store/default_store.so
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/default_store
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/default_store/autosplit.ix
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/NetSNMP/default_store/default_store.so
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/SNMP
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/SNMP/SNMP.so
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/SNMP/autosplit.ix


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 3 00:05:35 2024