diff options
author | adam <adam@pkgsrc.org> | 2007-08-11 11:05:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-08-11 11:05:56 +0000 |
commit | d695e6ce903eb6e9eb1222ac027a4d8ba4690a40 (patch) | |
tree | e3f7c2cf64f00f977d0c2bbcc09afc16f896abc4 /net/net-snmp/PLIST | |
parent | 77b10afd2b06b5b817a7f4bdf638991db473f8f1 (diff) | |
download | pkgsrc-d695e6ce903eb6e9eb1222ac027a4d8ba4690a40.tar.gz |
Chagesn 5.4.1:
snmplib:
- [BUG 1619827]: link libraries against needed external libraries
- [PATCH 1616912]: fix memory leak in UDP transport code
- [PATCH 1592706]: fix memory leak when cloning varbinds
- Change snmp_sess_add_ex to consistently close and delete the
transport argument on failure, earlier the liveness of the
transport argument was undecided.
snmpd:
- [BUG 1558823]: fix ipAddressTable memory leak
- [BUG 1596638]: fix memory leak in ipCidrRouteTable, inetCidrRouteTable
- [BUG 1611524]: fix tcp connection table file descriptor leak
- handle row deletion issues in dataset tables
- [BUG 1712988]: default and configurable maximum number of
varbinds returnable to a GETBULK request.
- [PATCH 1666737]: include ipv6 counts in
udpInDatagrams, udpNoPorts, udpInErrors, udpOutDatagrams
- [PATCH 1700157]: fixes ordering of exec tokens in the resulting mib tree
- [PATCH 1719253]: fix skipNFSInHostResources so it does not break on the
second walk of the table.
perl:
- link Perl modules against the exact set of libraries needed
- [BUG 1619827]: properly link against libperl when configured with --enable-as-needed
- [PATCH 1725049]: fix bulkwalk in cases of non-repeater
python:
- [PATCH 1716114]: Let python build in the Net-SNMP source tree
MacOSX:
- [PATCH 1600522]: CPU Hardware Abstraction Layer (HAL)
implementation for mach/darwin
- IF-MIB rewrite now enabled by default
Win32:
- fix AES support
- [PATCH 1706344]: fix compilation with cygwin
IRIX:
- [PATCH 1709748]: Optimized IRIX cpu stats
AIX:
- Fix default shared library building instead of forcing static use
FreeBSD:
- [BUG 1633483]: Support CPU HAL on FreeBSD4.x
Diffstat (limited to 'net/net-snmp/PLIST')
-rw-r--r-- | net/net-snmp/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/net-snmp/PLIST b/net/net-snmp/PLIST index 785c77a0f2b..2bd45250f6d 100644 --- a/net/net-snmp/PLIST +++ b/net/net-snmp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2007/02/05 12:06:16 adam Exp $ +@comment $NetBSD: PLIST,v 1.16 2007/08/11 11:05:56 adam Exp $ bin/encode_keychange bin/fixproc bin/ipf-mod.pl @@ -58,6 +58,8 @@ include/net-snmp/agent/serialize.h include/net-snmp/agent/set_helper.h include/net-snmp/agent/snmp_agent.h include/net-snmp/agent/snmp_vars.h +include/net-snmp/agent/stash_cache.h +include/net-snmp/agent/stash_to_next.h include/net-snmp/agent/table.h include/net-snmp/agent/table_array.h include/net-snmp/agent/table_container.h |