aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* ${SED} -i.bak is better spelled as ${REINPLACE_CMD}Matthew Seaman2015-04-081-1/+1
| | | | | | | Submitted by: danfe Notes: svn path=/head/; revision=383563
* I've had reports from colleagues of check_postgres not finding psqlMatthew Seaman2015-04-082-1/+15
| | | | | | | | when run via nrpe. Hardcode the directory (${LOCALBASE}/bin) expected to contain the postgres client and other binaries. Notes: svn path=/head/; revision=383562
* Update MASTER_SITESSteven Kreuzer2015-04-071-1/+1
| | | | Notes: svn path=/head/; revision=383516
* Reconvert to USES=pgsql reverted by mistake in r381383Baptiste Daroussin2015-04-071-2/+2
| | | | | | | Bump portrevision as USE_PGSQL is now doing nothing Notes: svn path=/head/; revision=383506
* Update to 4.6.3Mark Felder2015-04-063-378/+379
| | | | | | | Use PORTVERSION in pkg-plist to limit unnecessary pkg-plist churn Notes: svn path=/head/; revision=383423
* Update to 1.13.1Lars Engels2015-04-052-3/+3
| | | | Notes: svn path=/head/; revision=383304
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-032-10/+3
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* Did not need to specify CPE_VENDOR or CPE_PRODUCTMark Felder2015-04-022-4/+0
| | | | Notes: svn path=/head/; revision=383000
* - Fix plistLars Engels2015-04-012-6/+12
| | | | | | | | | | - Bump PORTREVISION PR: 198975 Submitted by: Chad Payne <cpayne@gmail.com> Notes: svn path=/head/; revision=382917
* Update to 4.3.19Mark Felder2015-03-318-32/+13
| | | | | | | | | | | | | Remove patches that were upstreamed xymon-client rc script: leftover children auto expire after 5 minutes; remove stop_postcmd Special thanks to JC Cleaver who is taking upstream Xymon to new and exciting places. Notes: svn path=/head/; revision=382811
* Remove dead mirrorBaptiste Daroussin2015-03-301-1/+1
| | | | Notes: svn path=/head/; revision=382752
* Update to 1.13.0Lars Engels2015-03-307-41/+79
| | | | Notes: svn path=/head/; revision=382741
* Add "-d" option to specify "domain" to send query to.Dmitry Sivachenko2015-03-302-4/+20
| | | | | | | Defaults to ipv4 if host has ipv4 address, or ipv6 otherwise. Notes: svn path=/head/; revision=382678
* Clean up @dir syntaxMark Felder2015-03-303-15/+15
| | | | | | | Submitted by: mat Notes: svn path=/head/; revision=382657
* Update ruby-gems to 2.4.5Steve Wills2015-03-301-35/+0
| | | | | | | | Note this is a big upgrade and the way gemspecs are generated changed. As a result, all patched gemspecs had to have new patches. Notes: svn path=/head/; revision=382631
* Fix broken curl_xml plugin.Dmitry Sivachenko2015-03-281-0/+11
| | | | | | | | | Obtained from upstream (https://github.com/collectd/collectd/issues/931) Approved by: maintainer Notes: svn path=/head/; revision=382553
* Add new OPTION for Varnish plugin support;Dmitry Sivachenko2015-03-282-2/+16
| | | | | | | | | | Fix plist entries for several plugins; PR: 198659 Submitted by: maintainer Notes: svn path=/head/; revision=382551
* Update to 1.3.3Lars Engels2015-03-2612-57/+163
| | | | Notes: svn path=/head/; revision=382345
* Upgrade to 0.7.0Vanilla I. Shu2015-03-263-17/+3
| | | | | | | | PR: 198906 Submitted by: maintainer Notes: svn path=/head/; revision=382286
* Correct paths to fping out of the boxMark Felder2015-03-252-3/+3
| | | | | | | Submitted by: raf@verbiest.be Notes: svn path=/head/; revision=382209
* - Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120Sunpoet Po-Chuan Hsieh2015-03-241-1/+0
| | | | Notes: svn path=/head/; revision=382151
* 4 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-246-21/+8
| | | | | | | | | Categories: www, ftp, net-im, net-mgmt approved by: PTHREAD blanket Notes: svn path=/head/; revision=382150
* Improve default file permissionsMark Felder2015-03-246-52/+31
| | | | | | | | | Ensure unifi cannot write to itself in the event of an exploit Unifi only needs write access to: data, log, run, and work directories Notes: svn path=/head/; revision=382102
* Update to 4.6.0Mark Felder2015-03-243-289/+380
| | | | Notes: svn path=/head/; revision=382098
* Update to 0.14.11.6000Mark Felder2015-03-245-1088/+1824
| | | | | | | | | | | | | | Numerous fixes and enhancements: - Support for more functionality by default - @sample the config.php.default - Fix permissions issues - Default paths to utilities corrected PR: 193982 PR: 195919 Notes: svn path=/head/; revision=382062
* net-mgmt/tcptrack: Reset maintainer, it was accidently revertedJohn Marino2015-03-231-1/+1
| | | | | | | | | | bapt@ reset the maintainer on non-staged ports on 25 Aug 2014 (r366054), but pi@ accidently reverted that the same day (r366055). The PR it was based on was not submitted by the maintainer. Thus, I am resetting it again as it was intended. Notes: svn path=/head/; revision=382047
* Unbreak:Mikhail Teterin2015-03-234-11/+190
| | | | | | | | | | | | | | | | | | . Fix the ancient bug, which prevented this from being compiled with delightfully picky clang++ -- thus removing the GCC-requirement added by pi@ . Remove the author's curious attempts to impose stack-size limits on the various threads of this program -- this was, what caused the program to crash at run-time . Get rid of pkg-plist (which only had two files) anyway. . Declare the LICENSE (LGPL21) Bump PORTREVISION. Approved by: port being condemned for deletion Notes: svn path=/head/; revision=382040
* - changes dep from p5-CGI.pm to p5-CGIRodrigo Osorio2015-03-221-1/+2
| | | | | | | | | | - bump port revision PR: 198762 Submitted by: pi Notes: svn path=/head/; revision=381883
* - Update to 0.8.2Sunpoet Po-Chuan Hsieh2015-03-217-255/+3
| | | | | | | Changes: https://github.com/Ettercap/ettercap/releases Notes: svn path=/head/; revision=381871
* - Convert to new USE_GITHUB usage and remove deprecated GH_COMMITSunpoet Po-Chuan Hsieh2015-03-212-3/+3
| | | | Notes: svn path=/head/; revision=381857
* For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME toBryan Drewery2015-03-201-2/+2
| | | | | | | | | | | | | include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile having the same name despite changing one of these values and causing a bad checksum. Differential Revision: https://reviews.freebsd.org/D2103 Reviewed by: mat With hat: bdrewery Notes: svn path=/head/; revision=381777
* Convert to new @dir formatBryan Drewery2015-03-201-3/+0
| | | | Notes: svn path=/head/; revision=381710
* Fix the new USE_GITHUB to rename the distfile such that it does notBryan Drewery2015-03-191-2/+2
| | | | | | | | | | | | | | | conflict with the old scheme and cause a "reroll" or "invalid checksums". This also avoids clobbering the FreeBSD distcache. Use a revision in the DISTNAME for USE_GITHUB in case we need to bump this again for anything. It's more a hint of how to handle it in the future. Reported by: mat Discused with: mat, antoine, swills With hat: portmgr Notes: svn path=/head/; revision=381688
* Convert to the new USE_GITHUB.Mathieu Arnold2015-03-192-5/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=381683
* Update to 3.2Mark Felder2015-03-193-11/+13
| | | | | | | http://www.shrubbery.net/rancid/CHANGES Notes: svn path=/head/; revision=381646
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-192-2/+2
| | | | | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr Notes: svn path=/head/; revision=381618
* On head do not build deprecated IPV6-MIB implementations in mibII/ipv6.c,Gleb Smirnoff2015-03-181-2/+6
| | | | | | | | | | | | | | | | now superseeded by the INET-XXX-MIB versions. And no need for _WANT_IFADDR hack now. This fixes build on head, since cuts away the main kvm(3) abuser from net-snmp. Discussion: http://sourceforge.net/p/net-snmp/mailman/message/33539005/ Sponsored by: Netflix Sponsored by: Nginx, Inc. Approved by: zi Notes: svn path=/head/; revision=381568
* Add CPE.Mathieu Arnold2015-03-182-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=381551
* net-mgmt/ndoutils: Not jobs safeJohn Marino2015-03-171-0/+2
| | | | | | | It tries to use an object file before it's built (io.o). Notes: svn path=/head/; revision=381479
* Upgrade to 2.031012.Vanilla I. Shu2015-03-1615-633/+745
| | | | | | | | PR: 198309 Submitted by: maintainer Notes: svn path=/head/; revision=381383
* - Fix build on 8.4.Vsevolod Stakhov2015-03-161-0/+25
| | | | | | | | | - Do not bump portrevision: package is unchanged Submitted by: Eugene Grossbein via IRC Notes: svn path=/head/; revision=381380
* net-mgmt/zabbix24-server: update 2.4.3 -> 2.4.4Bartek Rutkowski2015-03-163-3/+5
| | | | | | | | PR: 198005 Submitted by: Pakhom Golynga <pakhom706@gmail.com> Notes: svn path=/head/; revision=381376
* Fix rc scriptRodrigo Osorio2015-03-152-2/+1
| | | | | | | | | | Bump port revision PR: 198571 Submitted by: <jason.unovitch@gmail.com> Notes: svn path=/head/; revision=381355
* - Fix USE_LDCONFIGSunpoet Po-Chuan Hsieh2015-03-121-2/+1
| | | | Notes: svn path=/head/; revision=381125
* fix accidental use of WWWGRP in filename www_server.*. No need to bump ↵Palle Girgensohn2015-03-121-3/+3
| | | | | | | pkgversion, since it is a noop unless the WWWGRP is modified, and if it is, the port breaks Notes: svn path=/head/; revision=381123
* - Update MAINTAINER: use @FreeBSD.orgSunpoet Po-Chuan Hsieh2015-03-122-2/+2
| | | | Notes: svn path=/head/; revision=381119
* Update to 2.1.1.Mathieu Arnold2015-03-117-16/+16
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=381012
* Fix a segfault in check_dhcp.Mathieu Arnold2015-03-104-2/+20
| | | | | | | | | PR: 198318 Submitted by: Ian Pallfreeman Sponsored by: Absolight Notes: svn path=/head/; revision=380908
* - Update to 3.26Philippe Audeoud2015-03-092-3/+3
| | | | Notes: svn path=/head/; revision=380856
* Previous patch for xymonproxy didn't land in the files dirMark Felder2015-03-092-1/+1
| | | | Notes: svn path=/head/; revision=380844