summaryrefslogtreecommitdiff
path: root/net-mgmt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r449332release/10.4.0Mathieu Arnold2017-09-062-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fix not starting after crash. When nrpe quits ungracefully, for example, if the box was rebooted, it often does not start because the pid file is still there, and the pid in it exists and the pid in it is in use by some other process. The dubious code is in src/nrpe.c in write_pid_file() around line 1756 that could be axed. But I think the easiest way to fix this is with the attached patch. precmd is run just before starting the daemon and after checking that it is not already running. With this, it starts just fine, and still refuses to start if it is really already running, but starts fine if the pid file contains a pid that exists but is not nrpe. PR: 221740 Submitted by: mat Approved by: maintainer timeout, ports-secteam blanket Sponsored by: Absolight
* MFH: r448998 r449000 r449020Mark Felder2017-08-311-0/+12
| | | | | | | | | | | | | | | | | | | | | | | Add base/port options for libpcap PR: 221923 Approved by: ehaupt (maintainer) Correctly define the _DESC values Reported by: ehaupt,mat Fix OPTIONS_SINGLE logic. The two options (LIBPCAP_BASE and LIBPCAP_PORTS) need to be mutually exclusive. If LIBPCAP_BASE is selected, make sure the binary is linked against the libpcap from base, even if net/libpcap is present. Bump PORTREVISION to make sure the OPTIONS change is tracked. Reported by: jbeich Approved by: ports-secteam (with hat)
* MFH: r448907 r448913 r448920 r448923 r448927 r448983Mathieu Arnold2017-08-3010-17/+304
| | | | | | | Add jail support to check_procs, restore check_http's -C option to its former glory. Sponsored by: Absolight
* MFH: r447324 r447970 r448430 r448588Mark Felder2017-08-2910-24/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.1.16 PR: 221205 Submitted by: freebsd-ports@dan.me.uk(maintainer) net-mgmt/cacti: Update to 1.1.17 - Regenerate patches Changes: https://www.cacti.net/release_notes.php?version=1.1.17 PR: 221499 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer) net-mgmt/cacti: Update to 1.1.18 Changes: https://www.cacti.net/release_notes.php?version=1.1.18 PR: 221669 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer) net-mgmt/cacti: Update to 1.1.19 Changes: https://www.cacti.net/release_notes.php?version=1.1.19 PR: 221693 Submitted by: Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer) Approved by: ports-secteam (with hat)
* MFH: r448449Emanuel Haupt2017-08-211-0/+2
| | | | | | | | Fix geoip support by providing LIBPATH. PR: 221682 Submitted by: tmasu@st.rim.or.jp Approved by: ports-secteam (blanket)
* MFH: r448072Danilo G. Baio2017-08-172-4/+4
| | | | | | | | | | | | net-mgmt/zabbix32-*: Update to 3.2.7, Fixes security vulnerability Changes: https://www.zabbix.com/rn3.2.7 PR: 221563 Submitted by: pg@pakhom.spb.ru (maintainer) Security: 5df8bd95-8290-11e7-93af-005056925db4 Approved by: ports-secteam (feld)
* MFH: r448071Danilo G. Baio2017-08-172-4/+4
| | | | | | | | | | | | net-mgmt/zabbix3-*: Update to 3.0.10, Fixes security vulnerability Changes: https://www.zabbix.com/rn3.0.10 PR: 221564 Submitted by: pg@pakhom.spb.ru (maintainer) Security: 5df8bd95-8290-11e7-93af-005056925db4 Approved by: ports-secteam (feld)
* MFH: r448070Danilo G. Baio2017-08-173-5/+5
| | | | | | | | | | | | net-mgmt/zabbix22-*: Update to 2.2.19, Fixes security vulnerability Changes: https://www.zabbix.com/rn2.2.19 PR: 221562 Submitted by: pg@pakhom.spb.ru (maintainer) Security: 5df8bd95-8290-11e7-93af-005056925db4 Approved by: ports-secteam (feld)
* MFH: r447750Ben Woods2017-08-112-3/+6
| | | | | | | | | | | net-mgmt/lldpd: Fix install location for zsh completion file - Also enable ZSH option by default to install completion file PR: 220244 Approved by: Mathieu Simon <freebsd@simweb.ch> (maintainer) Approved by: ports-secteam blanket
* MFH: r446709Mark Felder2017-08-013-4/+5
| | | | | | | | | | | | net-mgmt/cacti: Update to 1.1.15 Changes: https://www.cacti.net/release_notes.php?version=1.1.14 https://www.cacti.net/release_notes.php?version=1.1.15 PR: 221013 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer) Approved by: ports-secteam (with hat)
* MFH: r446072Olivier Cochard2017-07-202-5/+4
| | | | | | | | | Update to 5.7.2 PR: 220797 Submitted by: luca.pizzamiglio@gmail.com Approved by: ports-secteam
* MFH: r445115 r445997Danilo G. Baio2017-07-173-4/+53
| | | | | | | | | | net-mgmt/cacti: Update to 1.1.13 (Fixes security vulnerability) Changes: https://www.cacti.net/release_notes.php?version=1.1.13 PR: 220742 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer) Approved by: ports-secteam (miwi, junovitch), garga (mentor, implicit)
* MFH: r445363Mark Felder2017-07-091-0/+46
| | | | | | net-mgmt/rancid3: Fix building in jails without networking Approved by: ports-secteam (with hat)
* Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-06-291-3/+3
| | | | | | | - While I'm here, remove redundant LOCALBASE/bin from RUN_DEPENDS - Bump PORTREVISION for dependency change With hat: perl
* net-mgmt/nagios-check_ports: update 0.7.2 -> 0.7.3Bartek Rutkowski2017-06-292-4/+4
| | | | | PR: 220194 Submitted by: Ryan Frederick <ryanrfrederick@gmail.com> (maintainer)
* Use USES=gnomeSunpoet Po-Chuan Hsieh2017-06-281-0/+1
|
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-273-2/+3
| | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
* Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-06-261-2/+3
| | | | | | | - While I'm here, add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl
* * Updated to 1.1Richard Gallamore2017-06-267-93/+25
| | | | | | | | | | | | | | | | | * New maintainer Jov <amutu@amutu.com> * Removed obsolete patches - Fix typo in add_ports(), change to tcp_ports[] to udp_ports[] - Fixed pid file, write it from parent process *after* terminal is detached. - Fixed daemon mode, no longer depends on pid file option - In ipaudit.c, now apply pcap filters (-f option) to packets read from capture file. - In total.c, now handle command-line option errors correctly. - In hash.c, fix reallocation of data potions of hash table items when memory reallocated. PR: 220097 Submitted by: Jov <amutu@amutu.com> (maintainer) Reviewed by: lifanov (mentor), matthew (mentor) Approved by: lifanov (mentor), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11356
* net-mgmt/zabbix24-*: Add note about the removalDanilo G. Baio2017-06-264-4/+4
| | | | | | | | Remove `-[0-9]*` from CONFLICTS Reported by: mat Approved by: garga (mentor), pg@pakhom.spb.ru (maintainer via email) Differential Revision: https://reviews.freebsd.org/D10992
* Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-06-261-3/+5
| | | | | | | | | - While I'm here: - Add LICENSE - Add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl
* * Updated to 6.0.7Richard Gallamore2017-06-244-10/+10
| | | | | | | | | | | Changelog: https://manual.seafile.com/changelog/client-changelog.html Affected ports: net-mgmt/seafile-client net-mgmt/ccnet-client net-mgmt/seafile-gui Reviewed by: lifanov (mentor), matthew (mentor) Approved by: lifanov (mentor), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11334
* * Updated to 6.1.1Richard Gallamore2017-06-244-8/+11
| | | | | | | | | | | Changelog: https://manual.seafile.com/changelog/server-changelog.html Affected ports: net-mgmt/seafile-server net-mgmt/ccnet-server www/py-seafdav www/py-seafobj www/seahub Reviewed by: lifanov (mentor), matthew (mentor) Approved by: lifanov (mentor), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11333
* Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-06-211-7/+2
| | | | | | | | | - While I'm here: - Use USES=mysql - Sort USES - Bump PORTREVISION for dependency change With hat: perl
* Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-06-211-3/+2
| | | | | | | - While I'm here, add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl
* Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-06-211-7/+2
| | | | | | | - While I'm here, add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl
* net-mgmt/zabbix2-server: rework LIB_DEPENDS and add USES= sslTorsten Zuehlsdorff2017-06-211-6/+3
| | | | | | | | | In my last commit i added accidently LIB_DEPENDS 2 additional times. While here add USES= ssl and LIB_DEPENDS to port-mgmt/pkg to pass QA. Submitted by: Johannes Jost Meixner <johannes@perceivon.net>
* Switch to USES localbase.Cy Schubert2017-06-211-2/+2
|
* - net-mgmt/prometheus: Update from 1.6.3 to 1.7.1Jochen Neumeister2017-06-202-4/+4
| | | | | | | | | | - Changelog: https://github.com/prometheus/prometheus/releases/tag/v1.7.0 https://github.com/prometheus/prometheus/releases/tag/v1.7.1 PR: 220056 Submitted by: jevonearth (ports at ecadlabs.com) (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11273
* Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-06-171-2/+3
| | | | | | | - While I'm here, add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl
* - net-mgmt/cacti: Update from 1.1.9 to 1.1.10Jochen Neumeister2017-06-173-5/+5
| | | | | | | | | - Changelog: http://www.cacti.net/release_notes.php?version=1.1.10 PR: 220036 Submitted by: Daniel Austin <freebsd-ports at dan.me.uk> (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11241
* - net-mgmt/crmsh: Update from 2.2.0 to 3.0.0Jochen Neumeister2017-06-135-33/+50
| | | | | | | | | - Changelog: https://github.com/ClusterLabs/crmsh/blob/3.0.0/ChangeLog PR: 219545 Submitted by: David Shane Holden (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11110
* Update to 4.3.2.Mathieu Arnold2017-06-134-9/+9
| | | | Sponsored by: Absolight
* Fix LIB_DEPENDS of ports which link to libpkg.soMark Felder2017-06-122-2/+6
| | | | | | | spine and snmpd link to libpkg.so, but it is not properly declared in the port. MFH: 2017Q2
* Update to version 1.1.10Steven Kreuzer2017-06-122-4/+4
|
* net-mgmt/cacti: Update to 1.1.9Danilo G. Baio2017-06-105-18/+21
| | | | | | | | | | Changes: http://www.cacti.net/release_notes.php?version=1.1.8 http://www.cacti.net/release_notes.php?version=1.1.9 PR: 219854 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11122
* net-mgmt/zabbix*-server: Update CONFLICTSMark Felder2017-06-094-8/+4
| | | | | | Rework conflicts to correctly match the other zabbix packages. PR: 208025
* - net-mgmt/resource-agents: Set correct sh_OLD_CMDJochen Neumeister2017-06-091-1/+2
| | | | | | | | - Bump PORTREVISION Reported by: mat Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11075
* Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.Mathieu Arnold2017-06-061-1/+0
| | | | | | While there, fix small style issues. Sponsored by: Absolight
* - net-mgmt/resource-agents: Update from 2.3.5 to 4.0.1Jochen Neumeister2017-06-064-116/+128
| | | | | | | | | | - Changelog: https://github.com/ClusterLabs/resource-agents/blob/master/ChangeLog - Fix shebangs PR: 219546 Submitted by: David Shane Holden (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10984
* net-mgmt/librenms: Update version 1.26=>1.28Muhammad Moinur Rahman2017-06-067-28/+57
| | | | | | | | | | | - Fixed an issue where services-wrapper wasn't working (by adding the PATH line to the crontab) [1] - Fixed a permissions issue with some directories [1] - Added patch to validate.php which allows it to work correctly (accidentally ommitted from previous commit) [1] PR: 218608[1] Submitted by: freebsd@jonathanprice.org[1]
* Repocopy from net-mgmt/cacti-spine (r419786) -> net-mgmt/cacti88-spineDanilo G. Baio2017-06-066-0/+55
| | | | | | | | | | | | Multithreaded poller for Cacti written in C New releases of Cacti are still unable to work with useful plugins like "GPS Map" and "Network Weathermap". PR: 219686 Submitted by: Vinicius Zavam <egypcio@googlemail.com> Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11024
* Repocopy from net-mgmt/cacti (r416066) -> net-mgmt/cacti88Danilo G. Baio2017-06-0613-0/+785
| | | | | | | | | | | | | | Web-driven graphing interface for RRDTool (Old version of net-mgmt/cacti) New releases of Cacti are still unable to work with useful plugins like "GPS Map" and "Network Weathermap". While here, minor fixes and get improvements from the current port. PR: 219685 Submitted by: Vinicius Zavam <egypcio@googlemail.com> Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11023
* Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2017-06-051-9/+3
| | | | With hat: perl
* Update to version 1.1.7Steven Kreuzer2017-06-053-9/+10
| | | | | | | Update package description PR: 219702 Submitted by: Vinicius Zavam
* Fix WWWSunpoet Po-Chuan Hsieh2017-06-051-1/+1
|
* - Set USES: autoreconfJochen Neumeister2017-06-033-17/+10
| | | | | | | | | | - Switch to GitHub - Bump PORTREVISION PR: 219501 Reported by: Paul Godard Approved by: jmohacsi@bsd.hu (maintainer) miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10961
* Fix WWWSunpoet Po-Chuan Hsieh2017-06-021-1/+1
|
* Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2017-06-021-9/+4
| | | | - Sort RUN_DEPENDS
* Remove net-mgmt/zabbix24-(agent|frontend|proxy|server)Danilo G. Baio2017-05-2914-1361/+0
| | | | | | | | | Upstream has declared this version EoL in 2016 (Q1) PR: 219563 Submitted by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10949