summaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp53
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue with retrieving CPU stats in 6.3-STABLE and upper. The problemsobomax2008-04-282-1/+23
| | | | | | | | | | | | 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. Approved by: MAINTAINER
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-191-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Fix $CONFLICTS entry for ucd-snmp-4.* packages.kuriyama2008-03-291-2/+2
| | | | | PR: ports/118875 Submitted by: Volker Werth <volker@vwsoft.com>
* - Repocopy from net-mgmt/net-snmp to net-mgmt/net-snmp53.kuriyama2008-03-271-1/+2
| | | | | | | | | | | | | | | - 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.
* - Fix IPv6 handling for libwrap (1).kuriyama2008-01-116-26/+72
| | | | | | | | - 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)
* Upgrade to 5.3.2.kuriyama2008-01-099-202/+16
|
* o Add a patch for CVE-2007-5846, and add an entry for vuxml.kuriyama2007-11-143-1/+121
| | | | Approved by: portmgr (marcus)
* - Support multiple files in ${snmp_conffile} variable (1).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)
* - Install freebsd8.h header (unbreak on 8-current).kuriyama2007-10-244-2/+7
| | | | Probbed by: nork
* Remove support for OSVERSION < 5edwin2007-10-031-1/+1
|
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2
| | | | | PR: ports/116639 Submitted by: aDe
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-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)
* - Remove "sig_stop=KILL" in snmpd.sh.in. This was introduced whenkuriyama2007-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]
* Add a patch taken from net-snmp's SVN repository to fix embedded Perlmux2007-03-052-3/+16
| | | | | | agents on 64bits architectures, and bump PORTREVISION. Reviewed by: kuriyama (maintainer)
* - Fix wrong syscall for Total Memory.kuriyama2007-03-032-1/+12
| | | | | PR: ports/108126 Submitted by: brd
* - Upgrade to 5.3.1 [1].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]
* Add a patch taken from CVS to fix huge memory leaks in the code formux2007-02-152-1/+37
| | | | | | | embedded Perl agents, and bump PORTREVISION. Reviewed by: pav Approved by: maintainer timeout
* Fix -z bug.nork2006-09-232-3/+3
| | | | | Pointed out by: ume Approved by: kuriyama (implicitly)
* Add support snmpd_pidfile and snmpd_conffile on rcNG script.nork2006-09-232-4/+29
| | | | | Requested by: nyan, TAKANO Yuji <takachan@running-dog.net> Approved by: kuriyama
* Add support for DESTDIR part I.erwin2006-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
* Add support for 7-CURRENT.sobomax2006-07-262-5/+10
|
* - Upgrade to 5.2.3.kuriyama2006-07-203-5/+6
|
* Clean up sig_stop values. In most cases this means removing a leading -,dougb2006-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.
* - USE_RC_SUBR= filename instead of "yes", this simplies Makefileclsung2006-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
* Conversion to a single libtool environment.ade2006-02-232-3/+8
| | | | Approved by: portmgr (kris)
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-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.
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Upgrade to 5.2.2.kuriyama2005-11-3014-369/+133
| | | | | | | - Return more appropriate values for hrSWRunType (1) PR: ports/86572 (1) Submitted by: wollman (1)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Remove already-merged-patch.kuriyama2005-07-182-139/+0
| | | | | | PR: ports/83643 Submitted by: leeym Noticed by: rehula@yahoo-inc.com
* - Unbreak on 7-current.kuriyama2005-07-173-0/+16
| | | | Prodded by: jhb
* - Fix negative integers on 64bit platforms [1].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]
* don't install perl stuff when WITHOUT_PERL is set - even when perl is installedoliver2005-05-281-2/+5
| | | | | PR: ports/80675 Approved by: maintainer timeout (23 days)
* Fix the problem which cannot get ifPhysAddress value.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.
* (1) Fix memory leak by connections from <UNKNOWN>.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)
* - Remove 0 sized patchfile.kuriyama2005-02-051-0/+0
| | | | Reported by: sem
* - Update to 5.2.1.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).
* Update maintainer's note to record ports which should be bumped afterkuriyama2004-12-091-1/+1
| | | | shlib version bump.
* - Add missing patch files in previos commitkuriyama2004-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
* Remove empty patches.krion2004-12-062-0/+0
|
* - Upgrade to 5.2.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)
* Fix build on 6-current.kuriyama2004-09-053-1/+3
| | | | | Submitted by: lofi Approved by: portmgr (marcus)
* Unbreak on 6-current.kuriyama2004-08-312-0/+15
|
* Remove NO_LATEST_LINK.kuriyama2004-08-311-1/+0
| | | | Suggested by: obrien
* Add a hack to unbreak on releng4.kuriyama2004-08-111-29/+32
|
* - Upgrade to 5.1.2.kuriyama2004-08-1116-432/+659
| | | | Numerous patches are integrated into this release.
* Update to follow new rc.d/localpkg order.kuriyama2004-07-273-5/+5
| | | | Obtained from: mtm
* Add patch_depends on libttol.kuriyama2004-06-241-0/+1
| | | | Reported by: "Grover Lines" <grover@ceribus.net>
* o Try to use modern autotools.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)
OpenPOWER on IntegriCloud