aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp-devel/files
Commit message (Collapse)AuthorAgeFilesLines
* - Garbage collect unfinished repocopy (seven months)Pav Lucistnik2010-01-1959-2163/+0
| | | | | | | OK'ed by: pgollucci (maintainer) Notes: svn path=/head/; revision=248176
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - Fix build on CURRENTMartin Wilke2009-04-091-16/+16
| | | | | | | | | PR: 133152 Submitted by: Scot Hetzel <swhetzel@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=231929
* Try to reduce errors/warnings within sctp area.Jun Kuriyama2009-03-075-10/+45
| | | | Notes: svn path=/head/; revision=229636
* Fix counter breakage on 64bit arch.Jun Kuriyama2009-02-211-0/+41
| | | | | | | | Reported by: sem Obtained from: http://sourceforge.net/tracker/index.php?func=detail&aid=2435793&group_id=12694&atid=312694 Notes: svn path=/head/; revision=228770
* Introduce SCTP-MIB patch for FreeBSD.Jun Kuriyama2009-01-258-0/+445
| | | | | | | | | This patch was already submitted to upstream. Submitted by: rrs Notes: svn path=/head/; revision=226846
* Fix typo from upstream svn.Jun Kuriyama2009-01-251-3/+12
| | | | Notes: svn path=/head/; revision=226845
* Reduce build warnings.Jun Kuriyama2009-01-253-0/+54
| | | | Notes: svn path=/head/; revision=226844
* Cleanup system specific header file modifications.Jun Kuriyama2009-01-253-17/+4
| | | | | | | I misunderstood freebsd7.h should define "freebsd6", not "freebsd7" etc. Notes: svn path=/head/; revision=226843
* Unbreak on HEAD after r186119 (L2/L3 table split).Jun Kuriyama2008-12-251-0/+14
| | | | Notes: svn path=/head/; revision=224729
* Upgrade to 5.4.2.1 (includes fix for CVE-2008-4309).Jun Kuriyama2008-11-156-147/+37
| | | | Notes: svn path=/head/; revision=222858
* o squelch registration warnings on startup [1].Jun Kuriyama2008-08-243-19/+25
| | | | | | | | | | o Treat inactive memory as cache like same behavior as before [2]. Submitted by: bms [1], mwlucas [2] PR: ports/126694 [2] Notes: svn path=/head/; revision=219084
* o Make dir /var/agentx for AgnetX sockets [1].Jun Kuriyama2008-08-101-0/+31
| | | | | | | | | o Include zfs mount points for disk reports. Reported by: bms [1] Notes: svn path=/head/; revision=218335
* - Upgrade to 5.4.1.2.Jun Kuriyama2008-07-031-2/+11
| | | | | | | | | | - Fix hrMemorySize.0 MIB value [1]. Submitted by: Helmut Schneider <jumper99@gmx.de> [1] PR: ports/123276 [1] Notes: svn path=/head/; revision=216238
* o Resurrect UCD-SNMP-MIB::memBuffer MIB [1].Jun Kuriyama2008-05-271-0/+39
| | | | | | | | | | | o Add WITH_MFD_REWRITES knob [2] PR: ports/123073 [1] Submitted by: valerio.daelli@gmail.com [1], "Chris" <chris@chrysalisnet.org> via email [2] Notes: svn path=/head/; revision=213733
* Improve upon previous patch (fix to use sysctls instead of KVM toMaxim Sobolev2008-05-144-38/+112
| | | | | | | | | retrieve CPU stats). Use the newer BSD sysctl code already available in the 5.4.x instead of re-enabling the obsolete code from the previous release. Notes: svn path=/head/; revision=213019
* o Fix regression in 5.4.1 - the custom FreeBSD vmstat code is not compiledMaxim Sobolev2008-04-282-0/+38
| | | | | | | | | | | | | | | | | | | in making number of popular OIDs unavailable. o Fix issue with retrieving CPU stats in 6.3-STABLE and upper. The problem is that the cp_time symbol is no longer avaliable in the nevest kernels. Use kern.cp_time sysctl which has been around for 8 years or so, so that it should be present virtually in every FreeBSD version that is able to use modern ports tree (4.x and upper). Sysctl is also better from the security standpoint, as you don't need elevated privileges to get the data. One should probably look at converting few others uses of KVM here, but ENOTIME from me. The patch has been submitted to the vendor. Sponsored by: Sippy Software, Inc., http://www.sippysoft.com Approved by: MAINTAINER Notes: svn path=/head/; revision=212187
* - Remove empty filesPav Lucistnik2008-04-101-0/+0
| | | | Notes: svn path=/head/; revision=211003
* - Remove unused dependency.Jun Kuriyama2008-03-302-38/+11
| | | | | | | | | | | - Remove unused message about WITH_INETADDRESS_HACK knob. - Count inactive memory as cache [1]. PR: ports/116437 [1] Submitted by: rafan [1] Notes: svn path=/head/; revision=210157
* - Repocopy from net-mgmt/net-snmp to net-mgmt/net-snmp53.Jun Kuriyama2008-03-272-0/+0
| | | | | | | | | | | | | | | | | | - Add appropriate CONFLICTS, NO_LATEST_LINK. - Upgrade net-mgmt/net-snmp to 5.4.1 [1]. PR: ports/110969 [1] Submitted by: valerio.daelli@gmail.com [1] This upgrade (5.3.x -> 5.4.1) includes various changes in original sources. If you find something strange (or missing/incorrect MIB values) than 5.3.x, please let me know. And you can choose net-mgmt/net-snmp53 port for old 5.3.x version. Notes: svn path=/head/; revision=209940
* - Repocopy from net-mgmt/net-snmp to net-mgmt/net-snmp53.Jun Kuriyama2008-03-2710-323/+92
| | | | | | | | | | | | | | | | | | - Add appropriate CONFLICTS, NO_LATEST_LINK. - Upgrade net-mgmt/net-snmp to 5.4.1 [1]. PR: ports/110969 [1] Submitted by: valerio.daelli@gmail.com [1] This upgrade (5.3.x -> 5.4.1) includes various changes in original sources. If you find something strange (or missing/incorrect MIB values) than 5.3.x, please let me know. And you can choose net-mgmt/net-snmp53 port for old 5.3.x version. Notes: svn path=/head/; revision=209939
* - Fix IPv6 handling for libwrap (1).Jun Kuriyama2008-01-115-25/+71
| | | | | | | | | | | - Show IPv4 port number as unsigned instead of signed in /var/log/snmpd.log. - Treat physmem as u_long, not int. This fixes hrMmemorySize over 4GB. Submitted by: ume (1) Pointy hat to: kuriyama (1) Notes: svn path=/head/; revision=205472
* Upgrade to 5.3.2.Jun Kuriyama2008-01-096-195/+5
| | | | Notes: svn path=/head/; revision=205313
* o Add a patch for CVE-2007-5846, and add an entry for vuxml.Jun Kuriyama2007-11-142-0/+120
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=202696
* - Support multiple files in ${snmp_conffile} variable (1).Jun Kuriyama2007-10-271-3/+16
| | | | | | | | | | - Update pkg-message to reflect recent rc.conf variable usage. PR: ports/112766 (1) Submitted by: Royce Williams<royce@alaska.net> (1) Notes: svn path=/head/; revision=202126
* - Install freebsd8.h header (unbreak on 8-current).Jun Kuriyama2007-10-242-1/+5
| | | | | | | Probbed by: nork Notes: svn path=/head/; revision=201869
* - Remove "sig_stop=KILL" in snmpd.sh.in. This was introduced whenJun Kuriyama2007-03-252-2/+12
| | | | | | | | | | | | | | | PR ports/63759 was committed (3 years ago). Try to use normal TERM signal for graceful termination [1]. - Increase /bin/ps cache size from 16KB to 120KB. This should fix process counter (ex prCount.1) on the server which has large number of processes [2]. PR: ports/103811 [1], ports/110498 [2] Reported by: Yuri Arabadji <yuri@deepunix.net> [1], Mike Andrews <mandrews@bit0.com> [2] Notes: svn path=/head/; revision=188275
* Add a patch taken from net-snmp's SVN repository to fix embedded PerlMaxime Henrion2007-03-051-2/+15
| | | | | | | | | agents on 64bits architectures, and bump PORTREVISION. Reviewed by: kuriyama (maintainer) Notes: svn path=/head/; revision=186583
* - Fix wrong syscall for Total Memory.Jun Kuriyama2007-03-031-0/+11
| | | | | | | | PR: ports/108126 Submitted by: brd Notes: svn path=/head/; revision=186400
* - Upgrade to 5.3.1 [1].Jun Kuriyama2007-02-2818-399/+23
| | | | | | | | | | | | | | - Add $snmpd_flush_cache knob [2]. - Add conflict with net-snmp-4.* [3]. PR: ports/97673 [1] (but mostly rewritten), ports/106036 [2], ports/103462 [3] Submitted by: Rick van der Zwet <rick@wzoeterwoude.net> [1], "Brian A. Seklecki"<bseklecki@collaborativefusion.com> [2], Mykola Dzham <freebsd@levsha.org.ua> [3] Notes: svn path=/head/; revision=186173
* Add a patch taken from CVS to fix huge memory leaks in the code forMaxime Henrion2007-02-151-0/+36
| | | | | | | | | | embedded Perl agents, and bump PORTREVISION. Reviewed by: pav Approved by: maintainer timeout Notes: svn path=/head/; revision=185231
* Fix -z bug.Norikatsu Shigemura2006-09-231-2/+2
| | | | | | | | Pointed out by: ume Approved by: kuriyama (implicitly) Notes: svn path=/head/; revision=173651
* Add support snmpd_pidfile and snmpd_conffile on rcNG script.Norikatsu Shigemura2006-09-231-3/+28
| | | | | | | | Requested by: nyan, TAKANO Yuji <takachan@running-dog.net> Approved by: kuriyama Notes: svn path=/head/; revision=173643
* Add support for 7-CURRENT.Maxim Sobolev2006-07-261-4/+9
| | | | Notes: svn path=/head/; revision=168776
* Clean up sig_stop values. In most cases this means removing a leading -,Doug Barton2006-07-191-2/+2
| | | | | | | | since rc.subr adds that already. In 3 cases it meant removing a wrongly specified TERM, since that is the default. Notes: svn path=/head/; revision=168253
* - USE_RC_SUBR= filename instead of "yes", this simplies MakefileCheng-Lung Sung2006-05-082-2/+2
| | | | | | | | | | | | (bump PORTREVISION) - remove USE_REINPLACE - rename files/*.sh.sample to files/*.sh.in PR: ports/95851 Submitted by: Rong-En Fan Notes: svn path=/head/; revision=161674
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-202-2/+0
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - Upgrade to 5.2.2.Jun Kuriyama2005-11-3011-363/+121
| | | | | | | | | | - Return more appropriate values for hrSWRunType (1) PR: ports/86572 (1) Submitted by: wollman (1) Notes: svn path=/head/; revision=149996
* Remove already-merged-patch.Jun Kuriyama2005-07-181-136/+0
| | | | | | | | | PR: ports/83643 Submitted by: leeym Noticed by: rehula@yahoo-inc.com Notes: svn path=/head/; revision=139483
* - Unbreak on 7-current.Jun Kuriyama2005-07-172-0/+15
| | | | | | | Prodded by: jhb Notes: svn path=/head/; revision=139401
* - Fix negative integers on 64bit platforms [1].Jun Kuriyama2005-07-132-32/+141
| | | | | | | | | | | | | | | - Upgrade to 5.2.1.2 and portlint fixes [2]. - Fix security problem in local/fixproc script [3]. PR: ports/82148 [1], ports/83058 [2] Submitted by: Deomid Ryabkov <myself@rojer.pp.ru> [1], Renato Botelho <freebsd@galle.com.br> [2], remko [3] References: http://vuxml.freebsd.org/3e0072d4-d05b-11d9-9aed-000e0c2e438a.html [3] Obtained from: http://cvs.sourceforge.net/viewcvs.py/net-snmp/net-snmp/local/fixproc?r1=5.0&r2=5.0.6.1&diff_format=u [3] Notes: svn path=/head/; revision=139016
* Fix the problem which cannot get ifPhysAddress value.Jun Kuriyama2005-04-071-0/+293
| | | | | | | | | | It seems agent/mibgroups/mibII/interfaces.c switched to use new USE_SYSCTL_IFLIST knob but this does not support ifPhysAddress. This patch uses old get_phys_address() function from new code. Notes: svn path=/head/; revision=132662
* (1) Fix memory leak by connections from <UNKNOWN>.Jun Kuriyama2005-03-222-2/+58
| | | | | | | | | | | | (2) Take care of large counters on 64bit platforms. PR: ports/78807 (1) Submitted by: Andriy Gapon <avg@icyb.net.ua> (1), Peter Losher <Peter_Losher@isc.org> (2) Approved by: portmgr (marcus) Notes: svn path=/head/; revision=131884
* - Remove 0 sized patchfile.Jun Kuriyama2005-02-051-0/+0
| | | | | | | Reported by: sem Notes: svn path=/head/; revision=128074
* - Update to 5.2.1.Jun Kuriyama2005-01-2529-19/+346
| | | | | | | | - Add a patch to fix memory leak (SF bugs #1103644). - Add WITH_DMALLOC knob (with a lot of patches to fix #include order). Notes: svn path=/head/; revision=127345
* - Add missing patch files in previos commitJun Kuriyama2004-12-084-0/+46
| | | | | | | | | | | (patch-interface_ioctl.c, patch-ucd_snmp.h). - Add missing backward compatibility simbols for usmAES{192,256}PrivProtocol (patch-snmpusm.c, patch-transform_oids.h). PR: ports/74810 Notes: svn path=/head/; revision=123454
* Remove empty patches.Kirill Ponomarev2004-12-062-0/+0
| | | | Notes: svn path=/head/; revision=123304
* - Upgrade to 5.2.Jun Kuriyama2004-11-2910-135/+109
| | | | | | | | | | | | | | | | - Fix build problem on current (1) - Fix module availability problem on current (2) - Disable perl completely with WITHOUT_PERL knob (3) - Install sample file and improve pkg-message and pkg-plist (4) PR: ports/71071 (1), ports/71522 (2), ports/71315 (3), ports/72779 (4) Submitted by: Matthew Thyer <thyerm@powerband.net.au> (1), Dominic Mitchell <dom@happygiraffe.net> (2), oliver (3), Fumihiko Kimura <jfkimura@yahoo.co.jp> (4) Notes: svn path=/head/; revision=122733
* Fix build on 6-current.Jun Kuriyama2004-09-051-1/+1
| | | | | | | | Submitted by: lofi Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118113
* Unbreak on 6-current.Jun Kuriyama2004-08-312-0/+15
| | | | Notes: svn path=/head/; revision=117747