2008-04-13 00:43:15 by Johnny C. Lam | Files touched by this commit (370) |
Log message:
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
|
2008-01-03 20:10:10 by Stoned Elipot | Files touched by this commit (3) |
Log message:
Fix floating point exception on NetBSD/sparc64 by applying the same
fix (and error checking) on
agent/mibgroup/hardware/memory/memory_netbsd.c:netsnmp_mem_arch_load()
via new patch file patch-ah as the one applied on
agent/mibgroup/ucd-snmp/memory_netbsd1.c:var_extensible_mem() by
patch file patch-es. Sorry I missed this in november 2006...
Bump PKGREVISION to 1.
|
2008-01-03 19:18:30 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Fix build on older DragonFly.
|
2007-11-23 22:29:17 by Adrian Portelli | Files touched by this commit (1) |
Log message:
Fix builds on Darwin 9.*
Goes part way to address PR# 37405
See http://net-snmp.sourceforge.net/docs/README.osX.html for hints on this.
|
2007-11-20 08:51:35 by David Sainty | Files touched by this commit (1) |
Log message:
If the "ssl" option is not present, inhibit SSL support by configuring
with --without-openssl. Corrects package build on systems with
non-Pkgsrc OpenSSL installations. Fixes breakage under Linux.
|
2007-11-12 22:06:17 by Adrian Portelli | Files touched by this commit (1) |
Log message:
Make sure snmp_perl.pl is installed
|
2007-11-12 00:59:23 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove ftp.net-smnp.org from MASTER_SITES, doesn't resolve.
|
2007-08-12 15:36:38 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Remove dragonfly.h, it is included upstream now.
Restore patch-dt (MIB_SYSTEM_LIBS), still needed for DragonFly.
|
2007-08-11 13:05:58 by Adam Ciarcinski | Files touched by this commit (12) |
Log message:
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
|
2007-08-11 01:37:03 by Stoned Elipot | Files touched by this commit (3) |
Log message:
Fix build on NetBSD-current which dropped MFSNAMELEN: pretend this CPP macro
is still there.
Bump PKGREVISION to 2.
|