6232dbbe37
Changes snmp++v3.3.3 ==================== - Fixed: [APP-30] SNMP++ cannot BER decode Oids starting with 2 and with second sub-identifier >39 correctly. - Fixed: [APP-31] SNMP++ does not encode Oids starting with 2 and second sub-ID greater than 47 correctly. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
500 B
Makefile
18 lines
500 B
Makefile
################################################################################
|
|
#
|
|
# snmp++
|
|
#
|
|
################################################################################
|
|
|
|
SNMPPP_VERSION = 3.3.3
|
|
SNMPPP_SOURCE = snmp++$(SNMPPP_VERSION).tar.gz
|
|
SNMPPP_SITE = http://www.agentpp.com
|
|
SNMPPP_DEPENDENCIES = openssl host-pkgconf
|
|
SNMPPP_INSTALL_STAGING = YES
|
|
# no configure script in tarball
|
|
SNMPPP_AUTORECONF = YES
|
|
SNMPPP_LICENSE = SNMP++
|
|
SNMPPP_LICENSE_FILES = src/v3.cpp
|
|
|
|
$(eval $(autotools-package))
|