[net-snmp] enabled DTLS and TLS

Jan Šafránek jsafrane at fedoraproject.org
Mon Oct 25 16:07:17 UTC 2010


commit 331e1c55004570ce98ac6dc5ec70e299c8c8a56d
Author: Jan Safranek <jsafrane at redhat.com>
Date:   Mon Oct 25 18:06:56 2010 +0200

    enabled DTLS and TLS

 net-snmp.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/net-snmp.spec b/net-snmp.spec
index 68ed8ed..d1ca812 100644
--- a/net-snmp.spec
+++ b/net-snmp.spec
@@ -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 at 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
 


More information about the scm-commits mailing list