summaryrefslogtreecommitdiff
path: root/net/ucd-snmp/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-03-29Remove ucd-snmp package, which is outdated, insecure, and now unused incube1-100/+0
pkgsrc since gkrellm1-snmp conversion to net-snmp.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-19Add #include <des.h> to make this compile again with current.christos1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-4/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-07-30Convert to the bsd.pkg.install.mk framework:jmmv1-9/+10
- Honour PKG_SYSCONFDIR. - Use RCD_SCRIPTS to automatically handle rc.d scripts. Also convert the two installed rc.d scripts to the rc.subr framework (keeping some compatibility if not present). Bump PKGREVISION to 1.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-01-04Add perl build dependency.wiz1-1/+3
2002-10-02autoconf dependency not needed -- we already have a configure.wiz1-4/+1
While here, delete unnecessary parts of said configure patch.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-38/+45
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-06-17Remove another USE_SSL comment.wiz1-2/+2
2002-05-25Enable memory and VM statistic under NetBSD. This fixes PR pkg/14438tron1-4/+9
by Scott Presnell.
2002-05-25Remove debugging statement committed by accident.tron1-2/+1
2002-05-25Wrap unnecessary long line.tron1-2/+4
2002-04-11Record conflict with "net-snmp-current" package.tron1-1/+3
2002-04-09upgrade to 4.2.4.itojun1-3/+2
release note: http://sourceforge.net/project/shownotes.php?release_id=83551
2002-02-14Add work arround for build problems under NetBSD-i386 1.5.1, 1.5.2 andtron1-7/+7
early 1.5.3 alpha versions caused by an error in "sys/disklabel.h"
2002-02-13Update "ucd-snmp" package to version 4.2.3nb1:tron1-7/+29
- Replace with contents of "ucd-snmp-current" package to fix various security problems. - Add patch sent to "bugtraq" by Juan M. de la Torre to fix buffer overflow in "snmpnetstat" client.
2001-09-24Put a "@" in front of the recently added "${LN}" command so that thetron1-2/+2
"post-extract" target is quiet again.
2001-09-24Fix build problem under NetBSD-current. Patch supplied by Naoto Shimazakitron1-1/+2
in PR pkg/14045.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-4/+2
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-05Undo part of 1.30 (which must have been an error). pkg/12334.wiz1-2/+2
2001-03-04remove obsoleted PATCH_SITES section. the kame patch is already integrateditojun1-5/+1
into ucd-snmp distribution.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-3/+3
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-3/+3
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-31use MASTER_SITE_SOURCEFORGE for better reachabilityhubertf1-2/+2
2001-01-26 * Fix rc.d scriptshubertf1-5/+15
* support HOST-RESOURCES MIB Patch submitted by Greg A. Woods <woods@weird.com> in PR 12043
2000-12-16Make rc.d script handle stop/start/restarthubertf1-6/+4
2000-12-04ucd-snmp moved to sourceforge. PR 11592.itojun1-3/+4
2000-11-05Fix the scotty mips path.veego1-2/+2
Should we add a depends line for scotty?
2000-10-13Add a startup script.kim1-1/+6
2000-10-13Update to 4.1.2:kim1-6/+7
*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.
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz1-2/+3
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-01-24Be friendly with ELF-based netbsd systems.itojun1-2/+7
(issue in ucd-snmp side - submitted diff to ucd-snmp-coders@ucdavis) depend on devel/autoconf, to simplify the build. ELF breakage reported from: "Michael L. Hitch" <mhitch@lightning.msu.montana.edu>
2000-01-23use today's KAME diff.itojun1-2/+2
this should fix non-IPv6 compilation on NetBSd-current node. From: tron
2000-01-23remove explicit PKGNAME (DISNAME == PKGNAME).itojun1-2/+1
include $NetBSD$ into patches.
2000-01-23upgrade ucd-snmp to 4.0.1.itojun1-7/+19
include IPv6 MIB support patch into compilation.
1999-08-15Fix "ucd-snmpd" to return "mib-2.ip.ipAddrTable" and make sure "netbsd1"tron1-1/+7
preprocessor symbol gets defined on NetBSD systems. Patches supplied by Zdenek Salvet in PR pkg/7799.
1999-08-15Make this package build on ELF systems.tron1-4/+1
1999-05-04Build libsnmp as a shared object with libtool. Bump version to "...p1".tv1-22/+13
1999-04-21Previous workaround for dynamically linking against libwrap but not usingabs1-13/+1
any functions does not appear to work anymore. Modify config to only use libwrap in for the snmpd agent (which fixes it in a more 'clean' fashion.
1999-04-05Update to V3.6.1, as sent in in PR 7322 by Greg A. Woods <woods@planix.com>hubertf1-17/+39
Changes: - 3.6.1 is a bugfix release - This package uses NetBSD's libwrap
1999-03-07Update to V3.6hubertf1-3/+3
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1998-10-07Update ucd-snmp, an extensible Simple Network Management Protocolagc1-3/+3
implementation, to version 3.5.3. This is a bug-fix release, with no added functionality.