Commit Graph

98 Commits

Author SHA256 Message Date
46eccaf3cf Accepting request 1119202 from home:kukuk:no-utmp
- 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)

OBS-URL: https://build.opensuse.org/request/show/1119202
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=63
2023-10-25 08:07:41 +00:00
529de9b9f0 Accepting request 1118370 from home:abergmann:net-snmp-5.9.4:net-snmp-network-utilities
- Update to net-snmp-5.9.4 (bsc#1214364).
- Removing legacy MIBs used by Velocity Software (jira#PED-6416).
- 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
- Hardening systemd services setting "ProtectHome=true" caused home directory
  size and allocation to be listed incorrectly (bsc#1206044).

OBS-URL: https://build.opensuse.org/request/show/1118370
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=59
2023-10-19 08:41:14 +00:00
Alexander Bergmann
4d3e9392db Accepting request 1056419 from home:abergmann:net-snmp-aes256-factory
- 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.

OBS-URL: https://build.opensuse.org/request/show/1056419
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=57
2023-01-06 15:23:13 +00:00
Alexander Bergmann
772dbc2f88 Accepting request 1007674 from home:AndreasStieger:grep
boo#1203096

OBS-URL: https://build.opensuse.org/request/show/1007674
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=55
2022-10-05 10:01:24 +00:00
Alexander Bergmann
cf9f36a900 Accepting request 1006621 from home:abergmann:branches:network:utilities
- Fixed python2 backward compability.
  add:
  * net-snmp-5.9.3-fixed-python2-bindings.patch

OBS-URL: https://build.opensuse.org/request/show/1006621
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=53
2022-09-28 14:16:00 +00:00
Alexander Bergmann
01b71ea730 Accepting request 1005248 from home:abergmann:branches:network:utilities
- update to 5.9.3:
  - Fixed library versioning bug found in 5.9.2.
  - Library version change to libsnmp40.

OBS-URL: https://build.opensuse.org/request/show/1005248
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=51
2022-09-21 15:42:27 +00:00
Alexander Bergmann
074cb150e1 Accepting request 1003790 from home:schubi2:logrotate
- Migration to /usr/etc: Saving user changed configuration files
  in /etc and restoring them while an RPM update.

OBS-URL: https://build.opensuse.org/request/show/1003790
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=50
2022-09-21 13:56:32 +00:00
Dominique Leuenberger
f005ed495d Accepting request 988655 from home:dimstar:Factory
- Rename libsnmp40 subpackage to libsnmp39: the libraries are all
  having soversion 39.

Fixes rpmlint errors:
[  460s] libsnmp40.x86_64: E: shlib-policy-name-error (Badness: 10000) SONAME: libnetsnmp.so.39 (/usr/lib64/libnetsnmp.so.39.2.0), expected package suffix: 39
[  460s] libsnmp40.x86_64: E: shlib-policy-name-error (Badness: 10000) SONAME: libnetsnmpagent.so.39 (/usr/lib64/libnetsnmpagent.so.39.2.0), expected package suffix: 39
[  460s] libsnmp40.x86_64: E: shlib-policy-name-error (Badness: 10000) SONAME: libnetsnmphelpers.so.39 (/usr/lib64/libnetsnmphelpers.so.39.2.0), expected package suffix: 39
[  460s] libsnmp40.x86_64: E: shlib-policy-name-error (Badness: 10000) SONAME: libnetsnmpmibs.so.39 (/usr/lib64/libnetsnmpmibs.so.39.2.0), expected package suffix: 39
[  460s] libsnmp40.x86_64: E: shlib-policy-name-error (Badness: 10000) SONAME: libnetsnmptrapd.so.39 (/usr/lib64/libnetsnmptrapd.so.39.2.0), expected package suffix: 39
[  460s] libsnmp40.x86_64: E: shlib-policy-name-error (Badness: 10000) SONAME: libsnmp.so.39 (/usr/lib64/libsnmp.so.39.2.0), expected package suffix: 39

OBS-URL: https://build.opensuse.org/request/show/988655
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=48
2022-07-13 10:16:05 +00:00
ce2dd41ca5 Accepting request 986781 from home:abergmann:net-snmp:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/986781
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=46
2022-07-06 11:22:09 +00:00
Lars Vogdt
6aec332b8f Accepting request 985773 from home:schubi2
- Moved logrotate files from user specific directory /etc/logrotate.d
  to vendor specific directory /usr/etc/logrotate.d.

OBS-URL: https://build.opensuse.org/request/show/985773
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=44
2022-06-29 17:57:19 +00:00
Alexander Bergmann
b2dc2d3287 Accepting request 966059 from home:abergmann:net-snmp:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/966059
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=42
2022-03-31 07:50:07 +00:00
bcde005f5e Accepting request 948478 from home:dirkmueller:Factory
- update net-snmp-5.8-socket-path.patch: use %_rundir for agentx

OBS-URL: https://build.opensuse.org/request/show/948478
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=41
2022-02-23 12:07:14 +00:00
Alexander Bergmann
dd7b274e1c Accepting request 927776 from home:abergmann:net-snmp:Factory2
fix shlib-policy-name-error for SLPP boo#1191774

OBS-URL: https://build.opensuse.org/request/show/927776
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=40
2021-10-27 13:24:30 +00:00
Alexander Bergmann
ad02a1aeeb Accepting request 926819 from home:abergmann:net-snmp:Factory2
- 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

- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
  * harden_snmpd.service.patch
  * harden_snmptrapd.service.patch
  Modified:
  * snmpd.service
  * snmptrapd.service

OBS-URL: https://build.opensuse.org/request/show/926819
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=38
2021-10-22 15:22:52 +00:00
e0705f9663 Accepting request 920181 from home:AndreasStieger:branches:network:utilities
- add upstream signing keyring and validate source signature

OBS-URL: https://build.opensuse.org/request/show/920181
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=35
2021-09-21 08:12:33 +00:00
Lars Vogdt
612555aaf2 Accepting request 881354 from home:bnavigator:branches:network:utilities
- 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.
- 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
- Update the tmpfiles.d/ drop-in file - remove legacy directory
  Fixes boo#1137761 and boo#1176997
- Fix the python subpackage generation
  gh#openSUSE/python-rpm-macros#79
- Support multiple python 3 flavors in the python subpackage
  gh#openSUSE/python-rpm-macros#66
- Change /etc/logrotate.d/net-snmp from init.d to systemd
  fix boo#1173487.
- Add -fcommon in order to fix boo#1160404.
- Add Lustre filesystem support (bsc#1140341).
  Add net-snmp-5.8-add-lustre-fs-support.patch
- Remove FIRST_ARG usage from spec file (bsc#1126426). 
- Update to net-snmp-5.8.
  Fixes included:
  * Fix remote DoS in agent/helpers/table.c (bsc#1111122, CVE-2018-18065)
  * Fix agentx freezing on timeout (bsc#1027353)
  * swintst_rpm: Protect against unspecified Group name (bsc#1102775)
- Add tsm and tlstm MIBs and the USM security module. (bsc#1081164)
- Rename and refactor patches and remove those that are already included
  inside the new version.
  Added:
  * 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-netgroups.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
  * net-snmp-5.8-fix-python3.patch
  Removed:
  * net-snmp-5.7.3-socket-path.patch
  * net-snmp-5.7.3-testing-empty-arptable.patch
  * net-snmp-5.7.3-pie.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-velocity-mib.patch
  * net-snmp-5.7.3-fix-snmpd-crashing-when-an-agentx-disconnects.patch
  * net-snmp-5.7.3-netgroups.patch
  * net-snmp-5.7.3-snmpstatus-suppress-output.patch
  * net-snmp-5.7.3-fix-snmp_pdu_parse-incomplete.patch
  * net-snmp-5.7.3-Remove-U64-typedef.patch
  * net-snmp-5.7.3-Fix-Makefile.PL.patch
  * net-snmp-5.7.3-build-with-openssl-1.1.patch
  * net-snmp-5.7.3-modern-rpm-api.patch
  * net-snmp-python3.patch
  * net-snmp-5.7.2-systemd.patch
  * net-snmp-5.7.3-helpers-table-skip-if-next-handler-called.patch
- Fix remote DoS in agent/helpers/table.c (bsc#1111122, CVE-2018-18065)
  Add net-snmp-5.7.3-helpers-table-skip-if-next-handler-called.patch
- Create /var/agentx via systemd tmpfiles in case of rollback,
  snapshots and transactional updates [bsc#1098032]
- Fix permissions on unit files wrt bsc#1087977
- Use %license (boo#1082318)
- Remove executable flags from systemd service files (bsc#1089295).
- Fix RPM group for shlib subpackage.
- Properly conditionalize the py2 build
- 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
- 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
- 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
- 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.
- Replace references to /var/adm/fillup-templates with new 
  %_fillupdir macro (boo#1069468)
- 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
- 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.
- 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.
- fix build with GNU grep 2.23, use grep -a to force text matching
- reenabled md5 and des, as some tools build against it and need
  the methods :(
- 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)
- Disable MD5 authentication method, disable DES support
  (if something breaks, tell me)
- Request pkgconfig(libssl) instead of openssl-devel to support
  using LibreSSL as well.
- 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
- also stop snmptrapd on removal
- 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
- 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) 
- merge some old fixes from SLE 11:
  * init script should provide snmpd. (bnc#466805) 
  * stop all snmp agents when stopping the daemon. (bnc#473328)
- recompress .tar.gz - it has trailing garbage, hope we can readd
  source url on next update
- 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)
- net-snmp-5.7.2-fix-mib-representation-of-timeout-values.patch:
  fix mib representation of timeout values (bnc#833153) 
- use _rundir macro 
- remove old workaround for ppc/ppc64 migrations which is no longer
  needed (bnc#437293)
- add support for python bindings
- improve snmptrapd init script (avoid to overwrite the logfile 
  on restart)
- 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)
- Add Source URL, see https://en.opensuse.org/SourceUrls 
- net-snmp-5.7.2-build-fix-for-strlcat.patch: fix exported strlcat()
  prototype that could conflict with other packages (bnc#793548)
- 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
- Remove redundant sections from specfile
- Avoid shipping .la files
- fix array index error that could lead to a crash (CVE-2012-2141)
  (bnc#759352)
- fix agent crash when reloading a subagent (AgentX) during a query
  (bnc#670789)
- add OCFS2 to the list of known file systems
- update copyright notice of AGENT.txt allowing us to redistribute
  the file in our package (from Dave Shield) (bnc#750704)
- fix license to be in spdx.org format
- logrotate: use "reload" instead of "try-restart" to avoid an
  unnecessary stop/start cycle in the agent (bnc#707636)
- 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)
- update to version 5.7.1: minor release including some bug fixes
- enable net-snmp-devel on all baselib architectures
- make sure all delegated requests are removed before closing an
  AgentX session (bnc#670789)
- 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
- 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
- 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
- add ReiserFS to the list of known file systems (bnc#715199)
- install snmptrapd init script by default (bnc#712175)
- fix logging option in snmptrapd init script (bnc#712174) 
- update upstream patches from branch V5-7-patches to 20110714
- 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
- switch from rpmdb to rpmts to support rpm-4.9.0
- update upstream patches from branch V5-6-patches to 20110512
- add JFS and XFS to the list of known file systems (bnc#687327)
- update upstream patches from branch V5-6-patches to 20110328
- fix libsnmp version in baselibs.conf
- 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
- remove /var/adm/perl-modules/net-snmp from the Perl module
- 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
- if-mib: add support for more speeds with ethtool (bnc#650558)
- update upstream patches from branch V5-6-patches to 20101101,
  fixing a segmentation fault on shutdown (bnc#650282)
- enable new implementation of hrStorage and hrFilesys to fix
  persistent indexes in FS and Storage tables (bnc#648364)
- update upstream patches from branch V5-6-patches to 20101021
- 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
- update upstream patches from branch V5-5-patches to 20100803
- change default log level from DEBUG to NOTICE (bnc#623497)
- spec file cleanup: remove old backward compatibility scripts
- update upstream patches from branch V5-5-patches to 20100602:
  fixed potential buffer overflow in parsing OIDs in config files
- 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
- create /var/run/agentx during startup to support systems that
  mount /var/run as tmpfs
- 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
- update upstream patches from branch V5-5-patches to 20100428
- 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
- Fix strncat properly (from Andreas Jaeger)
- Fix code errors found by gcc 4.5
- build for libsensors4 instead of libsensors3
- remove sparcv9-specific baselib exceptions (not needed)
- 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
- 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
- add baselibs.conf as a source
- add baselib defs for SPARC
- Fix build with rpm 4.7 (net-snmp-5.4.2.1-rpm4.7.patch)
- make patch0 usage consistent
- updated patches from Dell:
  Those patches incorporate the latest fixes for remarks from the
  upstream review
  old: net-snmp-5.4.1.2-rmon-mib-revised.patch
  new: net-snmp-5.4.1.2-rmon-mib-revised_3.patch
  old: net-snmp-5.4.1.2-etherlike-mib-revised_2.patch
  new: net-snmp-5.4.1.2-etherlike-mib-revised_4.patch
- use Obsoletes: -XXbit only for ppc64 to help solver during
  distupgrade (bnc#437293)
- fix the snmptrapd init script:
  1. make sure the config isnt loaded twice.
  2. do not truncate the net-snmp.log
  3. use SNMPD_LOGLEVEL aswell.
  4. write a pid
- update snmptrapd section in README.SuSE
- whitespace cleanup in both init scripts
- update patches from Dell:
  Upstream asked to reduce the logging in the mib module.
  old name net-snmp-5.4.1.2-etherlike-mib-revised_1.patch
  new name net-snmp-5.4.1.2-etherlike-mib-revised_2.patch
- Remove the recommends on perl-Tk again. We rely on the fixed
  warning in the perl_tk_warnings.patch. (bnc#443047)
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf 
- added net-snmp-5.4.x_embedded_perl_error_message.patch:
  fix typo in error message (bnc#439857)
- update to 5.4.2.1: (bnc#440950) (CVE-2008-4309)
  fix crash in getbulk handling code
- obsolete old -XXbit packages (bnc#437293)
- added net-snmp-5.4.2_velocity-mib.patch (FATE#303556)
- refreshed patches to apply cleanly:
  old: net-snmp-5.1.2-snmpconf-selinux.patch
  new: net-snmp-5.4.2_snmpconf-selinux.patch
  old: net-snmp-5.2.1-overflow.diff
  new: net-snmp-5.4.2_overflow.patch
  old: net-snmp-5.2.1.testing.empty_arptable.patch
  new: net-snmp-5.4.2_testing.empty_arptable.patch
  old: net-snmp-5.3.0.1-audit.diff
  new: nmp-5.4.2_audit.patch
  old: net-snmp-5.3_vendorperl.patch
  new: net-snmp-5.4.2_vendorperl.patch
  old: net-snmp-5.4.1-autoconf.diff
  new: net-snmp-5.4.2_autoconf.patch
  old: net-snmp-5.4.1_perl_tk_warning.patch
  new: net-snmp-5.4.2_perl_tk_warning.patch
  old: net-snmp-5.4_net-snmp-config_headercheck.patch
  new: net-snmp-5.4.2_net-snmp-config_headercheck.patch
- more IPv6 support from IBM (mainline backports) (bnc#437208)
  Fix-for-tcpConnnectionTable-tcpListenerTable-udpEn.patch
  Fix-for-IPv6-Interface-Table.patch
  Fix-for-Internet-Address-Table.patch
  Add-ICMP-Statistics-Tables-support.patch
  Add-Default-Router-Table-support.patch
  Add-IPv6-support-on-Internet-Address-Translation-Tab.patch
  Fix-for-Internet-Address-Prefix-Table.patch
  Add-IPv6-Scope-Zone-Index.patch
  Improve-IP-Statistics-tables.patch
- remove lzma-alpha-devel. rpm-devel has to require it if it is
  really needed
- updated patches from Dell:
  net-snmp-5.4.1.2-etherlike-mib-revised_1.patch
  net-snmp-5.4.1.2-rmon-mib-revised.patch
  Those 2 patches obsolete the previous 3 patches.
- fix typo in the init script which breaks loading of agents
  (bnc#415127)
- also restart snmptrapd after logrotate (bnc#378069)
- add patches from Dell: (Fate#304310)
  net-snmp-5.4.1.2-etherlike-mib-revised.patch
  net-snmp-5.4.1.2-rmon-mib.patch
  net-snmp-5.4.2_fix_dell_patches.patch
- update to version 5.4.2
  - [PATCH 1921861]: Avoid endless loop after truncating 64bit int
  - Better handling of CONTAINER_INSERT failures with multiple
    indices
  - [PATCH 2023633]: add SCTP-MIB implementation (Linux only)
  - suppress annoying "registration != duplicate" warning for root
    oids
  - Update to libtool 1.5.26
- add net-snmp-5.4.1_perl_tk_warning.patch (bnc#392695)
  correctly recommend installing the perl-Tk package instead of
  referring to cpan.
- fix Required-Stop in the init scripts
- cleanup the spec file:
  - moved files from the mibs package to the packages where they
    really belong (snmpconf-data, mib2c)
  - move mib2c from the perl package to the devel package
- fixed wrong SELinux context (selinux.patch) [Fate#303662]
- fix init scripts
- use %fillup_only as we dont launch the daemon per default
- added baselibs.conf file to build xxbit packages
  for multilib support
- added lzma-alpha-devel to buildreq 
- libsensors is in a separate package now.
- update to 5.4.1
  many small fixes. the highlights:
  - link only needed libraries
  - memleaks fixed
  - python bindings (not yet packaged)
- rediffed net-snmp-5.4.rc1-autoconf.diff
  new name net-snmp-5.4.1-autoconf.diff
- no longer build against lm_sensors on s390
- split out new packages:
  libsnmp15, snmp-mibs
- update to 5.4.rc2:
  tons of bugfixes, and new features. just to name a few:
  - enabled embedded perl
  - new MIB table to manage net-snmp access control extensions
  - hal to abstract os specific aspects of the systems
  - tree matching support for snmptrapd
  - reworked transport creation in snmplib
  - using the incoming ip for outgoing packets if possible.
  - ipv6 aware tcp/udp mibs
- removed patches:
  (all of them are either upstream or obsolete)
  net-snmp-5.2.1-acinclude.diff
  net-snmp-5.2.1-acquotation.patch
  net-snmp-5.2.1-compat.patch
  net-snmp-5.2.1-localperl.diff
  net-snmp-5.2.1-perl.diff
  net-snmp-5.3.0.1-64bit.diff
  net-snmp-5.3.0.1_agentx_socket_path_doc.patch
  net-snmp-5.3.0.1_deprecated_sysctl_retrans_time.patch
  net-snmp-5.3.0.1_disman_mib_crash.patch
  net-snmp-5.3.0.1_ethtool.patch
  net-snmp-5.3.0.1_linux_types_header.patch
  net-snmp-5.3.0.1_missing_ifNumber.patch
  net-snmp-5.3.0.1_netsnmp_register_mib_crash.patch
  net-snmp-5.3.0.1_perl_ld_run_path.patch
  net-snmp-5.3.0.1_sighup_vacm.patch
  net-snmp-5.3.0.1-smux-trap.diff
  net-snmp-5.3.0.1.tar.bz2
  net-snmp-5.3.0.1_tcpwrapper_log_severity.patch
  net-snmp-5.3.0.1_testsuite_no_smux.patch
  net-snmp-5.3.0.1_tunnel_compilation.patch
  net-snmp-5.3_perl_agent.xs-pointersize.patch
  net-snmp-5.3_perl-printf.patch
  net-snmp-5.4_default_store_return_value.patch
  oid-names2_5.3.patch
- added net-snmp-5.4_net-snmp-config_headercheck.patch:
  warn if net-snmp-config is used but development files are missing.
- updated net-snmp-5.2.1-autoconf.diff to apply cleanly against 5.4
  new name: net-snmp-5.4.rc1-autoconf.diff
- updated net-snmp-5.2.1-versinfo.diff to apply cleanly against 5.4
  new name: net-snmp-5.4.rc2-versinfo.diff
- added net-snmp-5.4.rc2_perl_SNMP_size_t.patch:
  dont use int if you want size_t. fixes failures in the perl test
  suite.
- added net-snmp-5.4_default_store_return_value.patch:
  backport my patch from 5.4 so we can get rid of the build errors.
  the patch removes/disables dead code.
- added net-snmp-5.3.0.1_perl_ld_run_path.patch:
  the old perl replacement line broke linking of the SNMP libraries
  into the perl modules. the patch sets the LD_RUN_PATH for the
  build process to LIBDIR. (#180888)
- added net-snmp-5.3.0.1_sighup_vacm.patch:
  The snmp agent was broken on SIGHUP. It lost all its MIB
  informations. (upstream bug: #1473289)
- added net-snmp-5.3.0.1_deprecated_sysctl_retrans_time.patch:
  The snmpd used a deprecated sysctl to get the retransmit time
  from the kernel. We didnt use this module but the mib library
  triggered the sysctl. The patch uses retrans_time_ms when
  available and corrects the correction factor for the old sysctl.
  (bug: #170140, upstream: #1437287)
- reenabled the lmsensors support. was disabled for testing and
  never reenabled.
- net-snmp-5.3.0.1_missing_ifNumber.patch:
  The 5.3 agent on Linux systems did not implement the 'ifNumber'
  MIB object. (#159501)
- logrotate does not like if the postrotate script returns with
  a non zero returncode.
- add missing "-e" in echo line
- dont call "/etc/init.d/snmpd restart". this could start the 
  daemon unconditionally (too large log file).
  switched to "/etc/init.d/snmpd try-restart"
- run logrotate on startup if the logfile is too large. (#131072)
- fix compilation with ethtool support. (#155709)
- added option to ignore accepted connections (#86634)
  net-snmp-5.3.0.1_tcpwrapper_log_severity.patch
  new sysconfig option: SNMPD_LOG_SUCCESSFUL_CONNECTIONS
- pass the correct path to configure to set the desired log file
- make smux listen to localhost by default. (#116742)
- remove confpath patch. (#147808,#159768)
- updated and reenabled the audit patch
- ported sysconfig options from sles9
  SNMPD_LOGLEVEL -> SPECIFY the log level for the snmpd
  SNMPD_USE_SMUX -> disable SMUX socket
- disable embedded perl for now.
- added net-snmp-5.3.0.1_agentx_socket_path_doc.patch:
  fixes: net-snmp snmpd.conf(5) manpage gives wrong default
  for AgentXSocket (#129437)
- ported fix for bug #129923 from sles9
- suppress the error message in the ucd-snmp upgrade script
- we move the configs into /etc/snmp [#77935]
- removed debugging packages from the build requires.
- added net-snmp-5.3.0.1-smux-trap.diff
  dont loose the value of string variables via smux traps [#150091]
- added net-snmp-5.3.0.1_disman_mib_crash.patch
 o fixes a crash in the disman mib loading
- net-snmp-5.3.0.1_netsnmp_register_mib_crash.patch
 o dont crash while registering mibs
- net-snmp-5.3_perl_agent.xs-pointersize.patch
 o dont use int if you mean intptr_t(IV)
- net-snmp-5.3_perl-printf.patch
 o unused format specifier in printf
- net-snmp-5.3_vendorperl.patch
 o do make install_vendor
- removed net-snmp-5.2.1-cmdline.diff
  better solution from upstream
- converted neededforbuild to BuildRequires
- update to version 5.3.0.1
- removed patches that got applied upstream or superseeded by
  upstream fixes:
  net-snmp-5.2.1-uptime.diff
  net-snmp-5.2.1-typeclash.diff
  net-snmp-5.2.1-gcc.diff
  net-snmp-5.2.1-dlopen-conf.diff
  net-snmp-5.2.1-enomedium.diff
  net-snmp-5.2.1-mktemp.diff
  net-snmp-5.2.1-close-all-fds.diff
  net-snmp-5.2.1-more-cpus.diff
  net-snmp-5.2.1-nowraplibs.patch
  net-snmp-5.2.1.set-var-value.patch
- added 4 new patches:
  net-snmp-5.3_perl_agent.xs-pointersize.patch
   - fixes some casts of pointers to ints -> segfaults in the test
     suite
  net-snmp-5.3_perl-printf.patch
  - fixes a printf warning
  net-snmp-5.3_vendorperl.patch
  - call perl modules install with install_vendor
  net-snmp-5.1.1-pie.patch
  - build snmpd and snmptrapd with pie
- no point in running the test suite in QEMU
- Added rpm-devel to the requires of the -devel package
- added disman/event-mib to the mib list (Bug #91039)
- replaced patch25 (asn1 handling fix) with patch from the upstream.
  (Bug #73804)
- build snmpd and snmptrap with with -fpie/-pie
- Fixed test suite for boxes with empty arp tables.
- Include the right header for compat mode (Bug #64074)
- Fix length for type ASN_UNSIGNED (Bug #73804)
- Get rid of WRAPLIBS in net-snmp-config (Bug #75879)
- Fix ac quotation
- moved tkmib and mib2c* to perl subpackage, since
  they require it. #63992
- Multiple non Intel CPU detection added.
- Upgraded to 5.1.2 release. (lots of bugfixes as usual)
- overflow counter32 and gauge32 on 64bit systems correctly. #50384
- close all non standard filedescriptors on start.
- Upgraded to 5.2 final.
- Upgraded to 5.2.1rc2. Dropped merged patches, rediffed
  old ones.
- fixing pre-requires
- Upgrade to 5.1.2 final.
- Upgraded to upstream 5.1.2.rc2.
- Upgraded to 5.1.2.rc1.
- Dropped some old patches / parts of old patches.
- Fixed problem on little endian 64bit machines.
- removed double free on failure in netsnmp_register_old_api().
  (bug #42580)
- do not specify -c /etc/snmpd.conf (since it is already built in).
  (bug #41706)
- require openssl-devel in -devel package.
- replaced undefined C construct (x[n] = y[n++]) which caused the
  testsuite to fail on i386.
- sleep .3 s before starting agents (bug #42588) 
- Fixed 2 places of file descriptor leakage which lead to segfaults
  during readdir/fgets. #33958
- remove the #define PACKAGE_ from the included autoconf 
  generated config.h file. #36355
- use stop_on_removal and restart_on_update macros (#36306)
- package /var/log/net-snmp as %ghost (#36435)
- use mktemp in fixproc (#36103)
- avoid segfault in version-info (limit to 300 bytes)
- open devices with NONBLOCK, don't wait for cdrom
- avoid segfault in proc-cmdline output
- previous 64-bit fix went just one bit too far, fixed
- added smux mib (for quagga)
- fix dlopen detection in configure
- added requires for perl-TermReadKey
- try to fix at least some 64bit issues (eg. #33958)
- update arguments in rc-script 
- Fix some 64bit critical compiler warnings
- Fixed includes for build with evlog.
- update to 5.1
- build perl module as perl-SNMP
- enable ucd-snmp compatibility
- update to 5.1.pre2 
- revised audit patch
- branched devel subpackage
- added rpm support
- created package and ported patches from ucd-snmp

OBS-URL: https://build.opensuse.org/request/show/881354
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=33
2021-05-09 12:38:01 +00:00
47e8accd2b Accepting request 864165 from home:dirkmueller:branches:network:utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/864165
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=31
2021-01-30 08:20:24 +00:00
281727dba7 Accepting request 855570 from home:suse_weber:branches:network:utilities
- Update the tmpfiles.d/ drop-in file - remove legacy directory
  Fixes net-smpp part of boo#1137761 and boo#1176997

OBS-URL: https://build.opensuse.org/request/show/855570
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=29
2020-12-16 13:20:31 +00:00
d203a61fbd Accepting request 849908 from home:bnavigator:branches:network:utilities
- Fix the python subpackage generation
  gh#openSUSE/python-rpm-macros#79
- Support multiple python 3 flavors in the python subpackage
  gh#openSUSE/python-rpm-macros#66
- Change /etc/logrotate.d/net-snmp from init.d to systemd
  fix boo#1173487.
- Add -fcommon in order to fix boo#1160404.
- Add Lustre filesystem support (bsc#1140341).
  Add net-snmp-5.8-add-lustre-fs-support.patch
- Remove FIRST_ARG usage from spec file (bsc#1126426). 
- Update to net-snmp-5.8.
  Fixes included:
  * Fix remote DoS in agent/helpers/table.c (bsc#1111122, CVE-2018-18065)
  * Fix agentx freezing on timeout (bsc#1027353)
  * swintst_rpm: Protect against unspecified Group name (bsc#1102775)
- Add tsm and tlstm MIBs and the USM security module. (bsc#1081164)
- Rename and refactor patches and remove those that are already included
  inside the new version.
  Added:
  * 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-netgroups.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
  * net-snmp-5.8-fix-python3.patch
  Removed:
  * net-snmp-5.7.3-socket-path.patch
  * net-snmp-5.7.3-testing-empty-arptable.patch
  * net-snmp-5.7.3-pie.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-velocity-mib.patch
  * net-snmp-5.7.3-fix-snmpd-crashing-when-an-agentx-disconnects.patch
  * net-snmp-5.7.3-netgroups.patch
  * net-snmp-5.7.3-snmpstatus-suppress-output.patch
  * net-snmp-5.7.3-fix-snmp_pdu_parse-incomplete.patch
  * net-snmp-5.7.3-Remove-U64-typedef.patch
  * net-snmp-5.7.3-Fix-Makefile.PL.patch
  * net-snmp-5.7.3-build-with-openssl-1.1.patch
  * net-snmp-5.7.3-modern-rpm-api.patch
  * net-snmp-python3.patch
  * net-snmp-5.7.2-systemd.patch
  * net-snmp-5.7.3-helpers-table-skip-if-next-handler-called.patch
- Fix remote DoS in agent/helpers/table.c (bsc#1111122, CVE-2018-18065)
  Add net-snmp-5.7.3-helpers-table-skip-if-next-handler-called.patch
- Create /var/agentx via systemd tmpfiles in case of rollback,
  snapshots and transactional updates [bsc#1098032]
- Fix permissions on unit files wrt bsc#1087977
- Use %license (boo#1082318)
- Remove executable flags from systemd service files (bsc#1089295).
- Fix RPM group for shlib subpackage.
- Properly conditionalize the py2 build
- 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
- 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
- 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
- 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.
- Replace references to /var/adm/fillup-templates with new 
  %_fillupdir macro (boo#1069468)
- 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
- 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.
- 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.
- fix build with GNU grep 2.23, use grep -a to force text matching
- reenabled md5 and des, as some tools build against it and need
  the methods :(
- 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)
- Disable MD5 authentication method, disable DES support
  (if something breaks, tell me)
- Request pkgconfig(libssl) instead of openssl-devel to support
  using LibreSSL as well.
- 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
- also stop snmptrapd on removal
- 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
- 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) 
- merge some old fixes from SLE 11:
  * init script should provide snmpd. (bnc#466805) 
  * stop all snmp agents when stopping the daemon. (bnc#473328)
- recompress .tar.gz - it has trailing garbage, hope we can readd
  source url on next update
- 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)
- net-snmp-5.7.2-fix-mib-representation-of-timeout-values.patch:
  fix mib representation of timeout values (bnc#833153) 
- use _rundir macro 
- remove old workaround for ppc/ppc64 migrations which is no longer
  needed (bnc#437293)
- add support for python bindings
- improve snmptrapd init script (avoid to overwrite the logfile 
  on restart)
- 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)
- Add Source URL, see https://en.opensuse.org/SourceUrls 
- net-snmp-5.7.2-build-fix-for-strlcat.patch: fix exported strlcat()
  prototype that could conflict with other packages (bnc#793548)
- 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
- Remove redundant sections from specfile
- Avoid shipping .la files
- fix array index error that could lead to a crash (CVE-2012-2141)
  (bnc#759352)
- fix agent crash when reloading a subagent (AgentX) during a query
  (bnc#670789)
- add OCFS2 to the list of known file systems
- update copyright notice of AGENT.txt allowing us to redistribute
  the file in our package (from Dave Shield) (bnc#750704)
- fix license to be in spdx.org format
- logrotate: use "reload" instead of "try-restart" to avoid an
  unnecessary stop/start cycle in the agent (bnc#707636)
- 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)
- update to version 5.7.1: minor release including some bug fixes
- enable net-snmp-devel on all baselib architectures
- make sure all delegated requests are removed before closing an
  AgentX session (bnc#670789)
- 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
- 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
- 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
- add ReiserFS to the list of known file systems (bnc#715199)
- install snmptrapd init script by default (bnc#712175)
- fix logging option in snmptrapd init script (bnc#712174) 
- update upstream patches from branch V5-7-patches to 20110714
- 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
- switch from rpmdb to rpmts to support rpm-4.9.0
- update upstream patches from branch V5-6-patches to 20110512
- add JFS and XFS to the list of known file systems (bnc#687327)
- update upstream patches from branch V5-6-patches to 20110328
- fix libsnmp version in baselibs.conf
- 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
- remove /var/adm/perl-modules/net-snmp from the Perl module
- 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
- if-mib: add support for more speeds with ethtool (bnc#650558)
- update upstream patches from branch V5-6-patches to 20101101,
  fixing a segmentation fault on shutdown (bnc#650282)
- enable new implementation of hrStorage and hrFilesys to fix
  persistent indexes in FS and Storage tables (bnc#648364)
- update upstream patches from branch V5-6-patches to 20101021
- 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
- update upstream patches from branch V5-5-patches to 20100803
- change default log level from DEBUG to NOTICE (bnc#623497)
- spec file cleanup: remove old backward compatibility scripts
- update upstream patches from branch V5-5-patches to 20100602:
  fixed potential buffer overflow in parsing OIDs in config files
- 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
- create /var/run/agentx during startup to support systems that
  mount /var/run as tmpfs
- 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
- update upstream patches from branch V5-5-patches to 20100428
- 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
- Fix strncat properly (from Andreas Jaeger)
- Fix code errors found by gcc 4.5
- build for libsensors4 instead of libsensors3
- remove sparcv9-specific baselib exceptions (not needed)
- 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
- 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
- add baselibs.conf as a source
- add baselib defs for SPARC
- Fix build with rpm 4.7 (net-snmp-5.4.2.1-rpm4.7.patch)
- make patch0 usage consistent
- updated patches from Dell:
  Those patches incorporate the latest fixes for remarks from the
  upstream review
  old: net-snmp-5.4.1.2-rmon-mib-revised.patch
  new: net-snmp-5.4.1.2-rmon-mib-revised_3.patch
  old: net-snmp-5.4.1.2-etherlike-mib-revised_2.patch
  new: net-snmp-5.4.1.2-etherlike-mib-revised_4.patch
- use Obsoletes: -XXbit only for ppc64 to help solver during
  distupgrade (bnc#437293)
- fix the snmptrapd init script:
  1. make sure the config isnt loaded twice.
  2. do not truncate the net-snmp.log
  3. use SNMPD_LOGLEVEL aswell.
  4. write a pid
- update snmptrapd section in README.SuSE
- whitespace cleanup in both init scripts
- update patches from Dell:
  Upstream asked to reduce the logging in the mib module.
  old name net-snmp-5.4.1.2-etherlike-mib-revised_1.patch
  new name net-snmp-5.4.1.2-etherlike-mib-revised_2.patch
- Remove the recommends on perl-Tk again. We rely on the fixed
  warning in the perl_tk_warnings.patch. (bnc#443047)
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf 
- added net-snmp-5.4.x_embedded_perl_error_message.patch:
  fix typo in error message (bnc#439857)
- update to 5.4.2.1: (bnc#440950) (CVE-2008-4309)
  fix crash in getbulk handling code
- obsolete old -XXbit packages (bnc#437293)
- added net-snmp-5.4.2_velocity-mib.patch (FATE#303556)
- refreshed patches to apply cleanly:
  old: net-snmp-5.1.2-snmpconf-selinux.patch
  new: net-snmp-5.4.2_snmpconf-selinux.patch
  old: net-snmp-5.2.1-overflow.diff
  new: net-snmp-5.4.2_overflow.patch
  old: net-snmp-5.2.1.testing.empty_arptable.patch
  new: net-snmp-5.4.2_testing.empty_arptable.patch
  old: net-snmp-5.3.0.1-audit.diff
  new: nmp-5.4.2_audit.patch
  old: net-snmp-5.3_vendorperl.patch
  new: net-snmp-5.4.2_vendorperl.patch
  old: net-snmp-5.4.1-autoconf.diff
  new: net-snmp-5.4.2_autoconf.patch
  old: net-snmp-5.4.1_perl_tk_warning.patch
  new: net-snmp-5.4.2_perl_tk_warning.patch
  old: net-snmp-5.4_net-snmp-config_headercheck.patch
  new: net-snmp-5.4.2_net-snmp-config_headercheck.patch
- more IPv6 support from IBM (mainline backports) (bnc#437208)
  Fix-for-tcpConnnectionTable-tcpListenerTable-udpEn.patch
  Fix-for-IPv6-Interface-Table.patch
  Fix-for-Internet-Address-Table.patch
  Add-ICMP-Statistics-Tables-support.patch
  Add-Default-Router-Table-support.patch
  Add-IPv6-support-on-Internet-Address-Translation-Tab.patch
  Fix-for-Internet-Address-Prefix-Table.patch
  Add-IPv6-Scope-Zone-Index.patch
  Improve-IP-Statistics-tables.patch
- remove lzma-alpha-devel. rpm-devel has to require it if it is
  really needed
- updated patches from Dell:
  net-snmp-5.4.1.2-etherlike-mib-revised_1.patch
  net-snmp-5.4.1.2-rmon-mib-revised.patch
  Those 2 patches obsolete the previous 3 patches.
- fix typo in the init script which breaks loading of agents
  (bnc#415127)
- also restart snmptrapd after logrotate (bnc#378069)
- add patches from Dell: (Fate#304310)
  net-snmp-5.4.1.2-etherlike-mib-revised.patch
  net-snmp-5.4.1.2-rmon-mib.patch
  net-snmp-5.4.2_fix_dell_patches.patch
- update to version 5.4.2
  - [PATCH 1921861]: Avoid endless loop after truncating 64bit int
  - Better handling of CONTAINER_INSERT failures with multiple
    indices
  - [PATCH 2023633]: add SCTP-MIB implementation (Linux only)
  - suppress annoying "registration != duplicate" warning for root
    oids
  - Update to libtool 1.5.26
- add net-snmp-5.4.1_perl_tk_warning.patch (bnc#392695)
  correctly recommend installing the perl-Tk package instead of
  referring to cpan.
- fix Required-Stop in the init scripts
- cleanup the spec file:
  - moved files from the mibs package to the packages where they
    really belong (snmpconf-data, mib2c)
  - move mib2c from the perl package to the devel package
- fixed wrong SELinux context (selinux.patch) [Fate#303662]
- fix init scripts
- use %fillup_only as we dont launch the daemon per default
- added baselibs.conf file to build xxbit packages
  for multilib support
- added lzma-alpha-devel to buildreq 
- libsensors is in a separate package now.
- update to 5.4.1
  many small fixes. the highlights:
  - link only needed libraries
  - memleaks fixed
  - python bindings (not yet packaged)
- rediffed net-snmp-5.4.rc1-autoconf.diff
  new name net-snmp-5.4.1-autoconf.diff
- no longer build against lm_sensors on s390
- split out new packages:
  libsnmp15, snmp-mibs
- update to 5.4.rc2:
  tons of bugfixes, and new features. just to name a few:
  - enabled embedded perl
  - new MIB table to manage net-snmp access control extensions
  - hal to abstract os specific aspects of the systems
  - tree matching support for snmptrapd
  - reworked transport creation in snmplib
  - using the incoming ip for outgoing packets if possible.
  - ipv6 aware tcp/udp mibs
- removed patches:
  (all of them are either upstream or obsolete)
  net-snmp-5.2.1-acinclude.diff
  net-snmp-5.2.1-acquotation.patch
  net-snmp-5.2.1-compat.patch
  net-snmp-5.2.1-localperl.diff
  net-snmp-5.2.1-perl.diff
  net-snmp-5.3.0.1-64bit.diff
  net-snmp-5.3.0.1_agentx_socket_path_doc.patch
  net-snmp-5.3.0.1_deprecated_sysctl_retrans_time.patch
  net-snmp-5.3.0.1_disman_mib_crash.patch
  net-snmp-5.3.0.1_ethtool.patch
  net-snmp-5.3.0.1_linux_types_header.patch
  net-snmp-5.3.0.1_missing_ifNumber.patch
  net-snmp-5.3.0.1_netsnmp_register_mib_crash.patch
  net-snmp-5.3.0.1_perl_ld_run_path.patch
  net-snmp-5.3.0.1_sighup_vacm.patch
  net-snmp-5.3.0.1-smux-trap.diff
  net-snmp-5.3.0.1.tar.bz2
  net-snmp-5.3.0.1_tcpwrapper_log_severity.patch
  net-snmp-5.3.0.1_testsuite_no_smux.patch
  net-snmp-5.3.0.1_tunnel_compilation.patch
  net-snmp-5.3_perl_agent.xs-pointersize.patch
  net-snmp-5.3_perl-printf.patch
  net-snmp-5.4_default_store_return_value.patch
  oid-names2_5.3.patch
- added net-snmp-5.4_net-snmp-config_headercheck.patch:
  warn if net-snmp-config is used but development files are missing.
- updated net-snmp-5.2.1-autoconf.diff to apply cleanly against 5.4
  new name: net-snmp-5.4.rc1-autoconf.diff
- updated net-snmp-5.2.1-versinfo.diff to apply cleanly against 5.4
  new name: net-snmp-5.4.rc2-versinfo.diff
- added net-snmp-5.4.rc2_perl_SNMP_size_t.patch:
  dont use int if you want size_t. fixes failures in the perl test
  suite.
- added net-snmp-5.4_default_store_return_value.patch:
  backport my patch from 5.4 so we can get rid of the build errors.
  the patch removes/disables dead code.
- added net-snmp-5.3.0.1_perl_ld_run_path.patch:
  the old perl replacement line broke linking of the SNMP libraries
  into the perl modules. the patch sets the LD_RUN_PATH for the
  build process to LIBDIR. (#180888)
- added net-snmp-5.3.0.1_sighup_vacm.patch:
  The snmp agent was broken on SIGHUP. It lost all its MIB
  informations. (upstream bug: #1473289)
- added net-snmp-5.3.0.1_deprecated_sysctl_retrans_time.patch:
  The snmpd used a deprecated sysctl to get the retransmit time
  from the kernel. We didnt use this module but the mib library
  triggered the sysctl. The patch uses retrans_time_ms when
  available and corrects the correction factor for the old sysctl.
  (bug: #170140, upstream: #1437287)
- reenabled the lmsensors support. was disabled for testing and
  never reenabled.
- net-snmp-5.3.0.1_missing_ifNumber.patch:
  The 5.3 agent on Linux systems did not implement the 'ifNumber'
  MIB object. (#159501)
- logrotate does not like if the postrotate script returns with
  a non zero returncode.
- add missing "-e" in echo line
- dont call "/etc/init.d/snmpd restart". this could start the 
  daemon unconditionally (too large log file).
  switched to "/etc/init.d/snmpd try-restart"
- run logrotate on startup if the logfile is too large. (#131072)
- fix compilation with ethtool support. (#155709)
- added option to ignore accepted connections (#86634)
  net-snmp-5.3.0.1_tcpwrapper_log_severity.patch
  new sysconfig option: SNMPD_LOG_SUCCESSFUL_CONNECTIONS
- pass the correct path to configure to set the desired log file
- make smux listen to localhost by default. (#116742)
- remove confpath patch. (#147808,#159768)
- updated and reenabled the audit patch
- ported sysconfig options from sles9
  SNMPD_LOGLEVEL -> SPECIFY the log level for the snmpd
  SNMPD_USE_SMUX -> disable SMUX socket
- disable embedded perl for now.
- added net-snmp-5.3.0.1_agentx_socket_path_doc.patch:
  fixes: net-snmp snmpd.conf(5) manpage gives wrong default
  for AgentXSocket (#129437)
- ported fix for bug #129923 from sles9
- suppress the error message in the ucd-snmp upgrade script
- we move the configs into /etc/snmp [#77935]
- removed debugging packages from the build requires.
- added net-snmp-5.3.0.1-smux-trap.diff
  dont loose the value of string variables via smux traps [#150091]
- added net-snmp-5.3.0.1_disman_mib_crash.patch
 o fixes a crash in the disman mib loading
- net-snmp-5.3.0.1_netsnmp_register_mib_crash.patch
 o dont crash while registering mibs
- net-snmp-5.3_perl_agent.xs-pointersize.patch
 o dont use int if you mean intptr_t(IV)
- net-snmp-5.3_perl-printf.patch
 o unused format specifier in printf
- net-snmp-5.3_vendorperl.patch
 o do make install_vendor
- removed net-snmp-5.2.1-cmdline.diff
  better solution from upstream
- converted neededforbuild to BuildRequires
- update to version 5.3.0.1
- removed patches that got applied upstream or superseeded by
  upstream fixes:
  net-snmp-5.2.1-uptime.diff
  net-snmp-5.2.1-typeclash.diff
  net-snmp-5.2.1-gcc.diff
  net-snmp-5.2.1-dlopen-conf.diff
  net-snmp-5.2.1-enomedium.diff
  net-snmp-5.2.1-mktemp.diff
  net-snmp-5.2.1-close-all-fds.diff
  net-snmp-5.2.1-more-cpus.diff
  net-snmp-5.2.1-nowraplibs.patch
  net-snmp-5.2.1.set-var-value.patch
- added 4 new patches:
  net-snmp-5.3_perl_agent.xs-pointersize.patch
   - fixes some casts of pointers to ints -> segfaults in the test
     suite
  net-snmp-5.3_perl-printf.patch
  - fixes a printf warning
  net-snmp-5.3_vendorperl.patch
  - call perl modules install with install_vendor
  net-snmp-5.1.1-pie.patch
  - build snmpd and snmptrapd with pie
- no point in running the test suite in QEMU
- Added rpm-devel to the requires of the -devel package
- added disman/event-mib to the mib list (Bug #91039)
- replaced patch25 (asn1 handling fix) with patch from the upstream.
  (Bug #73804)
- build snmpd and snmptrap with with -fpie/-pie
- Fixed test suite for boxes with empty arp tables.
- Include the right header for compat mode (Bug #64074)
- Fix length for type ASN_UNSIGNED (Bug #73804)
- Get rid of WRAPLIBS in net-snmp-config (Bug #75879)
- Fix ac quotation
- moved tkmib and mib2c* to perl subpackage, since
  they require it. #63992
- Multiple non Intel CPU detection added.
- Upgraded to 5.1.2 release. (lots of bugfixes as usual)
- overflow counter32 and gauge32 on 64bit systems correctly. #50384
- close all non standard filedescriptors on start.
- Upgraded to 5.2 final.
- Upgraded to 5.2.1rc2. Dropped merged patches, rediffed
  old ones.
- fixing pre-requires
- Upgrade to 5.1.2 final.
- Upgraded to upstream 5.1.2.rc2.
- Upgraded to 5.1.2.rc1.
- Dropped some old patches / parts of old patches.
- Fixed problem on little endian 64bit machines.
- removed double free on failure in netsnmp_register_old_api().
  (bug #42580)
- do not specify -c /etc/snmpd.conf (since it is already built in).
  (bug #41706)
- require openssl-devel in -devel package.
- replaced undefined C construct (x[n] = y[n++]) which caused the
  testsuite to fail on i386.
- sleep .3 s before starting agents (bug #42588) 
- Fixed 2 places of file descriptor leakage which lead to segfaults
  during readdir/fgets. #33958
- remove the #define PACKAGE_ from the included autoconf 
  generated config.h file. #36355
- use stop_on_removal and restart_on_update macros (#36306)
- package /var/log/net-snmp as %ghost (#36435)
- use mktemp in fixproc (#36103)
- avoid segfault in version-info (limit to 300 bytes)
- open devices with NONBLOCK, don't wait for cdrom
- avoid segfault in proc-cmdline output
- previous 64-bit fix went just one bit too far, fixed
- added smux mib (for quagga)
- fix dlopen detection in configure
- added requires for perl-TermReadKey
- try to fix at least some 64bit issues (eg. #33958)
- update arguments in rc-script 
- Fix some 64bit critical compiler warnings
- Fixed includes for build with evlog.
- update to 5.1
- build perl module as perl-SNMP
- enable ucd-snmp compatibility
- update to 5.1.pre2 
- revised audit patch
- branched devel subpackage
- added rpm support
- created package and ported patches from ucd-snmp

OBS-URL: https://build.opensuse.org/request/show/849908
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=27
2020-12-05 17:18:28 +00:00
Dominique Leuenberger
be9c68ee83 Accepting request 790123 from home:marxin:branches:network:utilities
- Add -fcommon in order to fix boo#1160404.

OBS-URL: https://build.opensuse.org/request/show/790123
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=23
2020-04-09 12:43:32 +00:00
18f75d5af9 OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=21 2019-07-07 13:56:09 +00:00
b8e0cee5d9 Accepting request 682166 from home:abergmann:branches:network:utilities
Remove FIRST_ARG usage from spec file (bsc#1126426).

OBS-URL: https://build.opensuse.org/request/show/682166
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=18
2019-03-10 10:45:12 +00:00
d10b528e62 Accepting request 641283 from home:abergmann:branches:network:utilities
- Update to net-snmp-5.8.
  Fixes included:
  * Fix remote DoS in agent/helpers/table.c (bsc#1111122, CVE-2018-18065)
  * Fix agentx freezing on timeout (bsc#1027353)
  * swintst_rpm: Protect against unspecified Group name (bsc#1102775)
- Add tsm and tlstm MIBs and the USM security module. (bsc#1081164)
- Rename and refactor patches and remove those that are already included
  inside the new version.
  Added:
  * 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-netgroups.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
  * net-snmp-5.8-fix-python3.patch
  Removed:
  * net-snmp-5.7.3-socket-path.patch
  * net-snmp-5.7.3-testing-empty-arptable.patch
  * net-snmp-5.7.3-pie.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-velocity-mib.patch
  * net-snmp-5.7.3-fix-snmpd-crashing-when-an-agentx-disconnects.patch
  * net-snmp-5.7.3-netgroups.patch
  * net-snmp-5.7.3-snmpstatus-suppress-output.patch

OBS-URL: https://build.opensuse.org/request/show/641283
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=16
2018-10-15 15:40:54 +00:00
a6c0cefedd Accepting request 640701 from home:abergmann:branches:network:utilities
- Fix remote DoS in agent/helpers/table.c (bsc#1111122, CVE-2018-18065)
  Add net-snmp-5.7.3-helpers-table-skip-if-next-handler-called.patch

OBS-URL: https://build.opensuse.org/request/show/640701
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=14
2018-10-09 09:23:58 +00:00
Andreas Stieger
de24f52d0a Accepting request 599121 from home:AndreasStieger:branches:network:utilities
- Fix permissions on unit files wrt bsc#1087977
- Remove executable flags from systemd service files (bsc#1089295).
- Use %license (boo#1082318)

OBS-URL: https://build.opensuse.org/request/show/599121
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=10
2018-04-20 07:40:51 +00:00
Andreas Stieger
e82cb2c792 Accepting request 571845 from home:jengelh:branches:network:utilities
- Fix RPM group for shlib subpackage.

OBS-URL: https://build.opensuse.org/request/show/571845
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=8
2018-02-02 10:15:55 +00:00
Vítězslav Čížek
f65cfba6e6 Accepting request 569248 from openSUSE:Factory:Staging:O
- Properly conditionalize the py2 build

- 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

- 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

- 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

OBS-URL: https://build.opensuse.org/request/show/569248
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=7
2018-02-01 14:18:02 +00:00
OBS User mrdocs
314012657c Accepting request 556035 from home:dimstar:Factory
- 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.

OBS-URL: https://build.opensuse.org/request/show/556035
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=5
2017-12-17 07:58:36 +00:00
Dominique Leuenberger
c10e168c79 Accepting request 544977 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/544977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=82
2017-11-25 07:41:23 +00:00
Dominique Leuenberger
3d6bb10f72 Accepting request 504649 from net-snmp:factory
(forwarded request 504043 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/504649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=81
2017-06-21 11:52:01 +00:00
Dominique Leuenberger
c31417dc18 Accepting request 397352 from net-snmp:factory
Fix build with perl 5.24 - tested locally as a build against openSUSE:Factory:Staging:B (forwarded request 397205 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/397352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=80
2016-05-31 10:08:26 +00:00
Dominique Leuenberger
dd6a8df967 Accepting request 386493 from net-snmp:factory
removing md5 and des disablement
(changes entry exited already bsc#944302) (forwarded request 386328 from abergmann)

OBS-URL: https://build.opensuse.org/request/show/386493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=79
2016-04-12 17:00:22 +00:00
Dominique Leuenberger
cfb053c070 Accepting request 361433 from net-snmp:factory
- fix build with GNU grep 2.23, use grep -a to force text matching (forwarded request 359554 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/361433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=78
2016-02-29 08:11:37 +00:00
Dominique Leuenberger
097236ba27 Accepting request 328754 from net-snmp:factory
- reenabled md5 and des, as some tools build against it and need
  the methods :( (forwarded request 328750 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/328754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=77
2015-09-13 07:42:41 +00:00
Stephan Kulow
3deefa9fc9 Accepting request 318082 from net-snmp:factory
- Request pkgconfig(libssl) instead of openssl-devel to support
  using LibreSSL as well. (forwarded request 317959 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/318082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=76
2015-07-24 07:57:55 +00:00
Stephan Kulow
f9936db948 Accepting request 317257 from net-snmp:factory
changes file modificatons after factory-auto reject (forwarded request 317256 from abergmann)

OBS-URL: https://build.opensuse.org/request/show/317257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=75
2015-07-21 11:26:21 +00:00
Dominique Leuenberger
d7e9040eca Accepting request 266308 from net-snmp:factory
1

OBS-URL: https://build.opensuse.org/request/show/266308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=74
2014-12-25 22:21:39 +00:00
Stephan Kulow
ad2d489012 Accepting request 250674 from net-snmp:factory
1

OBS-URL: https://build.opensuse.org/request/show/250674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=73
2014-09-24 11:09:09 +00:00
Stephan Kulow
281cb3f888 Accepting request 249293 from net-snmp:factory
1

OBS-URL: https://build.opensuse.org/request/show/249293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=72
2014-09-17 15:24:23 +00:00
Stephan Kulow
3d79696415 Accepting request 234469 from net-snmp:factory
- recompress .tar.gz - it has trailing garbage, hope we can readd
  source url on next update

- 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)

- net-snmp-5.7.2-fix-mib-representation-of-timeout-values.patch:
  fix mib representation of timeout values (bnc#833153) 

- use _rundir macro

OBS-URL: https://build.opensuse.org/request/show/234469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=69
2014-05-22 18:38:19 +00:00
Stephan Kulow
9de14f7432 Accepting request 223849 from net-snmp:factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/223849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=68
2014-02-26 22:20:35 +00:00
Stephan Kulow
fd65364a40 Accepting request 184004 from net-snmp:factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/184004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=66
2013-07-25 13:10:23 +00:00
Stephan Kulow
2f8fce6dd6 Accepting request 176144 from net-snmp:factory
- 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) (forwarded request 176143 from leonardocf)

OBS-URL: https://build.opensuse.org/request/show/176144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=64
2013-05-27 07:54:35 +00:00
Stephan Kulow
ea14857844 Accepting request 170886 from net-snmp:factory
- Add Source URL, see https://en.opensuse.org/SourceUrls (forwarded request 170849 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/170886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=63
2013-04-17 05:41:12 +00:00
Stephan Kulow
f62098c5ee Accepting request 145865 from net-snmp:factory
Add fix for bnc#793548. (forwarded request 145863 from leonardocf)

OBS-URL: https://build.opensuse.org/request/show/145865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=61
2012-12-20 10:02:57 +00:00
Stephan Kulow
0451d39814 Accepting request 139446 from net-snmp:factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/139446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=60
2012-11-02 06:31:12 +00:00
Stephan Kulow
d45bdf8b63 Accepting request 135581 from net-snmp:factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/135581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=59
2012-09-25 11:59:37 +00:00
Stephan Kulow
3e080be02f Accepting request 120977 from net-snmp:factory
Add fix for bnc#759352 (CVE-2012-2141).

OBS-URL: https://build.opensuse.org/request/show/120977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=57
2012-05-16 10:26:12 +00:00
Stephan Kulow
828e6a6e1e Accepting request 113786 from net-snmp:factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/113786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=56
2012-04-17 20:00:04 +00:00
Stephan Kulow
4b6eec883a Accepting request 110576 from net-snmp:factory
Add fixes for bnc#707636 and bnc#750704.

OBS-URL: https://build.opensuse.org/request/show/110576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=55
2012-03-26 09:03:36 +00:00