Commit graph

6624 commits

Author SHA1 Message Date
Mathieu Arnold
4eba270d45 Add support from check_procs's -j <jailid>.
This was added in r448907 and r448923.

PR:		221910
Submitted by:	mat
Approved by:	maintainer timeout
Sponsored by:	Absolight
2017-09-12 14:39:06 +00:00
Danilo G. Baio
bc51cd78e8 net-mgmt/cacti: Update to 1.1.22
Changes:	https://www.cacti.net/release_notes.php?version=1.1.22

PR:		222216
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
2017-09-12 11:15:03 +00:00
Mathieu Arnold
7c036fceb6 Update to 4.3.4.
Sponsored by:	Absolight
2017-09-12 11:11:39 +00:00
Mathieu Arnold
bbe8c3c106 Sort categories Makefiles properly.
Sponsored by:	Absolight
2017-09-11 13:10:24 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Bernard Spil
2c43f42181 net-mgmt/hawk: Add IGNORE for PHP 7.1
- mysql PHP extension was dropped in 7.0

PR:		222173
2017-09-09 19:30:56 +00:00
Danilo G. Baio
b7ddbc8808 net-mgmt/zabbix34-proxy: Missing dependency
Also include devel/libevent as zabbix34-proxy dependency.

PR:		222095
Submitted by:	Christian Ullrich <chris@chrullrich.net>
Approved by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2017-09-09 12:46:00 +00:00
Mathieu Arnold
42d9018317 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
Sponsored by:	Absolight
2017-09-06 09:24:10 +00:00
Danilo G. Baio
9ecaaa767e net-mgmt/cacti: Update to 1.1.21
Changes:	https://www.cacti.net/release_notes.php?version=1.1.21

PR:		222063
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
2017-09-06 02:54:37 +00:00
Richard Gallamore
3b9b4c1266 * Updated to 6.1.8
Affected ports: www/py-seafdav www/py-seafobj www/seahub

Approved by:	lifanov (mentor, implicit)
2017-09-04 19:53:39 +00:00
Richard Gallamore
5773b6db78 Updated to 6.1.2, cleanup makefiles, add note in UPDATING
Upstream has set collation type for MySQL to be implicit and
will cause issues when updating if tables are not set to
utf8_unicode_ci.

Approved by:	lifanov (mentor, implicit)
2017-09-04 19:49:41 +00:00
Danilo G. Baio
ee8e6a2183 net-mgmt/zabbix34-*: Update to 3.4.1
Changes:	https://www.zabbix.com/rn3.4.1

PR:		221928
Approved by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2017-09-04 00:32:34 +00:00
Roman Bogorodskiy
02e7fe97ac net-mgmt/virt-viewer: update to 6.0 2017-09-03 09:30:24 +00:00
Danilo G. Baio
03cbf40b2c net-mgmt/riemann-c-client: Update to 1.10.1
While here, add LICENSE_FILE and silence portlint warning about order of
USES/USE_*.
Mark as MAKE_JOBS_UNSAFE, random errors with parallel jobs in poudriere
[10.3|11.1] [i386|amd64].

PR:		221440
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
2017-09-01 00:18:04 +00:00
Danilo G. Baio
b3d8749833 net-mgmt/riemann: Update 0.2.14
Bump lowest JAVA_VERSION to 1.8+ missed from the last release and
simplify port because it's not a master port.

PR:		221436
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
2017-09-01 00:07:48 +00:00
Emanuel Haupt
5598d5b130 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
2017-08-31 09:55:58 +00:00
Danilo G. Baio
a55022a022 net-mgmt/cacti: Update to 1.1.20
Changes:	https://www.cacti.net/release_notes.php?version=1.1.20

PR:		221932
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
2017-08-31 01:59:11 +00:00
Dan Langille
2ed480722b Correctly define the _DESC values
Reported by:	ehaupt,mat
2017-08-30 20:02:36 +00:00
Dan Langille
d4720836aa Add base/port options for libpcap
PR:		221923
Approved by:	ehaupt (maintainer)
2017-08-30 19:32:00 +00:00
Antoine Brodin
6d8dd3b4e8 Fix PKGBASE collisions 2017-08-30 18:51:48 +00:00
Dan Langille
ae6ca1f5b3 Add Bacula 9.0.3
PR:		221710
2017-08-30 18:11:06 +00:00
Mathieu Arnold
51f7faef0d Restore check_http's -C option to its former glory.
Submitted by:	feld
Sponsored by:	Absolight
2017-08-30 14:32:09 +00:00
Mathieu Arnold
049f39e99d Fix the check_swap again.
PR:		219068
Sponsored by:	Absolight
2017-08-29 16:06:05 +00:00
Mathieu Arnold
a839ec52bb And with the correct patch.
Pointy hat:	The heat in Paris is killing me.
Sponsored by:	Absolight
2017-08-29 14:57:56 +00:00
Mathieu Arnold
e2757ea522 Add jail id support to check_procs here too.
Sponsored by:	Absolight
2017-08-29 14:37:11 +00:00
Mathieu Arnold
88a4bc40ef Add forgotten patch.
PR:		197193
Submitted by:	mitsururike gmail com
Sponsored by:	Absolight
2017-08-29 13:30:40 +00:00
Mathieu Arnold
015e9e8577 Add jail support to check_procs.
PR:		197193
Submitted by:	mitsururike gmail com
Sponsored by:	Absolight
2017-08-29 11:46:03 +00:00
Dmitry Marakasov
8db77b1a6b - Fix comment
- Fix shebangs
- Add missing run-depends
- Switch to options helpers
2017-08-29 11:16:57 +00:00
Mathieu Arnold
f66125bfdb Update to 4.3.3.
Sponsored by:	Absolight
2017-08-29 10:57:00 +00:00
Wen Heping
1c8b987884 - Update to 0.7
changes: http://cpansearch.perl.org/src/BKB/Net-IPv6Addr-0.7/ChangeLog
2017-08-27 04:00:32 +00:00
Danilo G. Baio
7f58c18bfb net-mgmt/zabbix32-frontend: Remove MYSQL as default option
This fixes PHP 7.0+ support

PR:		221779
Approved by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2017-08-25 23:32:36 +00:00
Danilo G. Baio
4ce0e08ab1 New ports: net-mgmt/zabbix34-[agent|frontend|proxy|server]
net-mgmt/zabbix32 -> net-mgmt/zabbix34

What's new in Zabbix 3.4.0:
https://www.zabbix.com/documentation/3.4/manual/introduction/whatsnew340

PR:		221779
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru>
2017-08-25 23:25:42 +00:00
Boris Samorodov
80fc94900e net-mgmt/blackbox_exporter: Fix startup parameters.
The fixed error is:
---
blackbox_exporter: error: unknown short flag '-w',  try --help
---
2017-08-25 19:59:27 +00:00
Sunpoet Po-Chuan Hsieh
45303b9d24 Update to 0.6
Changes:	http://search.cpan.org/dist/Net-IPv6Addr/ChangeLog
2017-08-25 18:21:16 +00:00
Dmitry Marakasov
22320006d4 - Update WWW
Approved by:	portmgr blanket
2017-08-24 14:23:27 +00:00
Sunpoet Po-Chuan Hsieh
fec1e502eb Update to 0.5
- Sort *_DEPENDS
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Net-IPv6Addr/ChangeLog
2017-08-24 14:19:56 +00:00
Dmitry Marakasov
315f85adeb Update zabbix WWWs, fix pkg-message typos
Approved by:	portmgr blanket
2017-08-23 16:33:45 +00:00
Lars Engels
ffd84b65e8 net-mgmt/pnp:
- Update to 0.6.26
- Remove upstreamed patches
2017-08-23 10:46:51 +00:00
Danilo G. Baio
9f53466248 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)
2017-08-23 01:10:12 +00:00
Dan Langille
ebe80d968d Deprecate bacula5
Set removal for 2017-10-04
2017-08-22 21:59:48 +00:00
Steve Wills
9e206eb55e net-mgmt/nagios-check_cpu_usage: switch to iostat
PR:		214297
Submitted by:	Vidar Karlsen <vidar@karlsen.tech>
2017-08-22 16:41:17 +00:00
Steve Wills
155eb4d28c net-mgmt/observium: multiple changes
* Fix license
* Improve post install message
* Add Apache config

PR:		214515
Submitted by:	dirkx@webweaving.org (maintainer) (with slight modification)
2017-08-22 16:26:13 +00:00
Emanuel Haupt
3752f96196 Fix geoip support by providing LIBPATH.
PR:		221682
Submitted by:	tmasu@st.rim.or.jp
2017-08-21 06:27:09 +00:00
Danilo G. Baio
111cb50adf net-mgmt/alertmanager: Update to 0.8.0
- Add binary amtool

While here, add LICENSE_FILE

Changes:	https://github.com/prometheus/alertmanager/blob/master/CHANGELOG.md

PR:		221617
Submitted by:	michal@hanu.la (maintainer)
2017-08-20 15:22:01 +00:00
Danilo G. Baio
6ea747469e 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)
2017-08-20 15:10:39 +00:00
Richard Gallamore
c21043f162 * Updated to 6.1.7
* Cleaned up Makefiles

Affected ports: www/seahub www/py-seafdav www/py-seafobj

Approved by:	lifanov (mentor, implicit)
2017-08-18 06:39:47 +00:00
Danilo G. Baio
957727b232 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)
MFH:		2017Q3
Security:	5df8bd95-8290-11e7-93af-005056925db4
2017-08-16 23:38:57 +00:00
Danilo G. Baio
6b6492b8f1 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)
MFH:		2017Q3
Security:	5df8bd95-8290-11e7-93af-005056925db4
2017-08-16 23:34:52 +00:00
Danilo G. Baio
a2fe010258 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)
MFH:		2017Q3
Security:	5df8bd95-8290-11e7-93af-005056925db4
2017-08-16 23:28:38 +00:00
Mark Felder
437c0dda3d net-mgmt/unifi5: Update to 5.5.20
Changelog:	https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-5-20-Stable-has-been-released/ba-p/2011817
2017-08-16 22:57:36 +00:00