Commit graph

21 commits

Author SHA1 Message Date
Kurt Jaeger
62db2aee1f net-mgmt/zabbix3[2]-server: BROKEN with libressl, does not provide PSK
PR:		218238
Submitted by:	Franco Fichtner <franco@opnsense.org>
Approved by:	pg@pakhom.spb.ru (maintainer timeout)
2017-04-17 16:09:07 +00:00
Mathieu Arnold
9cb2c90e32 Remove the remaining IGNORE_FreeBSD_9 lines.
Sponsored by:	Absolight
2017-02-17 16:49:13 +00:00
Danilo Egea Gondolfo
3d67141a02 - Update to 3.0.7
- Add php-json to USE_PHP in -frontend
while here
- Sort USE_PHP list

PR:		215319
Submitted by:	pg@pakhom.spb.ru
2017-02-11 13:29:15 +00:00
Rene Ladan
4a577e2d5d Now that PHP 5.5 is removed from the Ports Tree, clean up any stale
IGNORE_WITH_PHP values (5, 52, 54, 55)
2016-10-24 19:39:05 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Kurt Jaeger
5262d23775 net-mgmt/zabbix3-server: 3.0.4 -> 3.0.5
- RC scripts: add zabbix_server_paths, zabbix_agentd_paths, zabbix_proxy_paths
- Fix net-snmp depends for -agent

PR:		213267
Changes:	http://www.zabbix.com/rn3.0.5.php
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2016-10-12 19:18:35 +00:00
Kurt Jaeger
0716863f48 net-mgmt/zabbix3: add missing patches for the PID fix
PR:		209893
Pointy hat to:	pi
Submitted by:	pg@pakhom.spb.ru (maintainer)
MFH:		2016Q3
2016-10-03 09:36:20 +00:00
Mathieu Arnold
62a5ff52a9 Also, you can't set SSL_DEFAULT, and don't give bad advices to people,
it should never be set directly, but always through DEFAULT_VERSIONS.

With hat:	portmgr
Sponsored by:	Absolight
2016-09-28 13:47:53 +00:00
Kurt Jaeger
425fdebf72 net-mgmt/zabbix3-server: unbreak build
PR:		209893
Submitted by:	antoine
MFH:		2016Q3
2016-09-20 17:02:54 +00:00
Kurt Jaeger
605957e312 net-mgmt/zabbix3-server: fix database selection
- stop having all databases as dependencies all the time

PR:		209893
Submitted by:	chris@chrullrich.net
2016-09-18 12:58:01 +00:00
Kurt Jaeger
b6c9753f39 net-mgmt/zabbix3-{server|agent|proxy|frontend}: update to 3.0.4 and many fixes
- Fix default path to PID
- Fix rc.d scripts to correct use PID file
- Fix some error in the Makefile
- Fix OPENSSL_USE -> USES=ssl
- Fix WANT_PHP_WEB -> USES=php:web
- Fix MYSQL_USE -> USES+= mysql
- Fix PGSQL_USES -> USES+= pgsql
- Fix SQLITE_USES -> USES+= sqlite
- Change default options for -server and -frontend
- Fix CONFLICTS
- fixed SQL injection vulnerability in "Latest data" page;
  thanks to 1N3 at Early Warning Services, LLC

PR:		209893
MFH:		2016Q3
Security:	https://support.zabbix.com/browse/ZBX-11023
Changes:	http://www.zabbix.com/rn3.0.4.php
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2016-09-16 19:10:49 +00:00
John Marino
9e2bf4b87e net-mgmt/zabbix3-server: Simplify FreeBSD 9 SSL check, ignore LibreSSL
Zabbix3-server can't be built by LibreSSL because it uses PSK.  It also
can't be built by FreeBSD 9 base OpenSSL.  The latter was documented, but
the solution in the notification was incorrect, so improve all that.

Approved by:	SSL blanket
2016-09-13 19:06:34 +00:00
Mathieu Arnold
5b55a8a53e Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo

PR:		210149
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6577
2016-06-16 13:23:13 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Bartek Rutkowski
4fe6527cd3 net-mgmt/zabbix3-server: update 3.0.1 -> 3.0.2
- Update MAINTAINER email

PR:		209028
Submitted by:	Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer)
2016-04-27 10:44:40 +00:00
Mathieu Arnold
21bc5c0345 Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:13:38 +00:00
Lars Engels
91a3d6f021 - Fixes in {agent,proxy,server} rc start scripts:
- SysV IPC leak
  - Restart race
  - Allow to specify a custom PATH in rc.conf
- Bump PORTREVISION

PR:		207896
Submitted by:	kbowling
Approved by:	maintainer
MFH:		2016Q2
Sponsored by:	Essen Linuxhotel Hackathon 2016
2016-04-24 11:48:26 +00:00
Kurt Jaeger
cf3b1e4d11 net-mgmt/zabbix3-server: IGNORE for 9.3 with explaination
PR:		208029
Submitted by:	mat
2016-04-06 04:42:51 +00:00
Kurt Jaeger
7e54351b92 net-mgmt/zabbix3-{server,proxy,agent}: Add SSL/TLS support
PR:		208029
Submitted by:	Martin Waschbuesch <martin@waschbuesch.de>
Approved by:	pakhom@pakhom.spb.ru (maintainer)
2016-04-05 20:13:49 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Mark Felder
3d303621d3 net-mgmt/zabbix24 -> zabbix3
Welcome zabbix3 to the ports tree

PR:		207616
2016-03-15 13:48:00 +00:00