diff options
author | adam <adam@pkgsrc.org> | 2006-01-24 22:16:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-01-24 22:16:55 +0000 |
commit | a4dca0bf59bd7fd5ed233d9fc882fd1a501db6a3 (patch) | |
tree | 7d38b0f822c429b0c57d850a23ca9a1b73def393 /net/net-snmp/patches/patch-aa | |
parent | 768b44f22626ea22fa3f0f0913f7acbc9c3e4cae (diff) | |
download | pkgsrc-a4dca0bf59bd7fd5ed233d9fc882fd1a501db6a3.tar.gz |
Changes 5.3.0.1:
*** Security Fix ***
Changes 5.3:
*** Important Notes ***
Several very significant changes have been made in Net-SNMP for this
release that warrant special attention.
- shared library version number no longer matches the release number. We
now follow the versioning scheme recommended by libtool. For the 5.3
release this means that the libraries now have a SONAME ending with
".so.10", e.g. libnetsnmp.so.10.
- snmpd has not been truncating log files at startup, as documented in
the man pages, for a while now. This default behaviour has been restored.
Please use the '-A' flag if you want to continue appending to your log
files at startup.
- snmptrapd will no longer accept all traps by default. It must be
configured with authorized SNMPv1/v2c community strings and/or SNMPv3
users. Non-authorized traps/informs will be dropped.
- Due to a copyright statement that didn't allow modifications,
snmpnetstat has been completely rewritten. The new version now
accepts the same command-line options as the other tools, which
has introduced a number of incompatible changes. However, it
does now finally support SNMPv3.
Diffstat (limited to 'net/net-snmp/patches/patch-aa')
-rw-r--r-- | net/net-snmp/patches/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/net-snmp/patches/patch-aa b/net/net-snmp/patches/patch-aa deleted file mode 100644 index 50b37f54575..00000000000 --- a/net/net-snmp/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2004/05/14 13:30:34 adam Exp $ - ---- agent/snmp_agent.c.orig 2004-03-15 23:52:08.000000000 +0000 -+++ agent/snmp_agent.c -@@ -92,6 +92,10 @@ SOFTWARE. - #include <net-snmp/agent/net-snmp-agent-includes.h> - #include <net-snmp/library/snmp_assert.h> - -+#if HAVE_SYSLOG_H -+#include <syslog.h> -+#endif -+ - #ifdef USE_LIBWRAP - #include <tcpd.h> - #include <syslog.h> |