enabled DTLS and TLS

This commit is contained in:
Jan Safranek 2010-10-25 18:06:56 +02:00
parent 3c9598ab68
commit 331e1c5500
1 changed files with 5 additions and 0 deletions

View File

@ -197,6 +197,8 @@ MIBS="$MIBS ucd-snmp/lmsensorsMib"
--enable-mfd-rewrites \
--enable-local-smux \
--with-temp-file-pattern=/var/run/net-snmp/snmp-tmp-XXXXXX \
--with-transports="DTLSUDP TLSTCP" \
--with-security-modules=tsm \
--with-sys-contact="root@localhost" <<EOF
EOF
@ -361,9 +363,12 @@ rm -rf ${RPM_BUILD_ROOT}
%files utils
%defattr(-,root,root,-)
%{_bindir}/encode_keychange
%{_bindir}/agentxtrap
%{_bindir}/net-snmp-cert
%{_bindir}/snmp[^c]*
%attr(0644,root,root) %{_mandir}/man1/snmp*.1*
%attr(0644,root,root) %{_mandir}/man1/encode_keychange*.1*
%attr(0644,root,root) %{_mandir}/man1/agentxtrap.1*
%attr(0644,root,root) %{_mandir}/man5/snmp.conf.5.gz
%attr(0644,root,root) %{_mandir}/man5/variables.5.gz