diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-24 08:29:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-24 08:29:33 +0000 |
commit | 5ae966807d025f7e6374701c5a00191025e21bcb (patch) | |
tree | 9cd486b8180d4f6f6234c5319df7f83cefe27491 /net/net-snmp/patches | |
parent | 41e5f39f180582de53e52da238339e66b6615103 (diff) | |
download | pkgsrc-5ae966807d025f7e6374701c5a00191025e21bcb.tar.gz |
Initial import of net-snmp-5.0.6 as net/net-snmp. This package is based
on net/net-snmp-current and on the FreeBSD net-snmp port, and may be
considered as an update to ucd-snmp. Changes since ucd-snmp include:
* complete rewrite of the agent internals
* new agent module API
* SNMPv3
* improved AgentX subagent handling
* many, many bugfixes in plugged memory leaks
* prevent DoS attacks from authenticated users
Diffstat (limited to 'net/net-snmp/patches')
-rw-r--r-- | net/net-snmp/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/net-snmp/patches/patch-aa b/net/net-snmp/patches/patch-aa new file mode 100644 index 00000000000..14b6d93e462 --- /dev/null +++ b/net/net-snmp/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/10/24 08:29:34 jlam Exp $ + +--- agent/snmp_agent.c.orig Sat Oct 5 16:41:58 2002 ++++ agent/snmp_agent.c +@@ -69,6 +69,10 @@ SOFTWARE. + #include <dmalloc.h> + #endif + ++#if HAVE_SYSLOG_H ++#include <syslog.h> ++#endif ++ + #ifdef USE_LIBWRAP + #include <tcpd.h> + int allow_severity = LOG_INFO; |