summaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp53
Commit message (Collapse)AuthorAgeFilesLines
* Add an extra flag, WITH_INETADDRESS_HACK. Enabling this flag for build willbms2004-01-032-0/+140
| | | | | | | | | | | | cause InetAddress and InetAddressType OIDs to be handled specially during presentation. Normally they are simply displayed as hex due to being octet-strings, but this is not how they are intended to be presented. This allows IPv6 addresses to be presented correctly, as well as IPv4 in emerging and existing MIBs which use the new InetAddress type. Reviewed by: kuriyama, fenner Tested with: snmpwalk, mbrowse
* Fix parsing when "file <filename>" directive is used in snmpd.confkuriyama2003-12-252-0/+25
| | | | without maxfilesize column.
* Fix plist.kuriyama2003-12-213-7/+23
| | | | | PR: ports/60423 Submitted by: leeym
* Unbreak on 4-stable (actually gcc-2.95).kuriyama2003-11-181-4/+12
| | | | Reported by: krion, Mike Harding <mvh@ix.netcom.com>
* o Upgrade to 5.1 (bump shlib major to 6, use autoconf257).kuriyama2003-11-1812-102/+225
| | | | | | | | o Add ${NET_SNMP_MIB_MODULES} which is "host smux ucd-snmp/diskio" by default. o Remove unused variables. o Update various local patches around {tcp,udp}Table and hr_{storage,system}.
* o Replace spaces with tab to make portlint happy.kuriyama2003-11-121-13/+14
| | | | | | | | o Pass --with-defaults to configure explicitly because we specify all default values as variables. Submitted by: Lars Thegler <lars@thegler.dk> PR: ports/59086
* o Add WITHOUT_PERL knob (and unbreak at unusual variable situation).kuriyama2003-10-313-46/+58
| | | | | | | | o Fix pkg-message message. PR: ports/56716, ports/58109 Submitted by: Vivek Khera <khera@kcilink.com>, Matt Peterson <matt@peterson.org>
* Ues USE_RC_SUBR knob.kuriyama2003-09-111-7/+1
| | | | Approved by: marcus
* Upgrade to 5.0.9.kuriyama2003-09-063-32/+40
| | | | | | | | Convert to use rc.subr script. Heads up! Variable name in /etc/rc.conf is changed to $snmpd_enable and $snmpd_flags. Old variables are imported for transition.
* o Move perllocal.pod tweak from post-configure to post-build.kuriyama2003-08-233-2/+14
| | | | | | | | | Because Makefile for perl is created at build stage. [1] o Install freebsd5.h which I added in previous commit [2]. PR: ports/55729 [2] Submitted by: Pat Lashley <patl+freebsd@volant.org> [2], kuriyama [1]
* o Fix not to define "freebsd[234]" definition on freebsd5 environment.kuriyama2003-08-165-19/+118
| | | | | | | | o Fix related patch to fit freebsd5 environment. o Implement tcp.tcpCurrEstab to return correct value. PR: ports/54551 Submitted by: sub_0@netcabo.pt
* libtool uber-patchade2003-06-262-5/+7
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Installs perl modules.kuriyama2003-04-222-0/+52
| | | | | Submitted by: tobez PR: ports/50780
* Upgrade to 5.0.8.kuriyama2003-03-299-83/+65
| | | | Partially submitted by: demon
* de-pkg-comment.kuriyama2003-02-222-1/+1
|
* Unbreak after __FreeBSD_version >= 500101.kuriyama2003-02-192-0/+29
|
* Half of these ones missed yesterday while converting to USE_REINPLACE.edwin2002-11-041-0/+1
| | | | | | The other half needs perl to build. Noticed on bento and others (full mailbox :-)
* PERL -> REINPLACEedwin2002-11-041-1/+3
| | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento
* Upgrade to 5.0.6.kuriyama2002-10-067-16/+37
|
* HEADS UP: After this commit, snmpd is not enabled by default.kuriyama2002-09-174-9/+60
| | | | | | | | | See pkg-message for details. * Use /etc/rc.conf variables to control snmpd invocation. * Add some make variables to set default values. Requested by: many people :-)
* Add a patch to show enterprises.ucdavis.dskTable.dskEntry.dskPercentNodekuriyama2002-08-292-0/+33
| | | | | | mibs on our system. Submitted by: Donal Diamond <donal.diamond@eircom.net>
* Upgrade to 5.0.3.kuriyama2002-08-034-15/+7
|
* Fix enumeration after interface without address.kuriyama2002-07-292-1/+17
| | | | | Submitted by: billf PR: ports/28717
* o Fix string representation of IPv6 address for libwrap's addresskuriyama2002-07-254-0/+74
| | | | | | | | matching. o Add a note that numeric address is required for snmpd in /etc/hosts.allow. Guided by: ume
* Upgrade to 5.0.2.kuriyama2002-07-226-65/+42
| | | | Remove statvfs hack.
* Fix plist.kuriyama2002-07-062-3/+3
| | | | | | PR: ports/39874, ports/40229 Submitted by: Edwin Groothuis <edwin@mavetju.org>, James Flemer <jflemer@acm.jhu.edu>
* Fix breakage on latest -current.kuriyama2002-06-241-4/+57
| | | | | | | | | This breakage is caused because: o struct statvfs is defined and statvfs() function is declared. o statvfs() function is not yet implemented. So detection of statvfs related is commented out until function will be implemented.
* Don't chmod to 644 directories.kuriyama2002-06-241-5/+5
| | | | Submitted by: Mark Pulford <markp@FreeBSD.org>
* (1) Support IPv6 transport.kuriyama2002-05-252-2/+9
| | | | | | | | (2) Install snmpd.sh.sample and also install snmpd.sh if not exist. (not yet completed as pkg_add case) Requested by: ume, Katsuhisa ABE <katsuhisa.abe@nifty.com> (1) Vince Valenti <vince@blue-box.net> (2)
* Link with libkvm explicitly to unbreak build on 4-stable.kuriyama2002-05-171-1/+1
| | | | Reported by: many
* Upgrade to 5.0.1.kuriyama2002-05-1510-188/+264
| | | | | | | Maintainer note: I have not yet checked this major version bump enough. Please use net/net-snmp4 port for stable environment. And please report any problem with this version.
* Upgrade to 4.2.5.kuriyama2002-05-072-3/+2
|
* I've mistaken the treatment of --with-mib-modules configure argumentkuriyama2002-04-101-5/+3
| | | | | | | | with multiple modules. With this fix, both of host and ucd-snmp/diskio modules are activated. Spotted by: Alexandr Listopad <laa@laa.zp.ua>
* Upgrade to 4.2.4.kuriyama2002-04-0911-147/+39
| | | | | Some of our patches are integrated into original distribution. Enable diskio mib-module by default.
* kuriyama-san has been doing a much better job at maintaining this thenbillf2002-04-041-1/+1
| | | | i've been doing. switch maintainership over to him.
* Use tab instead of space.kuriyama2002-04-041-1/+1
| | | | Spotted by: portlint
* Remove tkmib from installation.kuriyama2002-04-044-9/+12
| | | | | | | This program will be provided as separated port which depends on p5-Tk and p5-SNMP. PR: ports/19281
* Fix MASTER_SITES.kuriyama2002-03-251-1/+1
| | | | | PR: ports/36247 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Make this port $PREFIX clean.kuriyama2002-03-222-4/+7
| | | | | PR: ports/34551 Submitted by: Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp>
* Return correct memory size when over 2G.kuriyama2002-03-072-1/+12
| | | | | PR: ports/35352 Submitted by: Steve Shorter <steve@nomad.tor.lets.net>
* Add TCP Wrappers support.anders2002-02-241-1/+2
| | | | Silence by: billf
* o Add WITH_SNMP_DISKIO knob to collect diskio statistics (will turn on bykuriyama2002-02-154-0/+59
| | | | | | default after some period). o Support 4.x and 5.x for host/hr_disk.c. o Add simple patch to wrap function decraration in HAVE_LPSTAT correctly.
* Update 4.2.1 -> 4.2.3nectar2002-01-215-9/+58
|
* First round of auto* cleanups:will2002-01-061-1/+1
| | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
* Handle mbuf statistics going away temporarily aroundfenner2001-10-141-0/+39
| | | | | | | __FreeBSD_version 500021. Leave a placeholder for reporting using the new method added around __FreeBSD_version 500024. (This fixes the build on -current.)
* fix spelling errorbillf2001-08-101-1/+1
| | | | Submitted by: Bruce Dang <btdang@home.com> via IRC
* Upgrade to 4.2.1.kuriyama2001-05-108-329/+15
|
* Treat shlib number and libtool as our way.kuriyama2001-02-083-7/+20
| | | | Approved by: maintainer
* Add work around not to dumps core to access host resources.kuriyama2001-02-021-8/+12
| | | | Sorry for my commit bloat...
* Revert $PORTNAME change.kuriyama2001-02-021-2/+1
|
OpenPOWER on IntegriCloud