Subject: CVS commit: pkgsrc/net/net-snmp
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 01/24/2006 22:16:55
Module Name: pkgsrc
Committed By: adam
Date: Tue Jan 24 22:16:55 UTC 2006
Modified Files:
pkgsrc/net/net-snmp: Makefile PLIST buildlink3.mk distinfo options.mk
pkgsrc/net/net-snmp/patches: patch-af patch-ag patch-aj patch-al
patch-am patch-an
Removed Files:
pkgsrc/net/net-snmp/patches: patch-aa patch-ab patch-ac patch-ad
patch-ai patch-ak
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 pkgsrc/net/net-snmp/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/net/net-snmp/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/net/net-snmp/buildlink3.mk
cvs rdiff -r1.18 -r1.19 pkgsrc/net/net-snmp/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/net/net-snmp/options.mk
cvs rdiff -r1.3 -r0 pkgsrc/net/net-snmp/patches/patch-aa \
pkgsrc/net/net-snmp/patches/patch-ac pkgsrc/net/net-snmp/patches/patch-ad
cvs rdiff -r1.5 -r0 pkgsrc/net/net-snmp/patches/patch-ab
cvs rdiff -r1.4 -r1.5 pkgsrc/net/net-snmp/patches/patch-af \
pkgsrc/net/net-snmp/patches/patch-ag
cvs rdiff -r1.2 -r0 pkgsrc/net/net-snmp/patches/patch-ai \
pkgsrc/net/net-snmp/patches/patch-ak
cvs rdiff -r1.2 -r1.3 pkgsrc/net/net-snmp/patches/patch-aj \
pkgsrc/net/net-snmp/patches/patch-am pkgsrc/net/net-snmp/patches/patch-an
cvs rdiff -r1.3 -r1.4 pkgsrc/net/net-snmp/patches/patch-al
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.