From: <abe...@us...> - 2015-12-12 16:36:20
|
Revision: 7396 http://sourceforge.net/p/astlinux/code/7396 Author: abelbeck Date: 2015-12-12 16:36:18 +0000 (Sat, 12 Dec 2015) Log Message: ----------- netsmp, enable tsm + DTLSUDP/TLSTCP with openssl, from upstream Buildroot Ref: https://git.busybox.net/buildroot/commit/package?id=984ec386096513c5b3fcfbc4f77f3dbe1ef9d35d Modified Paths: -------------- branches/1.0/package/netsnmp/netsnmp.mk Modified: branches/1.0/package/netsnmp/netsnmp.mk =================================================================== --- branches/1.0/package/netsnmp/netsnmp.mk 2015-12-11 16:38:09 UTC (rev 7395) +++ branches/1.0/package/netsnmp/netsnmp.mk 2015-12-12 16:36:18 UTC (rev 7396) @@ -44,7 +44,9 @@ ifeq ($(BR2_PACKAGE_OPENSSL),y) NETSNMP_DEPENDENCIES += openssl NETSNMP_CONF_OPT += \ - --with-openssl=$(STAGING_DIR)/usr/include/openssl + --with-openssl=$(STAGING_DIR)/usr/include/openssl \ + --with-security-modules="tsm,usm" \ + --with-transports="DTLSUDP,TLSTCP" else NETSNMP_CONF_OPT += --without-openssl endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |