Subject: CVS commit: pkgsrc/net/net-snmp
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 08/11/2007 11:05:58
Module Name:	pkgsrc
Committed By:	adam
Date:		Sat Aug 11 11:05:58 UTC 2007

Modified Files:
	pkgsrc/net/net-snmp: Makefile PLIST distinfo
	pkgsrc/net/net-snmp/patches: patch-ac patch-af patch-dc patch-de
	    patch-ea patch-ei
Removed Files:
	pkgsrc/net/net-snmp/patches: patch-aj patch-dj patch-dt

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


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 pkgsrc/net/net-snmp/Makefile
cvs rdiff -r1.15 -r1.16 pkgsrc/net/net-snmp/PLIST
cvs rdiff -r1.39 -r1.40 pkgsrc/net/net-snmp/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/net/net-snmp/patches/patch-ac
cvs rdiff -r1.10 -r1.11 pkgsrc/net/net-snmp/patches/patch-af
cvs rdiff -r1.3 -r0 pkgsrc/net/net-snmp/patches/patch-aj
cvs rdiff -r1.3 -r1.4 pkgsrc/net/net-snmp/patches/patch-dc \
    pkgsrc/net/net-snmp/patches/patch-de pkgsrc/net/net-snmp/patches/patch-ea
cvs rdiff -r1.2 -r0 pkgsrc/net/net-snmp/patches/patch-dj
cvs rdiff -r1.5 -r0 pkgsrc/net/net-snmp/patches/patch-dt
cvs rdiff -r1.2 -r1.3 pkgsrc/net/net-snmp/patches/patch-ei

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.