[SNMP4J] Apache Maven Checksum Issue

Brian Weaver cmdrclueless at gmail.com
Tue Mar 6 19:37:28 CET 2012


I'm using a nexus server to control access to the SNMP4j repo located at

https://server.oosnmp.net/dist/release/

We just started getting checksum errors for SNMP4j 2.0.3. Has anyone
else run into this issue? If I run the following commands I can verify
that the sums do not match.

 #  curl -O https://server.oosnmp.net/dist/release/org/snmp4j/snmp4j/2.0.3/snmp4j-2.0.3.jar
 #  curl -O https://server.oosnmp.net/dist/release/org/snmp4j/snmp4j/2.0.3/snmp4j-2.0.3.jar.md5
 #  curl -O https://server.oosnmp.net/dist/release/org/snmp4j/snmp4j/2.0.3/snmp4j-2.0.3.jar.sha1
 #  echo $(cat snmp4j-2.0.3.jar.md5 )
 881ef1ce63980b093d02629a57bcd095
 #  md5sum snmp4j-2.0.3.jar
 6e83615650fd8a3ed78057e44e583240  snmp4j-2.0.3.jar
 #  echo $(cat snmp4j-2.0.3.jar.sha1 )
 59f3dcc33f4d28a20a708c639033f1c4e7f37948
 #  sha1sum snmp4j-2.0.3.jar
 2a4a9e332433114fb4c73a6fe8dfef433162cf4c  snmp4j-2.0.3.jar

-- 

/* insert witty comment here */



More information about the SNMP4J mailing list