Commit graph

7707 commits

Author SHA1 Message Date
Baptiste Daroussin
56a6c38e8d Drop build dependency on GNU m4.
m4 from base is able to do the job, if properly wrapped to mimic GNU m4

Differential Revision:	https://reviews.freebsd.org/D21835
2019-10-01 14:35:23 +00:00
Kurt Jaeger
1fab1d4aaa net-mgmt/net-snmp: revert back to 5.7.3 due to side-effects
PR:		232025
Submitted by:	dvl
Reviewed by:	zi, otis@sk.FreeBSD.org
2019-09-30 21:45:46 +00:00
Kai Knoblich
24c244e70f net-mgmt/netbox: Update to 2.6.5
* Introduce EXAMPLES option which installs a sample rc script to the example
  location.  Using the script will eliminate the need for
  sysutils/py-supervisor for those who run NetBox as a system service. [1]

  If there's a lot of interest it can also be installed in near future as
  regular rc script.

* Consolidate keywords in pkg-message to avoid accidental deletion of these.

Notable changes since 2.5.13:

* Improved performance via Caching through Redis
* Support for Power Panels and Feeds
* Introduction of view-only permissions
* Ability to create custom links under the admin UI
* Support for Prometheus metrics
* Many other enhancements and bug fixes

https://github.com/netbox-community/netbox/blob/v2.6.5/CHANGELOG.md

Submitted by:	Thomas Kurschel (via private email) [1]
2019-09-30 14:55:03 +00:00
Dan Langille
0b2ebda569 Update to 1.56
https://github.com/librenms/librenms/releases/tag/1.56
2019-09-30 14:50:26 +00:00
Antoine Brodin
110de4a35d Mark BROKEN
net-snmp_wrap.c:11400:78: error: use of undeclared identifier 'USM_LENGTH_OID_TRANSFORM'
         PyDict_SetItemString(d,"SNMP_DEFAULT_AUTH_PROTOLEN", PyInt_FromLong((long) USM_LENGTH_OID_TRANSFORM));
                                                                                    ^
net-snmp_wrap.c:11402:78: error: use of undeclared identifier 'USM_LENGTH_OID_TRANSFORM'
         PyDict_SetItemString(d,"SNMP_DEFAULT_PRIV_PROTOLEN", PyInt_FromLong((long) USM_LENGTH_OID_TRANSFORM));
                                                                                    ^

Reported by:	pkg-fallout
2019-09-30 05:47:06 +00:00
Dmitri Goutnik
67c4b925b7 Go ports: cleanup, finish transition to USES=go started with r505321 (cat. misc-shells)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them

Reviewed by:	tobik
Approved by:	araujo (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21743
2019-09-29 22:31:57 +00:00
Kurt Jaeger
5c888a709a net-mgmt/net-snmp: fix for first byte of IF-MIB::ifPhysAddress is always 0
- netsnmp_arch_interface_container_load() writes terminating NUL
  directly to the sdl_data *past* the length specified in sdl_nlen,
  overwriting first byte of physadrr.

PR:		231996
Submitted by:	Yuri Pankov <yuripv@yuripv.net>
Reviewed by:	Bart Van Assche <bvanassche@acm.org> (upstream maintainer)
Approved by:	zi (maintainer)
Obtained from:	https://sourceforge.net/p/net-snmp/code/merge-requests/20/
2019-09-29 19:41:48 +00:00
Danilo G. Baio
a750ba0213 net-mgmt/py-msrestazure: Update to 0.6.2
- Set architecture neutral (qa warning)

Changelog:	https://pypi.org/project/msrestazure/0.6.2/

Approved by:	dbn (maintainer, implicit)
2019-09-29 19:06:24 +00:00
Danilo G. Baio
c89cf82ee6 net-mgmt/zabbix[4|42]-frontend: Add missing PHP fileinfo extension
This requirement was introduced on Zabbix 4.0.12 and 4.2.6 and it's still
not documented upstream.

PR:		240482
Submitted by:	Aleksandr Ignatyev <alex@i.org.ua>
Approved by:	maintainer timeout (pg@pakhom.spb.ru, > 2 weeks)
2019-09-29 19:04:00 +00:00
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