This repository has been archived by the owner on Jun 21, 2024. It is now read-only.
Releases: 1and1/snmpman
Releases · 1and1/snmpman
snmpman-parent-2.2.0
Release 2.2.0
Changes
- Walk files can now contain multi-line 'STRING' and 'Hex-STRING' varbinds in format of the Linux snmp tools.
- Building now with JDK 21.
- Docker-container is also JDK 21-based.
- Docker-container can be parametrized with the env vars
SNMPMAN_PORT
,SNMPMAN_COMMUNITY
,SNMPMAN_WALK
if you don't want to provide a full config with the env varSNMPMAN_CONFIG
. - Updates of multiple dependencies.
- Deduplication of code.
- Shell wrapper uses now the computed jar name instead of wildcard matching (security improvement).
Checksums
Type | Message digest |
---|---|
MD5 | a8de8bd17ff8c142dbc6fbc1db3fbb79 |
SHA256 | 5dcf799285d49f170d0040ccb6c44231435ea40c2c0333b848ca5d5d2bb18a42 |
snmpman-parent-2.1.6
Release 2.1.6 (security update)
Changes
- Bugfix use right slf4j2 dependency instead of slf4j(1) dependency
- Dependency guava -> 32.0.1-jre
- Dependency snmp4j -> 3.7.7
- Dependency log4j2 -> 2.20.0
- Dependency slf4j -> 2.0.7
- Dependency jackson -> 2.15.2
- Dependency lombok -> 1.18.28
- Github actions driven integration test added
Checksums
Type | Message digest |
---|---|
MD5 | 11f34ae8e91844dc1af0620828885a5e |
SHA256 | 6124756220a09cc9b11ee241daeb3352eaa4038601f254062facc58a418e25cf |
Dependency update 2.1.5
Release 2.1.5
Changes
- Update dependency snmp4j -> 3.6.4
- Update dependency lombok -> 1.18.26
- Update dependency testng -> 7.7.1
- Update dependency mockito-core -> 5.1.1
Checksums
Type | Message digest |
---|---|
MD5 | 4498b5a401f0ade47d141a3eb4eee901 |
SHA256 | 6abdf249dc1c07ef80a7912d55b3be878c6d67598cbe8b0ab77ba0a6ef4c77e9 |
Dependency update 2.1.4
Release 2.1.4
Changes
- Dependency update jackson 2.13.4 -> 2.14.1
- Dependency update slf4j-api 1.7.35 -> 2.0.6
- Dependency update testng 7.6.1 -> 7.7.0 (test only)
- Dependency update mockito-core 4.3.1 -> 4.9.0 (test only)
Checksums
Type | Message digest |
---|---|
MD5 | 625dcc521a1e3d96c23426b8cf4cfd0e |
SHA256 | 571c1c93ff0afc3534a129bbad0785a016fdabaae7c4ef474907131f492273c5 |
Dependency updates
Updates of dependencies:
- log4j2 2.17.1 -> 2.19.0
- jackson 2.13.1 -> 2.13.4
- testng 7.5 -> 7.6.1
- lombok 1.18.22 -> 1.18.24
- guava 31.0.1-jre -> 31.1-jre
log4j patch
Pulls log4j 2.17.1 with all the latest patches.
log4j vulnerability patch to v2.16.0
- The release fixes the log4j dependency problems in the cli variant of the software (see https://logging.apache.org/log4j/2.x/security.html)
JDK 17 support
- Compiles with JDK 17
- Updates of some dependencies
Support for SnmpSet
Support for the SNMP SET operation.
Contributed by PR #29
Fix assembly
Bugfix release for the packaging that did not work anymore with log4j2.