Commit graph

7748 commits

Author SHA1 Message Date
Kurt Jaeger
d27ea8542e net-mgmt/midpoint: upgrade 3.9 -> 4.0
PR:		240779
Submitted by:	Matthias Wolf <freebsd@rheinwolf.de> (maintainer)
Relnotes:	https://wiki.evolveum.com/display/midPoint/Release+4.0
2019-09-29 08:26:35 +00:00
Tobias Kortkamp
87a549f752 net-mgmt/net-snmp: Do not set LIB_DEPENDS twice 2019-09-29 07:46:07 +00:00
Kurt Jaeger
f498f86710 net-mgmt/py-junos-eznc: upgrade 2.2.1 -> 2.3.0
PR:		240896
Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>
Relnotes:	https://github.com/Juniper/py-junos-eznc/releases/tag/2.3.0
2019-09-29 07:27:48 +00:00
Kurt Jaeger
b7784c125b net-mgmt/net-snmp: update 5.7.3 -> 5.8
PR:		232025
Approved by:	zi (maintainer timeout)
Relnotes:	https://sourceforge.net/p/net-snmp/mailman/message/36386084/
2019-09-28 15:16:22 +00:00
Richard Gallamore
f340c7f97c Updated to to 7.0.9
Changes: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md
2019-09-27 02:22:36 +00:00
Guido Falsi
4092f22bdc - Update yaml-cpp to 0.6.3
- Removed TEST option since it fails to build. Disable tests
  unconditionally.
- Bump PORTREVISION on dependent ports. I've observed linker errors
  on startup due to library changes
2019-09-26 21:31:46 +00:00
Dan Langille
2a236fe50e Update to 1.55
re: https://github.com/librenms/librenms/releases/tag/1.55
2019-09-26 17:50:43 +00:00
Craig Leres
1bb8f03c78 net-mgmt/telegraf: Add a rc.conf option for the --config-directory option
While we're here:

 - Sort ONLY_FOR_ARCHS as per portlint
 - Match "telegraf -h" usage message (-quiet, -config -> --quiet, --config)

PR:		239291
Approved by:	girgen (maintainer timeout, 9 weeks), matthew (mentor, implicit)
2019-09-25 20:03:48 +00:00
Christoph Moench-Tegeder
e90ea8c22c net-mgmt/check_ssl_cert: update to 1.96.0
https://github.com/matteocorti/check_ssl_cert/releases
2019-09-25 18:01:48 +00:00
Muhammad Moinur Rahman
5ddb73497d net-mgmt/flowd: UNBREAK
- Update MASTER_SITES
- Update WWW
- makepatch compatible patch files
- Take MAINTAINERSHIP
2019-09-25 10:27:24 +00:00
Kurt Jaeger
aa1bf8e2fc net-mgmt/nfdump: add missing patch
Reported by:	pkg-fallout
2019-09-24 05:36:34 +00:00
Palle Girgensohn
22f59e6e3c Upgrade telegraf to latest version, 1.12.1
Release notes:	https://github.com/influxdata/telegraf/blob/1.12.1/CHANGELOG.md
Submitted by:	nbari (at) tequila.io
PR:		240570
2019-09-22 07:53:24 +00:00
Kurt Jaeger
3858fef393 net-mgmt/nfdump: upgrade 1.6.17 -> 1.6.18
- add nfpcapd OPTION to generate nfdump netflow records directly
  from interfaces/pcaps.
- The old COMPAT15 mode has been removed. All old 1.5.x files should
  have been converted so far.

Relnotes:	https://github.com/phaag/nfdump/blob/master/ChangeLog
2019-09-21 05:55:35 +00:00
Christoph Moench-Tegeder
7ad89a1d5f update check_ssl_cert to 1.90.0
https://github.com/matteocorti/check_ssl_cert/releases
2019-09-20 21:54:48 +00:00
Kurt Jaeger
be97957b6c net-mgmt/p0f: add rc script
Added rc script to run p0f in daemon mode as as unprivileged user.
That is useful to provide access to p0f API via unix socket for
various clients (e.g. anti-spam filters like rspamd, haraka-plugin-p0f,
etc.).

PR:		240712
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru>
2019-09-20 18:44:38 +00:00
Mateusz Piotrowski
a6b9524388 Update to v0.9.1
Changelogs:
- https://github.com/prometheus/pushgateway/releases/tag/v0.9.1
- https://github.com/prometheus/pushgateway/releases/tag/v0.9.0
- https://github.com/prometheus/pushgateway/releases/tag/v0.7.0
- https://github.com/prometheus/pushgateway/releases/tag/v0.5.2
- https://github.com/prometheus/pushgateway/releases/tag/v0.5.1
- https://github.com/prometheus/pushgateway/releases/tag/v0.5.0
- https://github.com/prometheus/pushgateway/releases/tag/v0.4.0

The new persistent storage format is not backwards compatible. See the
changelogs for details.

- Define LICENSE_FILE.
- Switch to USES=go:modules
- Simplify targets.
- Fix a couple of typos and style issues in the service file
- Improve readability of comments in the service file
- Do not install /var/db/pushgateway by default. It is going to be created
  by the service anyway.

PR:		233660
Approved by:	maintainer
Event:		EuroBSDcon 2019 Hackathon
Differential Revision:	https://reviews.freebsd.org/D21729
2019-09-20 15:09:18 +00:00
Mahdi Mokhtari
8adbaabd56 net-mgmt/netdata: Update to the latest upstream release 1.17.1
Update the patches to latest upstream changes
Add dbengine and json support options
Add cpe awareness

Reported by:	Daniel Engberg <daniel.engberg.lists@pyret.net>
Event: EuroBSDCon 2019 Hackathon
Sponsored by:	EuroBSDCon 2019
Differential Revision:	https://reviews.freebsd.org/D21395
2019-09-20 13:45:33 +00:00
Torsten Zuehlsdorff
7aca2531e2 Welcome PHP 7.4 RC 1 in the ports-tree.
There are many greater changes including:
- New module ffi
- Remove interbase module
- Remove recode module
- Remove wddx module
- Many modules changes the build switches
- Many modules changes the config format, so patches needed to be recreated

Special thanks to tobik and ale for their support.

Reviewed by:	tobik, ale, joneum
Sponsored by:	PHP Update Service
Differential Revision:	https://reviews.freebsd.org/D21349
2019-09-20 12:21:11 +00:00
Lars Engels
13a7684d6e net-mgmt/icinga2:
- Update to 2.11.0
- Remove "icinga2_mkvar" rc.conf variable from the rc script. All needed directories are now created on startup.

Release Announcement:	https://icinga.com/2019/09/19/icinga-2-11/
Changelog:		https://github.com/Icinga/icinga2/blob/master/CHANGELOG.md
2019-09-19 15:31:10 +00:00
Mark Felder
2f86d2bdee net-mgmt/unifi5: Update to 5.11.46
Also pull in port improvements from glewis@ to enable customizing which Java
that Unifi runs with

PR:		240016
2019-09-18 17:37:59 +00:00
Lars Engels
d45a6a83a7 net-mgmt/icingaweb2-module-grafana: Update to 1.3.6
MFH:		2019Q3
2019-09-18 09:19:49 +00:00
Craig Leres
41e8cd0e2c net-mgmt/check_nwc_health: Update to 7.10.0.6:
- reduce runtime for nexus hardware-health

Reported by:	portscout
Approved by:	matthew (mentor, implicit)
2019-09-17 23:29:43 +00:00
Tobias Kortkamp
c8b9433fc5 Fix some misspelled or duplicated LICENSE_* 2019-09-17 19:21:45 +00:00
Antoine Brodin
637b3d75f3 Deprecate a few ports 2019-09-15 17:28:08 +00:00
Kurt Jaeger
df2c2f60e6 net-mgmt/unifi-devel: upgrade 5.10.21 -> 5.11.39
- follow net-mgmt/unifi5, which already has that update

PR:		240104
Submitted by:	Jeremy Johnston <jeremy@smart-serv.net>
Approved by:	bryce@bryce.net (maintainer timeout)
2019-09-14 19:46:30 +00:00
Mark Felder
e0285f9e77 net-mgmt/unifi5: Update to 5.11.39 2019-09-12 19:48:31 +00:00
Boris Samorodov
589625f24f net-mgmt/blackbox_exporter: Update to version 0.15.0. 2019-09-12 10:59:30 +00:00
Kai Knoblich
e473e4b77a net-mgmt/py-ciscoconfparse: Update to 1.4.7
Changelog since 1.4.5:

* Add support for NXOS "vrf" with "dhcp helper-address"
* Add support for NXOS "dhcp-helper-address" (with factory=True)
2019-09-12 10:28:26 +00:00
Dmitry Marakasov
3dec713f0a - Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Update WWW
- Silence patching

Approved by:	portmgr blanket
2019-09-12 09:32:50 +00:00
Niclas Zeising
7e500cbe40 net-mgmt/nrpe3: Mark broken with libressl
nrpe3 runtime is broken when using libressl, mark it as broken.

PR:		240396
Reported by:	korsani@free.fr
2019-09-09 15:08:50 +00:00
Danilo G. Baio
de42e315bb net-mgmt/ipv6calc: Update to 2.1.1 2019-09-08 19:13:34 +00:00
Kai Knoblich
c866f71e04 net-mgmt/py-ciscoconfparse: Update to 1.4.5
Changelog since 1.4.3:

* Add support for NXOS in "find_interface_objects()" method
* Fix "append_line()" function when parsing ASA configurations
* Fix broken regular expressions in "has_ip_pim()" methods
2019-09-08 11:59:45 +00:00
Mark Felder
49457f3fbe net-mgmt/xymon-server: Update to 4.3.29
Includes a few CVE fixes

MFH:		2019Q3
2019-09-07 13:25:24 +00:00
Dan Langille
371f00fd5c Unbreak by converting to GITLAB and a specfic commit.
The upstream project updates the tarball with hotfixes.
This is why the distfile was unfetchable.

Add LICENSE_FILE

Take maintainership. I might soon regret this.
2019-09-06 16:13:44 +00:00
Mateusz Piotrowski
d76ddd8d0e net-mgmt/check_mk_agent: Update to 1.5.0p21
- Use patches to have better control over future changes in the agent
  script.
- Update the software name in pkg-message.
- Break long lines.

Reported by:	Repology
2019-09-06 10:27:43 +00:00
Sunpoet Po-Chuan Hsieh
a36a3ffac1 Update to 0.6.10
Changes:	https://github.com/Azure/msrest-for-python/releases
2019-09-05 17:08:47 +00:00
Muhammad Moinur Rahman
4823a6e497 net-mgmt/flow-tools: Fix build with OpenSSL 1.1.x
PR:		239709
Submitted by:	ports@bsdserwis.com
2019-09-03 21:53:47 +00:00
Steve Wills
24c08488c6 net-mgmt/alertmanager: update to 0.18.0
PR:		239275
Submitted by:	David O'Rourke <dor.bsd@xm0.uk>
Approved by:	michal@hanu.la (maintainer)
2019-09-02 23:38:57 +00:00
Richard Gallamore
69c929d9cf Updated to 7.0.8
Fixed runtime dependencies for seafdav
and remove depends not required for
seahub.
2019-09-02 23:10:42 +00:00
Steve Wills
70270d3394 net-mgmt/lldpd: Update to 1.0.4
PR:		240120
Submitted by:	Mathieu Simon <freebsd@simweb.ch> (maintainer)
2019-09-02 16:35:15 +00:00
Steve Wills
10bc589a49 net-mgmt/py-pysmi: Update to 0.3.4
PR:		239758
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
2019-09-02 14:03:32 +00:00
Dan Langille
e4545900f0 Upgrade to 1.54
* MPLS Services (#10421) - vitalisator
* Graylog entry matching device if source is not hostname or primary ip (#10458) - rsys-dev
* Allow filtering of getUserlist LDAP function (#10399) - ifred16

re: https://github.com/librenms/librenms/releases/tag/1.54
2019-09-01 14:40:43 +00:00
Dmitry Marakasov
817f399e02 - Fix LICENSE
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2019-09-01 09:02:44 +00:00
Danilo G. Baio
4bd92681e1 net-mgmt/zabbix42-*: Update to 4.2.6
Include upstream patch to fix daemon termination.
https://support.zabbix.com/browse/ZBX-16460 [1]

Changelog:	https://www.zabbix.com/rn/rn4.2.6

PR:		239746 [1]
PR:		240193
Reported by:	Christian Ullrich <chris@chrullrich.net> [1]
Approved by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2019-08-30 11:58:10 +00:00
Danilo G. Baio
8b9284ac12 net-mgmt/zabbix4-*: Update to 4.0.12
Include upstream patch to fix daemon termination.
https://support.zabbix.com/browse/ZBX-16460 [1]

Changelog:	https://www.zabbix.com/rn/rn4.0.12

PR:		239746 [1]
PR:		240194
Reported by:	Christian Ullrich <chris@chrullrich.net> [1]
Approved by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2019-08-30 11:56:05 +00:00
Larry Rosenman
f1f2295c4b net-mgmt/prometheus2: update to 2.12
A changelog is available at:
https://github.com/prometheus/prometheus/releases/tag/v2.12.0
there are no breaking changes.

PR:		240204
Submitted by:	dor.bsd@xm0.uk (maintainer)
2019-08-30 09:00:49 +00:00
Larry Rosenman
5b86b93b35 net-mgmt/thanos: add to build. 2019-08-29 18:44:54 +00:00
Larry Rosenman
dc19117910 net-mgmt/thanos: new port.
Thanos is a set of components that can be composed into a highly available
metric system with unlimited storage capacity, which can be added seamlessly on
top of existing Prometheus deployments.

Thanos leverages the Prometheus 2.0 storage format to cost-efficiently store
historical metric data in any object storage while retaining fast query
latencies. Additionally, it provides a global query view across all Prometheus
installations and can merge data from Prometheus HA pairs on the fly.

WWW: https://thanos.io/
2019-08-29 18:36:23 +00:00
Tobias Kortkamp
5b8e294a68 net-mgmt/collectd5: Do not set DBI_CONFIGURE_ENABLE twice 2019-08-29 13:44:16 +00:00
Craig Leres
75e1358aa1 net-mgmt/check_nwc_health: Update to 7.10.0.5:
- fix EIGRP filtering

 - fix a bug in fortigate ha-role

 - fix a bug in interface-uptime

 - fix a bug in interface-uptime

 - fix a bug in mode ha-role for Fortigate

 - fix a bug in bgp/route modes for the non-standalone version
   (InetAddressMaker)

Approved by:	ler (mentor, implicit)
2019-08-26 17:36:00 +00:00
Mark Linimon
3187b5cd97 These ports now build on aarch64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2019-08-26 15:57:51 +00:00
Dmitry Marakasov
aead6c2a80 - Add LICENSE
- Pet portlint
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2019-08-26 09:02:39 +00:00
Kai Knoblich
7853607963 net-mgmt/py-ciscoconfparse: Update to 1.4.3
* Add "do-test" target to make future QA easier

Changelog since 1.3.43:

* Add parser for various NXOS features
* Fix issue with "ip_helper_adddresses" function that wasn't able to handle
  'global' helpers
* Implement "re_search_children()" directly on the "CiscoConfParse()" object
* Fix NXOS HRSP issue with "has_ip_hsrp" function
2019-08-24 21:14:24 +00:00
Vinícius Zavam
6611743b65 net-mgmt/nagvis: update 1.9.13 to 1.9.14 2019-08-23 12:45:11 +00:00
Mathieu Arnold
d2f2e5a8aa Update to 4.4.5. 2019-08-22 17:09:31 +00:00
Richard Gallamore
febb574061 Fix permissions on seafile-setup script 2019-08-21 05:54:36 +00:00
Lars Engels
311c1f20eb net-mgmt/icingaweb2: Update to 2.7.1 2019-08-20 09:41:20 +00:00
Kai Knoblich
1421d68aca net-mgmt/cacti: Update to 1.2.5
* Remove the SNMPBIN option that was introduced with r490477 and which is no
  longer required since the 1.2.4 release.

  It was used as a workaround to override the internal PHP SNMP calls which
  led to graphs that didn't update within cacti.

  The PHP SNMP extension can now be enabled/disabled by a re-purposed
  variable in the configuration file.

While I'm here:

* Remove superfluous "+=" from PLIST_SUB and SUB_LIST because there are no
  previous definitions of those variables.

* Remove CONFLICTS_INSTALL as net-mgmt/cacti88 is no longer present in the
  Ports tree since the end of 2018.

Changes since 1.2.3:

https://github.com/Cacti/cacti/blob/release/1.2.5/CHANGELOG

PR:		238434
Submitted by:	Michael Muenz <m.muenz@gmail.com>
Reported by:	Matthew Horan <matt@matthoran.com>
Approved by:	maintainer timeout (2+ months)
MFH:		2019Q3
2019-08-19 20:25:28 +00:00
Jan Beich
befa71e0f3 devel/boost-*: update to 1.71.0
Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
2019-08-19 15:35:27 +00:00
Dmitry Marakasov
c3f5e9904a - Add LICENSE_FILE
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2019-08-16 09:02:33 +00:00
Steven Kreuzer
88814962e8 Update to version 1.2.5 2019-08-15 01:48:09 +00:00
Boris Samorodov
14653cd9cf net-mgmt/blackbox_exporter: Switch to USES=go:modules, fix build with go1.13
PR:		239865
Submitted by: Dmitri Goutnik <dg@syrec.org>
2019-08-14 20:02:08 +00:00
Jochen Neumeister
0e24c4ab52 Update to 2.11.2
- [BUGFIX/SECURITY] Fix a Stored DOM XSS vulnerability with query history.

PR:		239839
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
MFH:		2019Q3
Sponsored by:	Netzkommune GmbH
2019-08-14 17:00:06 +00:00
Mathieu Arnold
2614c95748 Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
2019-08-14 08:48:50 +00:00
Sunpoet Po-Chuan Hsieh
c1f97f71e1 Fix gemspec for rubygem-rack-test 1.1.0 update
- Bump PORTREVISION for package change
2019-08-12 19:47:19 +00:00
Rene Ladan
07aa439cf1 net-mgmt/statsd: schedule for removal on 2019-11-01 due to expired www/node6
While here fix FATAL portlint error.
2019-08-12 18:37:37 +00:00
Mathieu Arnold
cb31f1a63f Fix install with Perl 5.30 and all future possible versions.
PR:		239742.
2019-08-12 10:35:01 +00:00
Christoph Moench-Tegeder
df1d5200b3 net-mgmt/check_ssl_cert: update to 1.88.0
https://github.com/matteocorti/check_ssl_cert/releases
2019-08-10 20:01:33 +00:00
Christoph Moench-Tegeder
f473a8f045 net-mgmt/check_ssl_cert: update to 1.87.0
https://github.com/matteocorti/check_ssl_cert/releases
2019-08-09 14:06:34 +00:00
Jung-uk Kim
750a428310 Update MASTER_SITES and unbreak. 2019-08-07 05:13:43 +00:00
Mathieu Arnold
bed65fc473 Update to 4.4.4 2019-08-06 13:25:21 +00:00
Mikolaj Golub
b953c7d71f Update to 0.4.4
PR:		239657
2019-08-06 10:44:28 +00:00
Antoine Brodin
df4aac35f0 Mark BROKEN: unfetchable 2019-08-05 06:37:30 +00:00
Richard Gallamore
6e21c383a7 Updated seafile to version 7.0.4 and seahub to 7.0.7
Changes: https://manual.seafile.com/changelog/server-changelog.html https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
2019-08-02 22:16:41 +00:00
Jan Beich
f18538b989 devel/libevent2: update to 2.1.11
Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
2019-08-02 13:30:40 +00:00
Kai Knoblich
6b8cae3736 net-mgmt/netbox: Convert pkg-message to UCL
Modernize the pkg-message to display hints/instructions in the future that
are specific to different upgrade paths.
2019-08-02 11:40:52 +00:00
Sunpoet Po-Chuan Hsieh
a4cd9a9206 Update to 0.6.9
Changes:	https://github.com/Azure/msrest-for-python/releases
2019-08-01 16:17:18 +00:00
Danilo G. Baio
827f88bff2 net-mgmt/zabbix4-*: Update to 4.0.11
Changelog:	https://www.zabbix.com/rn/rn4.0.11

PR:		239547
Approved by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2019-08-01 10:09:18 +00:00
Danilo G. Baio
9c532d83f2 net-mgmt/zabbix42-*: Update to 4.2.5
Changelog:	https://www.zabbix.com/rn/rn4.2.5

PR:		239546
Approved by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2019-08-01 10:07:54 +00:00
Sunpoet Po-Chuan Hsieh
4f3e0d828f Bump PORTREVISION for devel/protobuf shlib change 2019-07-31 16:38:52 +00:00
Lars Engels
5507848f9d net-mgmt/icingaweb2-module-cube: Update to 1.1.0 2019-07-31 13:02:07 +00:00
Lars Engels
b8b2081626 net-mgmt/icingaweb2: Update to 2.7.0
See https://icinga.com/docs/icingaweb2/latest/doc/80-Upgrading/#upgrading-to-icinga-web-2-27x for upgrading instructions.
2019-07-31 12:58:29 +00:00
Christoph Moench-Tegeder
3cdcb4abe7 net-mgmt/check_ssl_cert: update to 1.86.0
https://github.com/matteocorti/check_ssl_cert/releases/tag/v1.86.0
2019-07-30 23:17:10 +00:00
Piotr Kubaj
f101adf310 net-mgmt/aircrack-ng: fix build on powerpc*
FreeBSD doesn't have bits/hwcap.h header and elf_aux_info needs to be used instead of getauxval.

On powerpc platforms there are libraries for Altivec installed and no libraries for AVX and SSE are installed.

PR:		239319
Approved by:	lme (maintainer), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21040
2019-07-30 12:21:14 +00:00
Piotr Kubaj
ddfde0b706 net-mgmt/openbmp: fix build with GCC architectures
Building with GCC requires include sys/types.h in Server/src/Logger.h.

/wrkdirs/usr/ports/net-mgmt/openbmp/work/openbmp-0.14.0/Server/src/Logger.h:99:27: error: 'u_char' has not been declared
     void setWidthFunction(u_char width);

PR:		239329
Approved by:	pizzamig (maintainer), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21026
2019-07-30 12:16:23 +00:00
Mateusz Piotrowski
8171823396 net-mgmt/check_mk_agent: Update to 1.5.0p20
Changelog:
https://checkmk.com/check_mk-werks.php?edition_id=raw&branch=1.5.0&version=1.5.0p20
2019-07-29 12:49:11 +00:00
Dan Langille
35b065ed34 Upgrade to 1.53.1
release notes:

1.53.1 - https://github.com/librenms/librenms/releases/tag/1.53.1
1.53   - https://github.com/librenms/librenms/releases/tag/1.53
1.52   - https://github.com/librenms/librenms/releases/tag/1.52
2019-07-27 15:03:03 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Tobias Kortkamp
435407595b net-mgmt/alertmanager: Switch to USES=go:modules
- Remove unneeded targets
- Fix build with go1.13beta1

===>  Building for alertmanager-0.16.2
go: github.com/DataDog/datadog-go@v0.0.0-20180822151419-281ae9f2d895: G
et https://proxy.golang.org/github.com/%21data%21dog/datadog-go/@v/v0.0
.0-20180822151419-281ae9f2d895.mod: dial tcp: lookup proxy.golang.org o
n 1.0.0.1:53: write udp 127.0.0.1:45569->1.0.0.1:53: write: permission
denied
*** Error code 1

PR:		238917
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	michal@hanu.la (maintainer)
2019-07-26 07:36:02 +00:00
Dave Cottlehuber
8aca95a9de net-mgmt/riemann-c-client: update to 1.10.4
Approved by:	jrm (mentor, implicit)
Sponsored by:	SkunkWerks GmbH
2019-07-24 18:34:09 +00:00
Richard Gallamore
9e49cf880c Update seafile to 7.0.3 and seahub to 7.0.6
Changes:	https://manual.seafile.com/changelog/server-changelog.html
2019-07-20 23:31:06 +00:00
Florian Smeets
6dc6a1974f Update to 3.11.0.2 2019-07-20 12:09:59 +00:00
Piotr Kubaj
8fc3e5accc net-mgmt/openbmp: fix build on GCC architectures
Use new GCC from ports:
/usr/local/poudriere/ports/default/net-mgmt/openbmp/work/openbmp-0.14.0/Server/src/client_thread.h:35: error: ISO C++ forbids declaration of 'thread' with no type

Approved by:	mentors (implicit approval)
2019-07-19 18:12:24 +00:00
Romain Tartière
bad8498d9f net-mgmt/collectd5: Various fixes
- Fix build when the CURL_XML option is enabled;
- Fix activation/deactivation of a few plugins.

PR:		238959
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer)
Reported by:	Chip Cuccio <chip.cuccio@gmail.com>
2019-07-19 18:11:03 +00:00
Steve Wills
b17302de15 net-mgmt/prometheus2: Update to 2.11.1
PR:		239276
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2019-07-19 13:50:20 +00:00
Piotr Kubaj
148ff7e6b2 net-mgmt/zabbix42-server: fix build on GCC architectures
Linking to libmysqlclient requires atomic since MySQL 5.7:
checking for main in -lmysqlclient... no

Approved by:	mentors (implicit approval)
2019-07-16 10:26:01 +00:00
Steve Wills
28f5d7d457 net-mgmt/prometheus2: Update to 2.11.0
PR:		239067
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2019-07-15 18:12:24 +00:00
Mathieu Arnold
8169fecc96 Update to 0.6.3.
maintainer timeout.

PR:		238841
Submitted by:	mat
2019-07-15 13:01:49 +00:00
Kai Knoblich
e13712ddef net-mgmt/py-ciscoconfparse: Update to 1.3.43
Changelog:

* Fix possible syntax error "from __future__ imports must occur at the
  beginning of the file" in some build environments.
2019-07-15 10:03:58 +00:00
Vinícius Zavam
c4c27cc1ee net-mgmt/nagvis: update 1.9.12 to 1.9.13
- pkg-plist
      layers-2x.png moved to images/internal/leaflet (upstream, 06a342a).
2019-07-14 14:53:45 +00:00