Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libsnmp30 | Distribution: openSUSE Leap 15.1 |
Version: 5.7.3 | Vendor: openSUSE |
Release: lp151.7.3 | Build date: Mon Dec 17 18:36:56 2018 |
Group: System/Libraries | Build host: obs-power8-06 |
Size: 5375043 | Source RPM: net-snmp-5.7.3-lp151.7.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://sourceforge.net/projects/net-snmp | |
Summary: Shared Libraries from net-snmp |
Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. The suite includes: * An extensible agent for responding to SNMP queries including built-in support for a wide range of MIB information modules * Command-line applications to retrieve and manipulate information from SNMP-capable devices * A daemon application for receiving SNMP notifications * A library for developing new SNMP applications, with C and Perl APIs * A graphical MIB browser. This package holds the shared libraries from the net-snmp package.
BSD-3-Clause AND MIT
* Mon Jun 18 2018 kukuk@suse.de - Create /var/agentx via systemd tmpfiles in case of rollback, snapshots and transactional updates [bsc#1098032] * Wed Apr 18 2018 tchvatal@suse.com - Fix permissions on unit files wrt bsc#1087977 - Use %license (boo#1082318) * Mon Apr 16 2018 abergmann@suse.com - Remove executable flags from systemd service files (bsc#1089295). * Fri Feb 02 2018 jengelh@inai.de - Fix RPM group for shlib subpackage. * Wed Jan 24 2018 tchvatal@suse.com - Properly conditionalize the py2 build * Wed Jan 24 2018 tchvatal@suse.com - Add patch from Fedora to support natively systemd: * net-snmp-5.7.2-systemd.patch - Drop the check phase as whole 90% of the tests fail it makes more sense to run them somewhere localy * Mon Jan 22 2018 tchvatal@suse.com - Take systemd service files from fedora to replace sysV scripts - Also convert the sysconfig files to match fedora ones, they get bit more terse but it works seamlessly with systemd * Fri Jan 19 2018 tchvatal@suse.com - Format with spec-cleaner - Drop sle11 support as it fails to build anyway for ages - Rename python packages to be python-%{name} with obsoletes * Use new singlespec macros * Add patch converting the py files to python3/2 compat mode net-snmp-python3.patch - Run full autoreconf instead of partial - Build with threads by building few targets first * Mon Dec 11 2017 dimstar@opensuse.org - Add net-snmp-5.7.3-modern-rpm-api.patch: Supprt modern RPM (>= 4.6) API. In RPM 4.14, the RPM 4.4 compatibility APIs are being removed. * Thu Nov 23 2017 rbrown@suse.com - Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468) * Tue Jun 13 2017 daniel.molkentin@suse.com - Fix build with OpenSSL 1.1 (bsc#1042664): + Add net-snmp-5.7.3-build-with-openssl-1.1.patch, cumulated squash-patch from the following upstream commits: bbed6b86e70b5a3c54f14992696f2308a8d79511 14bb72fd12bf5b68662893f7d8afbc4a8d52a6c8 9641b472ef01208f92631016e91b0a4a518163f0 e4c6937483d4a680570cec05388d2e4b291868a6 b906c60c8a436d7360267a6d242526b33a9aaac8 * Sat May 21 2016 dimstar@opensuse.org - Fix build with perl 5.24.0: + Add net-snmp-5.7.3-Fix-Makefile.PL.patch: Fix build system recursiely loading Makefile.Pl and destroying its internas. See https://rt.perl.org/Public/Bug/Display.html?id=125907 + net-snmp-5.7.3-Remove-U64-typedef.patch: The U64 typedef conflicts with a typedef in a Perl header file. Hence remove the U64 typedef from the Net-SNMP header files. Backported from upstream commit 477b4307ef1. * Tue Mar 15 2016 abergmann@suse.com - make snmpd and snmptrapd log message destination configurable for syslog or a dedicated log file. (bsc#695677) - make snmpd and snmptrapd listening address(es) configurable via the sysconfig file. * Mon Feb 15 2016 astieger@suse.com - fix build with GNU grep 2.23, use grep -a to force text matching * Thu Sep 03 2015 meissner@suse.com - reenabled md5 and des, as some tools build against it and need the methods :( * Thu Aug 13 2015 abergmann@suse.com - added net-snmp-5.7.3-fix-snmp_pdu_parse-incomplete.patch: to fix an incompletely initialized vulnerability within the snmp_pdu_parse() function of snmp_api.c. (bnc#940188, CVE-2015-5621) * Mon Aug 03 2015 meissner@suse.com - Disable MD5 authentication method, disable DES support (if something breaks, tell me) * Wed Jul 22 2015 jengelh@inai.de - Request pkgconfig(libssl) instead of openssl-devel to support using LibreSSL as well. * Tue Jul 14 2015 abergmann@suse.com - update to upstream version 5.7.3 - remove patch that is now present in the upstream release: * net-snmp-5.7.2-fix-snmptrapd-remote-denial-of-service.patch - rename patches to new version number 5.7.3: delete: * net-snmp-5.7.2-fix-snmpd-crashing-when-an-agentx-disconnects.patch * net-snmp-5.7.2-net-snmp-config-headercheck.patch * net-snmp-5.7.2-perl-tk-warning.patch * net-snmp-5.7.2-pie.patch * net-snmp-5.7.2-socket-path.patch * net-snmp-5.7.2-testing-empty-arptable.patch * net-snmp-5.7.2-velocity-mib.patch add: * net-snmp-5.7.3-fix-snmpd-crashing-when-an-agentx-disconnects.patch * net-snmp-5.7.3-net-snmp-config-headercheck.patch * net-snmp-5.7.3-perl-tk-warning.patch * net-snmp-5.7.3-pie.patch * net-snmp-5.7.3-socket-path.patch * net-snmp-5.7.3-testing-empty-arptable.patch * net-snmp-5.7.3-velocity-mib.patch - add build requirement 'procps' to fix a net-snmp-config error (bsc#935863) - enable DTLS and TLS support (FATE#318789) new binary 'snmptls' was added - add support for hostname netgroups (FATE#316305) '@hostgroup' can be specified for multiple hosts * net-snmp-5.7.3-netgroups.patch - suppress network statistics output in snmpstatus (FATE#316289) '-Sn' don't print any info about the network '-Si' don't print the operational status of network interfaces * net-snmp-5.7.3-snmpstatus-suppress-output.patch * Sun Nov 30 2014 cobexer@gmail.com - also stop snmptrapd on removal * Mon Sep 15 2014 lchiquitto@suse.com - update to upstream version 5.7.3.pre5 - remove patches that are now present in the upstream release: * net-snmp-5.7.2-build-fix-for-strlcat.patch * net-snmp-5.7.2-fix-mib-representation-of-timeout-values.patch * net-snmp-5.7.2-fix-perl-trap-handler.patch - net-snmp-5.7.2-fix-snmptrapd-remote-denial-of-service.patch: refresh and add patch header * Wed Sep 03 2014 abergmann@suse.com - added net-snmp-5.7.2-fix-snmptrapd-remote-denial-of-service.patch: fix remote denial of service problem inside snmptrapd when started with the "-OQ" option (CVE-2014-3565)(bnc#894361) - added net-snmp-5.7.2-fix-perl-trap-handler.patch: fix potential remote denial of service problem inside the snmptrapd Perl trap handler (CVE-2014-2285)(bnc#866942) * Mon Jun 16 2014 lchiquitto@suse.com - merge some old fixes from SLE 11: * init script should provide snmpd. (bnc#466805) * stop all snmp agents when stopping the daemon. (bnc#473328) * Sat May 17 2014 coolo@suse.de - recompress .tar.gz - it has trailing garbage, hope we can readd source url on next update * Fri May 16 2014 lchiquitto@suse.com - update to upstream version 5.7.2.1, fixing one security issue: * A denial of service attack vector was discovered on the Linux implementation of the ICMP-MIB. (CVE-2014-2284, bnc#866942) * Wed May 14 2014 lchiquitto@suse.com - net-snmp-5.7.2-fix-mib-representation-of-timeout-values.patch: fix mib representation of timeout values (bnc#833153) * Thu May 08 2014 ro@suse.de - use _rundir macro * Tue Feb 18 2014 lchiquitto@suse.com - remove old workaround for ppc/ppc64 migrations which is no longer needed (bnc#437293) * Mon Jul 15 2013 mardnh@gmx.de - add support for python bindings * Wed Jul 10 2013 lars@linux-schulserver.de - improve snmptrapd init script (avoid to overwrite the logfile on restart) * Mon May 20 2013 lchiquitto@suse.com - Disable parallelism during build. The dependencies between the Perl module and libnetsnmp are not defined correctly and might result in broken linkage (bnc#819497, bnc#818907) * Mon Apr 15 2013 idonmez@suse.com - Add Source URL, see https://en.opensuse.org/SourceUrls * Wed Dec 19 2012 lchiquitto@suse.com - net-snmp-5.7.2-build-fix-for-strlcat.patch: fix exported strlcat() prototype that could conflict with other packages (bnc#793548) * Wed Oct 10 2012 lchiquitto@suse.com - update to version 5.7.2: several bug fixes in the agent, client utilities and libraries. The CHANGES file shipped with the package contains a comprehensive list of fixes and improvements - rebase patches to apply cleanly: * net-snmp-5.7.2-perl-tk-warning.patch * net-snmp-5.7.2-socket-path.patch * net-snmp-5.7.2-testing-empty-arptable.patch * net-snmp-5.7.2-pie.patch * net-snmp-5.7.2-velocity-mib.patch * net-snmp-5.7.2-fix-snmpd-crashing-when-an-agentx-disconnects.patch - remove patches that are now present in the upstream release: * net-snmp-5.7.0-recognize-reiserfs.patch * net-snmp-5.7.1-snmplib-zero-timeout.patch * net-snmp-5.7.1-old-api-double-free.patch * net-snmp-5.7.1-use-pclose-to-close-pipes.patch * net-snmp-5.7.1-fix-handling-of-large-filesystems.patch * net-snmp-5.7.1-snmplib-default-retries.patch * net-snmp-5.7.1-fsys-memory-leak.patch * net-snmp-5.7.1-adjust-copyright-in-agent-txt-file.patch * net-snmp-5.7.1-recognize-ocfs2.patch * net-snmp-5.7.1-properly-clean-up-old-requests-in-subagents.patch * net-snmp-5.7.1-reduce-code-duplication-in-agentx.patch * net-snmp-5.7.1-log-agentx-disconnections.patch * net-snmp-5.7.1-more-robust-handling-of-agentx-errors.patch * net-snmp-5.7.1-report-problems-with-setundo-processing.patch * net-snmp-5.7.1-fix-array-index-error.patch * Fri Sep 07 2012 jengelh@inai.de - Remove redundant sections from specfile - Avoid shipping .la files * Mon May 14 2012 lchiquitto@suse.com - fix array index error that could lead to a crash (CVE-2012-2141) (bnc#759352) * Fri Mar 30 2012 lchiquitto@suse.com - fix agent crash when reloading a subagent (AgentX) during a query (bnc#670789) * Fri Mar 30 2012 lchiquitto@suse.com - add OCFS2 to the list of known file systems * Thu Mar 22 2012 lchiquitto@suse.com - update copyright notice of AGENT.txt allowing us to redistribute the file in our package (from Dave Shield) (bnc#750704) * Wed Feb 08 2012 coolo@suse.com - fix license to be in spdx.org format * Tue Nov 01 2011 lchiquitto@suse.com - logrotate: use "reload" instead of "try-restart" to avoid an unnecessary stop/start cycle in the agent (bnc#707636) * Fri Oct 21 2011 lchiquitto@suse.com - net-snmp-5.7.1-fsys-memory-leak.patch: fix a memory leak in agent/mibgroup/hardware/fsys (bnc#725766) - net-snmp-5.7.1-snmplib-default-retries.patch: change default number of retries back from 0 to 5 (bnc#725766) - net-snmp-5.7.1-fix-handling-of-large-filesystems.patch: fix bug in handling large (>8TB) filesystems (bnc#725766) - net-snmp-5.7.1-use-pclose-to-close-pipes.patch: use pclose() instead of fclose() to close a pipe (bnc#725766) - net-snmp-5.7.1-old-api-double-free.patch: agent: avoid double free when netsnmp_register_old_api() fails (bnc#725766) - net-snmp-5.7.1-snmplib-zero-timeout.patch: snmplib: avoid waiting indefinitely if a session has timeout zero (bnc#725766) * Thu Sep 29 2011 lchiquitto@suse.com - update to version 5.7.1: minor release including some bug fixes * Fri Sep 16 2011 jengelh@medozas.de - enable net-snmp-devel on all baselib architectures * Wed Sep 14 2011 lchiquitto@suse.com - make sure all delegated requests are removed before closing an AgentX session (bnc#670789) * Fri Sep 09 2011 lchiquitto@suse.com - update to version 5.7.1.rc1 but keep package version as 5.7.1 to avoid update problems when the final version is released * Fri Sep 09 2011 lchiquitto@suse.com - small fixes to snmpd and snmptrapd init scripts: - if $SNMPD_LOGLEVEL is not defined, use LOG_NOTICE instead of LOG_DEBUG - improve messages printed and service description - write snmptrapd logs to /var/log/net-snmpd.log * Fri Sep 09 2011 lchiquitto@suse.com - update README.SUSE to reflect some recent changes and drop a bit of outdated information - update baselibs to reflect new library version - spec file cleanup: rename some source files for consistency * Thu Sep 01 2011 lchiquitto@suse.com - add ReiserFS to the list of known file systems (bnc#715199) * Tue Aug 30 2011 lchiquitto@suse.com - install snmptrapd init script by default (bnc#712175) * Tue Aug 30 2011 lchiquitto@suse.com - fix logging option in snmptrapd init script (bnc#712174) * Thu Jul 14 2011 lchiquitto@suse.com - update upstream patches from branch V5-7-patches to 20110714 * Tue Jul 05 2011 lchiquitto@suse.com - update to version 5.7: new features and lots of bug fixes - remove patches that are no longer needed: net-snmp-5.6.0-enable-hrh-filesys.patch net-snmp-5.6.1-recognize-jfs-and-xfs.patch net-snmp-5.6.1-rpm490.patch - refresh and rename patches to apply cleanly after update: net-snmp-5.7.0-pie.patch net-snmp-5.7.0-velocity-mib.patch * Thu May 19 2011 mls@suse.de - switch from rpmdb to rpmts to support rpm-4.9.0 * Thu May 12 2011 lchiquitto@suse.com - update upstream patches from branch V5-6-patches to 20110512 * Wed Apr 13 2011 lchiquitto@suse.com - add JFS and XFS to the list of known file systems (bnc#687327) * Mon Mar 28 2011 lchiquitto@suse.com - update upstream patches from branch V5-6-patches to 20110328 * Tue Jan 04 2011 lchiquitto@suse.com - fix libsnmp version in baselibs.conf * Tue Jan 04 2011 lchiquitto@suse.com - update to version 5.6.1: new features and lots of bug fixes - update upstream patches from branch V5-6-patches to 20110104 - remove patches that are no longer needed: net-snmp-5.6.0-ethtool-speed.patch * Tue Nov 30 2010 lchiquitto@suse.com - remove /var/adm/perl-modules/net-snmp from the Perl module * Mon Nov 29 2010 lchiquitto@suse.com - update upstream patches from branch V5-6-patches to 20101129 - spec file cleanup: upstream uses -fno-strict-aliasing by default now - remove patches that are no longer needed: net-snmp-5.5.0-rpmdb-h-detect.patch net-snmp-5.6.0-vendorperl.patch * Wed Nov 03 2010 lchiquitto@suse.com - if-mib: add support for more speeds with ethtool (bnc#650558) * Mon Nov 01 2010 lchiquitto@suse.com - update upstream patches from branch V5-6-patches to 20101101, fixing a segmentation fault on shutdown (bnc#650282) * Wed Oct 27 2010 lchiquitto@suse.com - enable new implementation of hrStorage and hrFilesys to fix persistent indexes in FS and Storage tables (bnc#648364) * Thu Oct 21 2010 lchiquitto@suse.com - update upstream patches from branch V5-6-patches to 20101021 * Wed Oct 20 2010 lchiquitto@suse.com - update to version 5.6: new features and lots of bug fixes - refresh and rename patches to apply cleanly after update: net-snmp-5.6.0-pie.patch net-snmp-5.6.0-vendorperl.patch net-snmp-5.6.0-net-snmp-config-headercheck.patch * Tue Aug 03 2010 lchiquitto@suse.com - update upstream patches from branch V5-5-patches to 20100803 * Mon Jul 19 2010 lchiquitto@suse.com - change default log level from DEBUG to NOTICE (bnc#623497) * Fri Jul 16 2010 lchiquitto@suse.com - spec file cleanup: remove old backward compatibility scripts * Thu Jun 03 2010 lchiquitto@suse.com - update upstream patches from branch V5-5-patches to 20100602: fixed potential buffer overflow in parsing OIDs in config files * Mon May 31 2010 lchiquitto@suse.com - update upstream patches from branch V5-5-patches to 20100531 - add net-snmp-5.5.0-rpmdb-h-detect.patch: workaround for autoconf failing to detect rpm/rpmdb.h - remove patches that are no longer needed: net-snmp-5.5.0-use-lmsensors-v3.patch * Fri Apr 30 2010 lchiquitto@suse.com - create /var/run/agentx during startup to support systems that mount /var/run as tmpfs * Wed Apr 28 2010 lchiquitto@suse.com - update libsnmp package name to reflect the library version we are currently shipping - remove patches that are obsolete: net-snmp-5.4.rc2-versinfo.diff net-snmp-5.4.2_snmpconf-selinux.patch - refresh all patches to apply as "-p1" - spec file cleanup: remove conditionals to build on unsupported versions of the distribution * Wed Apr 28 2010 lchiquitto@suse.com - update upstream patches from branch V5-5-patches to 20100428 * Mon Apr 05 2010 lchiquitto@suse.com - add net-snmp-5.5.0_upstream-20100405.patch: merge all patches committed to upstream branch V5-5-patches - remove patches that are now upstream: net-snmp-5.4.2_audit.patch net-snmp-5.5.0_autoconf.patch net-snmp-5.4.2_overflow.patch net-snmp-5.4.2.1-rpm4.7.patch net-snmp-5.5.0_gcc45.patch * Fri Mar 05 2010 lchiquitto@suse.com - Fix strncat properly (from Andreas Jaeger) * Mon Mar 01 2010 aj@suse.de - Fix code errors found by gcc 4.5 * Wed Feb 03 2010 jdelvare@suse.de - build for libsensors4 instead of libsensors3 * Mon Feb 01 2010 jengelh@medozas.de - remove sparcv9-specific baselib exceptions (not needed) * Tue Jan 19 2010 lchiquitto@suse.com - remove net-snmp-5.4.1.2-rmon-mib-revised_3.patch from sources (upstream since 5.5) - refresh net-snmp-5.5.0_autoconf.patch - spec file cleanup: update package description * Tue Dec 22 2009 lchiquitto@suse.com - update to version 5.5: new features and lots of bug fixes, including: - fix hrSWRunPath for processes other than init (bnc#486270) - remove patches that are now upstream: Add-Default-Router-Table-support.patch Add-ICMP-Statistics-Tables-support.patch Add-IPv6-Scope-Zone-Index.patch Add-IPv6-support-on-Internet-Address-Translation-Tab.patch Fix-for-IPv6-Interface-Table.patch Fix-for-Internet-Address-Prefix-Table.patch Fix-for-Internet-Address-Table.patch Fix-for-tcpConnnectionTable-tcpListenerTable-udpEn.patch Improve-IP-Statistics-tables.patch net-snmp-5.3.0.1_trap-agent-addr_v2.patch net-snmp-5.4.1.2-etherlike-mib-revised_4.patch net-snmp-5.4.x_embedded_perl_error_message.patch * Sat Dec 19 2009 jengelh@medozas.de - add baselibs.conf as a source - add baselib defs for SPARC * Sun Aug 30 2009 aj@suse.de - Fix build with rpm 4.7 (net-snmp-5.4.2.1-rpm4.7.patch) * Wed Aug 26 2009 mls@suse.de - make patch0 usage consistent
/usr/lib64/libnetsnmp.so.30 /usr/lib64/libnetsnmp.so.30.0.3 /usr/lib64/libnetsnmpagent.so.30 /usr/lib64/libnetsnmpagent.so.30.0.3 /usr/lib64/libnetsnmphelpers.so.30 /usr/lib64/libnetsnmphelpers.so.30.0.3 /usr/lib64/libnetsnmpmibs.so.30 /usr/lib64/libnetsnmpmibs.so.30.0.3 /usr/lib64/libnetsnmptrapd.so.30 /usr/lib64/libnetsnmptrapd.so.30.0.3 /usr/lib64/libsnmp.so.30 /usr/lib64/libsnmp.so.30.0.3 /usr/share/licenses/libsnmp30 /usr/share/licenses/libsnmp30/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Apr 9 15:25:51 2021