1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

6166 Commits

Author SHA1 Message Date
Mathieu Arnold
d26ef18700 Cleanup no longer needed CHMOD usage after r424898.
PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-11-02 22:45:14 +00:00
Kurt Jaeger
ecdc89dc58 net-mgmt/prometheus: update 1.2.1 -> 1.3.0
PR:		213984
Changes:	https://github.com/prometheus/prometheus/releases
Submitted by:	ports@ecadlabs.com (maintainer)
2016-11-02 18:26:18 +00:00
Mark Felder
ecdb841de9 net-mgmt/rancid3: port improvements
- Add periodic script
- Change PREFIX to LOCALBASE in port Makefile
- Inform users of periodic script via updated pkg-message

MFH:		2016Q4
2016-11-01 21:02:13 +00:00
Antoine Brodin
f0ca714781 Do not force dependency on libpcap from ports, libpcap from base is fine
for all package users
2016-10-31 09:51:13 +00:00
Veniamin Gvozdikov
ad2350c8fa - Update to 0.90.1.3
PR:		ports/209664
Submitted by:	Francis GUDIN <fgudin+fbsd@bsdbellule.fr>
2016-10-31 09:08:29 +00:00
Alexey Dokuchaev
bb20c8e307 Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description.  Those ports where it meant something more specific were
left untouched.
2016-10-28 17:55:30 +00:00
Mathieu Arnold
21518d70b9 Update to 0.26.
Sponsored by:	Absolight
2016-10-25 14:37:47 +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
Mikolaj Golub
bab741b756 use another upstream and unbreak port 2016-10-24 14:46:59 +00:00
Mathieu Arnold
c6f651390a OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports Makefiles.
So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT,
where appropriate.

The ghostscript ports are doing something nasty that is certainly wrong,
but I don't want to try to understand it.

Sponsored by:	Absolight
2016-10-24 10:18:50 +00:00
John Marino
9d0055a102 net-mgmt/ezradius: Fix PORTVERSION + PORTREVISION after last commit 2016-10-22 18:59:19 +00:00
Dmitry Marakasov
f756abc065 - Fix LICENSE
- Switch to options helpers
2016-10-22 09:03:52 +00:00
Mathieu Arnold
21c32a07fb Use the right way to give files to www:www.
Sponsored by:	Absolight
2016-10-21 15:50:27 +00:00
Mathieu Arnold
a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +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
Rene Ladan
87a09e788f Remove expired PHP5.5 ports. 2016-10-21 07:30:32 +00:00
Rene Ladan
bd24894ca3 Unlink expired PHP5.5 ports. 2016-10-21 07:29:38 +00:00
Mark Felder
9760e0507f net-mgmt/unifi4: Mark DEPRECATED
End of Life as of 2017-01-01

Also fix trailing whitespace in pkg-plist
2016-10-20 19:40:23 +00:00
Kurt Jaeger
7ebe84719e sysutils/prometheus: Fix some issues discussed in PRs
- the config file is now a @sample
- pkg-plist added
- /var/db/prometheus is the new place to be

PR:		210059
Submitted by:	Andy Carrel <wac@google.com>
Approved by:	jev@ecadlabs.com (maintainer)
2016-10-18 18:08:32 +00:00
Kurt Jaeger
1f28f360aa New port: net-mgmt/prometheus
Prometheus is a systems and service monitoring system. It collects metrics
from configured targets at given intervals, evaluates rule expressions,
displays the results, and can trigger alerts if some condition is observed
to be true.

Prometheus' main distinguishing features as compared to other monitoring
systems are:

- a multi-dimensional data model (timeseries defined by metric name and
  set of key/value dimensions)
- a flexible query language to leverage this dimensionality
- no dependency on distributed storage; single server nodes are autonomous
- timeseries collection happens via a pull model over HTTP
- pushing timeseries is supported via an intermediary gateway
- targets are discovered via service discovery or static configuration
- multiple modes of graphing and dashboarding support
- support for hierarchical and horizontal federation

WWW: https://prometheus.io/

PR:		212468
Submitted by:	Jev Bjoersell <jev@ecadlabs.com>
2016-10-15 05:09:11 +00:00
Kurt Jaeger
217e68c35b net-mgmt/zabbix22-server: 2.2.14 -> 2.2.15
PR:		213243
Changes:	http://www.zabbix.com/rn2.2.15.php
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2016-10-14 20:32:54 +00:00
Kurt Jaeger
a11796ddcf net-mgmt/zabbix32-server: 3.2.0 -> 3.2.1
- RC scripts: add zabbix_server_paths, zabbix_agentd_paths, zabbix_proxy_paths
- Fix net-snmp depends for -agent

PR:		213380
Changes:	http://www.zabbix.com/rn3.2.1.php
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2016-10-12 19:21:36 +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
Mark Felder
84fa61d3e0 net-mgmt/unifi5: Update to 5.2.9
Changelog:	https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-2-9-is-released/ba-p/1694199
2016-10-10 17:34:07 +00:00
Emanuel Haupt
5c1656d323 Update to 1.0.1 2016-10-08 15:59:39 +00:00
John Marino
e9a91082af net-mgmt/ndoutils: Mark jobs unsafe (again)
As before, there are attempts to use object files before they are
fully built.  It's failed on me twice since the previous MAKE_JOBS_UNSAFE
marking was removed.  An explicit fix should be made to the vendor
makefile before removing it again.
2016-10-05 19:00:31 +00:00
Roman Bogorodskiy
c0bbbe2820 net-mgmt/virt-viewer: add missing libvirt-glib dependency
Pointy hat to:	novel
2016-10-04 05:58:51 +00:00
Roman Bogorodskiy
ca79313b99 net-mgmt/virt-viewer: update to 4.0 2016-10-03 16:13:12 +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
Jan Beich
aed0e3005c net-mgmt/collectd5: update write_riemann and fix zfs_arc plugins
PR:		213124
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2016-10-01 23:58:57 +00:00
Jan Beich
943851900e net-mgmt/riemann-c-client: add new port
PR:		210545
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at>

Riemann-C-client is a C client library for the Riemann monitoring system,
providing a convenient and simple API, high test coverage and a copyleft
license, along with API and ABI stability.

https://github.com/algernon/riemann-c-client/#readme
2016-10-01 23:34:12 +00:00
Tijl Coosemans
1ee4da6dd1 Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS.  Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.

Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set.  Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.

Fix some issues with LIBS in some ports.

Switch ports that don't support LIBS to localbase:ldflags.

PR:		212987
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-30 19:24:30 +00:00
William Grzybowski
797acf64e1 net-mgmt/py-snmp_passpersist: SNMP passpersist backend for Net-SNMP
WWW: http://github.com/nagius/snmp_passpersist

Submitted by:	Suraj Ravichandran (via email)
2016-09-30 16:23:59 +00:00
Palle Girgensohn
245eeb12b5 Update to 1.0.1 2016-09-29 19:41:25 +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
Joseph Mingrone
29a8954d58 net-mgmt/collectd5: fix disk plugin issue for FreeBSD versions 10+
The file lib/collectd/disk.so was being commented out in pkg-plist for
all FreeBSD versions instead of just for versions less than 10.

Reported by:	pierre@guinoiseau.eu (via ports-committers@)
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8042
2016-09-28 02:27:03 +00:00
Joseph Mingrone
abc9855fa2 Update net-mgmt/collectd5 to version 5.6.0
- new port options CHRONY and MQTT
- disable disk plugin on FreeBSD 9.x due to missing OS files
- various patch changes

PR:		212832
Submitted by:	ports@bsdserwis.com (maintainer)
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8028
2016-09-26 14:51:59 +00:00
Danilo Egea Gondolfo
51dfd96e0f - New ports: Zabbix 3.2.0.
Zabbix is an enterprise-class open source distributed monitoring platform.

Release notes: https://www.zabbix.com/documentation/3.2/manual/introduction/whatsnew320

PR:		212799
Submitted by:	danilo
Reviewed by:	Pakhom Golynga <pg@pakhom.spb.ru>
2016-09-25 17:13:42 +00:00
Torsten Zuehlsdorff
d9bd705a58 lang/php56: Update from 5.6.25 to 5.6.26
Security:    CVE-2016-7416
Security:    CVE-2016-7412
Security:    CVE-2016-7414
Security:    CVE-2016-7417
Security:    CVE-2016-7411
Security:    CVE-2016-7413
Security:    CVE-2016-7418

MFH:         2016Q3
Approved by: swills (mentor)
2016-09-23 08:26:44 +00:00
Palle Girgensohn
109156a62a Update to release 1.0.0 2016-09-22 21:06:31 +00:00
Torsten Zuehlsdorff
ad86e61f50 lang/php70: Update from 7.0.10 to 7.0.11
Security:    CVE-2016-7416
Security:    CVE-2016-7412
Security:    CVE-2016-7414
Security:    CVE-2016-7417
Security:    CVE-2016-7413
Security:    CVE-2016-7418

MFH:         2016Q3
Approved by: pi (mentor)
2016-09-21 15:43:47 +00:00
Mark Felder
eab9e4b24b net-mgmt/unifi5: Update to 5.2.7
- Also simplify rc script

PR:		212865
2016-09-21 15:34:11 +00:00
Mark Felder
db92fe7dd2 net-mgmt/unifi4: Simplify rc script 2016-09-21 15:22:06 +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
John Marino
3555e6453f net-mgmt/p5-SNMP_Session: new fedora MASTER_SITE to unbreak
At least 14 ports depend on p5-SNMP_Session so let's get it up again.
2016-09-20 14:47:58 +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
Olli Hauer
c39965e0df - change MAINTAINER
PR:		212102
Approved by:	alexander.4mail@gmail.com (old maintainer)
2016-09-17 17:54:25 +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
Lars Engels
d57e307143 net-mgmt/icingaweb2:
- Fix NLS option
- Add PDF option using graphics/pecl-imagick (off by default)
- Bump PORTREVISION

PR:				212653
Submitted by:	mat
2016-09-15 20:36:21 +00:00
Lars Engels
789335d884 net-mgmt/icinga2:
- Update to 2.5.4
- Install vim syntax files [1]

PR:				212660 [1]
Submitted by:	mat
2016-09-15 20:30:00 +00:00