Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Kimmo Suominen <kim@netbsd.org>
List: source-changes
Date: 10/13/2000 20:55:36
Module Name:	pkgsrc
Committed By:	kim
Date:		Fri Oct 13 17:55:36 UTC 2000

Modified Files:
	pkgsrc/net/ucd-snmp: Makefile
	pkgsrc/net/ucd-snmp/files: md5 patch-sum
	pkgsrc/net/ucd-snmp/patches: patch-aa patch-ab patch-ac patch-ad
	    patch-ae patch-af patch-ag patch-ah
	pkgsrc/net/ucd-snmp/pkg: PLIST

Log Message:
Update to 4.1.2:

*4.1.2*
 Fixes:
    - Host resources fixes for FreeBSD and NetBSD
    - ucd-snmp memory/vmstat fixes for FreeBSD-3
    - configure --enable-ipv6 fixes
    - AIX fix (use knlist)
    - fix init_master_agent calling exit
    - bad free in subagent.c
    - dont let a agentx subagent be a smux master
    - ucd-snmp/loadave fix for AIX
    - fix doing a set on a pass variable
    - snmptable fixes
    - snmpnetstat fixes for v2c exceptions
    - man page fixes

 Features:
    - Some UnixWare 5 configuration support
    - configure --enable-mini-agent --without-openssl
    - snmptrapd -n
    - snmp_log callbacks
    - noTokenWarnings and noRangeCheck in snmp.conf
    - using a counter type in snmpset/snmptrap

*4.1.1*
 Fixes:
    - Better agent handling of unauthorized requests.
    - Better "make test" support.
    - Misc bug fixes.

*4.1*
 New:
    - Many new command line flags have been added for input/output flexibility.
      (see the snmpcmd(1) manual page on the -O flag and -I flag)
    - The tools support regex matching of oids on the command line.
      (see the snmpcmd(1) manual page on the -Ib option)
    - A ucd-snmp usage tutorial has been placed on the main web page.
      (see http://ucd-snmp.ucdavis.edu/tutorial)
    - snmptable is much smarter and handles sparse tables better.
    - tkmib supports snmpv3.
    - New agent libraries to embed SNMP and AgentX agents into other programs.
      (see the snmp_agent_api(3) manual page and the tutorial)
    - SNMP over TCP is supported.
      (-T TCP on the command lines)
    - OpenSSL has replaced KMT for SHA authentication and DES encryption.
      (Get OpenSSL from http://www.openssl.org/).
    - Some easier-to-use access-control snmpd.conf directives for simple setups.
      (see the snmpd.conf(5) manual page)
    - Easier setup of SNMPv3 support for the agent.
      (see the README.snmpv3 file).
    - Command line argument parsing has been reworked for getopt() use.
      (currently backwards compatible; see the snmpcmd(1) manual page)
    - Table rows with embedded strings are dealt with for both input and output.
      (see the snmpcmd(1) manual on the -Ob flag)
    - Many more snmp.conf directives supported.
      (see the snmp.conf(5) manual page)
    - Many AgentX improvements.
    - All of our distributed mibs have been updated to be SMIv2 compliant.
    - Trap support in the agent has been cleaned up and an API created.

 Perl:
    - Joe Marzot's perl module is now included with the ucd-snmp source.
      (this should help people trying to synchronize the two packages)

 Fixes:
    - SMUX support has been reintegrated into the agent in a better way.
    - Many many others.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 pkgsrc/net/ucd-snmp/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/net/ucd-snmp/files/md5
cvs rdiff -r1.6 -r1.7 pkgsrc/net/ucd-snmp/files/patch-sum
cvs rdiff -r1.10 -r1.11 pkgsrc/net/ucd-snmp/patches/patch-aa
cvs rdiff -r1.4 -r1.5 pkgsrc/net/ucd-snmp/patches/patch-ab
cvs rdiff -r1.3 -r1.4 pkgsrc/net/ucd-snmp/patches/patch-ac \
    pkgsrc/net/ucd-snmp/patches/patch-ad
cvs rdiff -r1.2 -r1.3 pkgsrc/net/ucd-snmp/patches/patch-ae \
    pkgsrc/net/ucd-snmp/patches/patch-af pkgsrc/net/ucd-snmp/patches/patch-ag
cvs rdiff -r1.1 -r1.2 pkgsrc/net/ucd-snmp/patches/patch-ah
cvs rdiff -r1.7 -r1.8 pkgsrc/net/ucd-snmp/pkg/PLIST

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