aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp-devel
Commit message (Collapse)AuthorAgeFilesLines
* o Add a patch for CVE-2007-5846, and add an entry for vuxml.Jun Kuriyama2007-11-143-1/+121
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=202696
* - Support multiple files in ${snmp_conffile} variable (1).Jun Kuriyama2007-10-273-5/+19
| | | | | | | | | | - 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-244-2/+7
| | | | | | | Probbed by: nork Notes: svn path=/head/; revision=201869
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-031-1/+1
| | | | Notes: svn path=/head/; revision=200763
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Remove "sig_stop=KILL" in snmpd.sh.in. This was introduced whenJun Kuriyama2007-03-253-3/+13
| | | | | | | | | | | | | | | 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-052-3/+16
| | | | | | | | | 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-032-1/+12
| | | | | | | | PR: ports/108126 Submitted by: brd Notes: svn path=/head/; revision=186400
* - Upgrade to 5.3.1 [1].Jun Kuriyama2007-02-2821-409/+40
| | | | | | | | | | | | | | - 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-152-1/+37
| | | | | | | | | | 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-232-3/+3
| | | | | | | | 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-232-4/+29
| | | | | | | | Requested by: nyan, TAKANO Yuji <takachan@running-dog.net> Approved by: kuriyama Notes: svn path=/head/; revision=173643
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-1/+1
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* Add support for 7-CURRENT.Maxim Sobolev2006-07-262-5/+10
| | | | Notes: svn path=/head/; revision=168776
* - Upgrade to 5.2.3.Jun Kuriyama2006-07-203-5/+6
| | | | Notes: svn path=/head/; revision=168296
* 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-084-23/+8
| | | | | | | | | | | | (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
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+8
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* 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
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Upgrade to 5.2.2.Jun Kuriyama2005-11-3014-369/+133
| | | | | | | | | | - Return more appropriate values for hrSWRunType (1) PR: ports/86572 (1) Submitted by: wollman (1) Notes: svn path=/head/; revision=149996
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Remove already-merged-patch.Jun Kuriyama2005-07-182-139/+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-173-0/+16
| | | | | | | Prodded by: jhb Notes: svn path=/head/; revision=139401
* - Fix negative integers on 64bit platforms [1].Jun Kuriyama2005-07-134-52/+159
| | | | | | | | | | | | | | | - 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
* don't install perl stuff when WITHOUT_PERL is set - even when perl is installedOliver Lehmann2005-05-281-2/+5
| | | | | | | | PR: ports/80675 Approved by: maintainer timeout (23 days) Notes: svn path=/head/; revision=136320
* Fix the problem which cannot get ifPhysAddress value.Jun Kuriyama2005-04-072-1/+294
| | | | | | | | | | 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-223-3/+59
| | | | | | | | | | | | (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-2532-24/+358
| | | | | | | | - 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
* Update maintainer's note to record ports which should be bumped afterJun Kuriyama2004-12-091-1/+1
| | | | | | | shlib version bump. Notes: svn path=/head/; revision=123525
* - Add missing patch files in previos commitJun Kuriyama2004-12-085-0/+47
| | | | | | | | | | | (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-2914-145/+209
| | | | | | | | | | | | | | | | - 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-053-1/+3
| | | | | | | | 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
* Remove NO_LATEST_LINK.Jun Kuriyama2004-08-311-1/+0
| | | | | | | Suggested by: obrien Notes: svn path=/head/; revision=117715
* Add a hack to unbreak on releng4.Jun Kuriyama2004-08-111-29/+32
| | | | Notes: svn path=/head/; revision=115912
* - Upgrade to 5.1.2.Jun Kuriyama2004-08-1116-432/+659
| | | | | | | Numerous patches are integrated into this release. Notes: svn path=/head/; revision=115888
* Update to follow new rc.d/localpkg order.Jun Kuriyama2004-07-273-5/+5
| | | | | | | Obtained from: mtm Notes: svn path=/head/; revision=114824
* Add patch_depends on libttol.Jun Kuriyama2004-06-241-0/+1
| | | | | | | Reported by: "Grover Lines" <grover@ceribus.net> Notes: svn path=/head/; revision=112102
* o Try to use modern autotools.Jun Kuriyama2004-06-234-70/+42
| | | | | | | | | | | o Fix typo about WITHOUT_PERL knob. (1) o Unbreak on -current after mbuf allocator changes. (2) Submitted by: ceri (1) Complained from: many people (2) Notes: svn path=/head/; revision=112029
* INSTALL[<space><tab>] fix.Jun Kuriyama2004-06-141-1/+1
| | | | | | | Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=111438
* Unbreak on 5.0.Jun Kuriyama2004-05-131-4/+4
| | | | | | | My mbuf statistics code works only after 5.1-REL. Notes: svn path=/head/; revision=109092
* Prevent error in snmpconf script with recent perl.Jun Kuriyama2004-05-122-2/+11
| | | | | | | Reported by: daver@vicor.com (Pomegranate) Notes: svn path=/head/; revision=108964
* Add mbuf cluster statistics.Jun Kuriyama2004-05-053-83/+97
| | | | Notes: svn path=/head/; revision=108433
* Restore mbuf statistics support on recent 5.x.Jun Kuriyama2004-05-042-12/+180
| | | | | | | To retrieve these values, check hrStorageUsed or hrStorageSize. Notes: svn path=/head/; revision=108350
* Don't remove a directory we didn't installKris Kennaway2004-04-191-1/+0
| | | | Notes: svn path=/head/; revision=107554