Commit Graph

9275 Commits

Author SHA1 Message Date
Tim Bishop
14d0a7b345
net-mgmt/bwm-ng: Update to 0.6.3 2023-01-09 09:35:57 +00:00
Antoine Brodin
1ca8d80c93 net-mgmt/semaphore: fix RUN_DEPENDS 2023-01-08 09:21:45 +00:00
Florian Smeets
0b707b0404 net-mgmt/check_logfiles: Update to 4.1.1 2023-01-08 09:47:54 +01:00
Daniel Engberg
12f1c627d4 */*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports
2023-01-07 20:24:18 +01:00
Dries Michiels
c625283e12 net-mgmt/netdata-go: update to 0.49.0
Changes:	https://github.com/netdata/go.d.plugin/releases/tag/v0.49.0
2023-01-06 17:08:53 +01:00
Michael Muenz
32bac56e98 net-mgmt/cacti: Update to 1.2.23
ChangeLog: https://www.cacti.net/info/changelog

PR:		268742
Reported by:	m.muenz@gmail.com (maintainer)
MFH:		2023Q1	(security fix)
Security:	CVE-2022-46169
2023-01-05 20:32:22 +01:00
Frank Wall
71a7b54547 net-mgmt/py-opn-cli: Update to 1.3.0
Changelog:	https://github.com/andeman/opn-cli/blob/main/CHANGELOG.md#v130-2022-11-28

PR:		268746
2023-01-05 03:26:52 -05:00
Emanuel Haupt
07e1b19b9f net-mgmt/tcpreplay: Update to 4.4.3 2023-01-02 21:55:13 +01:00
Daniel Engberg
47bc21b4c7 net-mgmt/nstat: Fix build
Packport upstream commit 887938e948bb3f835c3554b482ad315df6cbbc0c to
follow change in intel-pcm (run-time dependency). While at it adjust
run-time dependency in Makefile.

Reported by:	pkg-fallout
Approved by:	portmgr (blanket)
2023-01-02 13:28:39 +01:00
Dries Michiels
69c231e78a net-mgmt/netdata-go: update to 0.48.0
Changes:	https://github.com/netdata/go.d.plugin/releases/tag/v0.48.0
2022-12-31 16:44:03 +01:00
Kurt Jaeger
49f88402b5 net-mgmt/check_ups_health: update 3.0.1.2 -> 3.0.4.1, fix build
Changes:	https://labs.consol.de/nagios/check_ups_health/
2022-12-31 13:56:38 +01:00
Vinícius Zavam
bca727a535
net-mgmt/semaphore: update 2.8.53 to 2.8.77
while here, pet portlint
2022-12-30 14:00:34 +00:00
Trond Endrestol
1de26c7266 net-mgmt/netdata: Unbreak fetch
Add missing trailing slash to MASTER_SITES

PR:		268612
Approved by:	portmgr (blanket)
2022-12-29 00:35:09 +01:00
Ben Woods
14e7c1f660 net-mgmt/netdata: Update to 1.37.1
- Includes fixes for recent streaming security vulnerabilities
- Also remove custom dashboard patch since it was getting harder to
  maintain, and with the 1.37.0 release netdata already disable the
  sign-in component when built with --disable-cloud

Reviewed by:	Namkhai B. <me@forkbomb9.ch>
Approved by:	nc
Security:	4b60c3d9-8640-11ed-a762-482ae324f959
Differential Revision:	https://reviews.freebsd.org/D37889
2022-12-28 13:35:28 +08:00
Ben Woods
b02e58aec1 net-mgmt/netdata: Enable CLOUD option by default
Even with the CLOUD option enabled, the Netdata agent does not connect
to the Netdata Cloud by default. This has to be manually enabled after
the agent is first run using the netdata-claim.sh script.

Add to pkg-message instructions an optional step for cloud integration,
with a link to the netdata-claim.sh online instructions.

Approved by:	nc (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D37453
2022-12-27 09:01:38 +08:00
Gabriel M. Dutra
041217fa26 net-mgmt/pushgateway: Update to 1.5.1
ChangeLog:	https://github.com/prometheus/pushgateway/releases/tag/v1.5.1
PR:		268564
2022-12-26 14:00:36 +00:00
Muhammad Moinur Rahman
0d310d700a */*php74*: Sunset php 7.4
As per upstream php 7.4 has reached it's EOL on 2022-11-22. Remove php74
from the tree. Default version of php has already been switched to 8.1.

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
2022-12-25 13:36:42 -06:00
Dries Michiels
c32c725df9 net-mgmt/netdata-go: update to 0.47.0
Changes:	https://github.com/netdata/go.d.plugin/releases/tag/v0.47.0
2022-12-23 14:29:54 +01:00
Mikael Urankar
ba14e01a52 lang/rust: Bump revisions after 1.66.0
PR:		268415
2022-12-20 18:37:15 +01:00
Thomas Morper
3574d6718e net-mgmt/unbound_exporter: Update to 0.4.1
* Update to 0.4.1
* Update repo location
* Simplify Makefile by using GO_MODULE rather than GH_TUPLE
* Add missing SUB_LIST to Makefile
* Re-factor init script

Changes:	https://github.com/letsencrypt/unbound_exporter/releases/tag/v0.4.1

PR:		267609
PR:		265255
Approved by:	aduitsis@cpan.org (maintainer timeout, > 1 month)
2022-12-20 07:43:59 -05:00
Muhammad Moinur Rahman
721e5776c9 Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
  and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
  infrastructure and also in the ports which have been removed from the
  ports as those are redundant.

In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.

Reviewed by:	portmgr
Approved by:	portmgr (blanket)
2022-12-19 08:44:58 -06:00
Kai Knoblich
c7793e3fef net-mgmt/netbox: Update to 3.3.10
Changelog:

Enhancements:
* Add replication controls for module bulk import
* Introduce LOGOUT_REDIRECT_URL config parameter to control
  redirection of user after logout
* Enable reassigning an inventory item from one device to another
* Add vertical frame & cabinet rack types
* Add provider selection field for provider networks to circuit
  termination edit view
* Permit whitespace in MAC addresses
* Enable filtering L2VPNs by slug

Bug Fixes:
* Correct power utilization percentage precision
* Honor configured date format when displaying date custom field
  values in tables
* Fix background color of bottom banner content
* Correct circuits count under site view
* Fix nullification of custom object & multi-object fields via REST API
* Disable ordering changelog table by object to avoid exception
* Correct available choices for status under IP range filter form
* Honor RQ_DEFAULT_TIMEOUT config parameter when using Redis Sentinel
* Enable missing tags columns for contact, L2VPN lists

https://github.com/netbox-community/netbox/releases/tag/v3.3.10

MFH:		2022Q4
2022-12-18 17:11:08 +01:00
Dries Michiels
4f224c10fa net-mgmt/netdata-go: update to 0.46.1
Changes:	https://github.com/netdata/go.d.plugin/releases/tag/v0.46.1
2022-12-17 10:09:37 +01:00
Richard Gallamore
0df36c2eca seafile: Update to 9.0.10
Changes: https://manual.seafile.com/changelog/server-changelog/#9010-2022-12-07
2022-12-15 08:10:41 -08:00
Jochen Neumeister
b152692c89 net-mgmt/icinga-ipl-i18n: add new Port
ipl-i18n provides a translation suite using PHP's native gettext extension for Icinga.

Sponsored by:	Netzkommune GmbH
2022-12-14 14:30:04 +01:00
Jochen Neumeister
90457894ba net-mgmt/icinga-php-thirdparty: add new port
This project bundles all 3rd party PHP libraries used by Icinga Web products into one piece,
which can be integrated as library into Icinga Web 2.

Sponsored by:	Netzkommune GmbH
2022-12-14 12:26:38 +01:00
Jochen Neumeister
6ba0f96e04 net-mgmt/icingaweb2-module-ipl: MOVED to net-mgmt/icinga-php-library/
The Icinga Project moved this module to icinga-php-library:
https://github.com/Icinga/icingaweb2-module-ipl/blob/master/README.md

Sponsored by:	Netzkommune GmbH
2022-12-13 18:28:30 +01:00
Palle Girgensohn
1aec480f7a net-mgmt/telegraf: update to 1.25.0
Release notes:	https://github.com/influxdata/telegraf/releases/tag/v1.25.0
2022-12-13 12:16:08 +01:00
Kai Knoblich
e2590dda07 net-mgmt/py-pynetbox: Update to 7.0.0
* Switch from USES=pytest to USE_PYTHON=pytest while I'm here.

Changelog:

https://github.com/netbox-community/pynetbox/releases/tag/v7.0.0
2022-12-12 13:07:51 +01:00
Dmitri Goutnik
d9ad1002d5 all: Bump PORTREVISION after lang/go{118,119} update 2022-12-11 06:17:27 -05:00
Boris Korzun
1ef7eb3547 net-mgmt/ping_exporter: Update to 1.0.1
ChangeLog: https://github.com/czerwonk/ping_exporter/releases/tag/1.0.1

 * Fix goreleaser (empty_dir was deprecated)
 * Fix helm chart default imageTag
 * Fix example usage of ping.size
 * helm: add strategy and podLabels
 * Web server HTTPS support

PR:		267941
Reported by:	drtr0jan@yandex.ru
Approved by:	jp+ports@supplntr.io (maintainer, timeout 2 weeks)
2022-12-09 20:25:13 +01:00
Dries Michiels
90bb25fb02 net-mgmt/netdata-go: update to 0.46.0
Changes:	https://github.com/netdata/go.d.plugin/releases/tag/v0.46.0
2022-12-09 16:05:17 +01:00
Alan Somers
56eb6d1dae net-mgmt/nfs-exporter: update to 0.3.2
This version fixes a crash that can happen on a busy server with high
uptime.  It also runs as an unprivileged user on FreeBSD 14.

Sponsored by:   Axcient
Reviewed by:	otis
Approved by:	otis (ports)
Differential Revision: https://reviews.freebsd.org/D37655
2022-12-09 07:00:22 -07:00
Muhammad Moinur Rahman
9f72f354a1 net-mgmt/zabbix5-frontend: Cleanup
- Requires php74 which was EOL on 2022-11-28

PR:		261634
Approved by:	otis
Sponsored by:	Bounce Experts
2022-12-08 11:54:56 -06:00
Krzysztof
fdb0314da5 net-mgmt/collectd5: Update dependency for NUTUPS option
Network UPS Tools project changed filename of one of its libraries,
update dependency entry to accordingly.

PR:		265217
2022-12-06 23:59:14 +01:00
Juraj Lutter
4ced03f156 net-mgmt/zabbix62-server: Update to 6.2.6
Release notes: https://www.zabbix.com/rn/rn6.2.6
2022-12-06 08:32:43 +01:00
Juraj Lutter
4e4b2b3fa7 net-mgmt/zabbix6-server: Update to 6.0.12
Release notes: https://www.zabbix.com/rn/rn6.0.12
2022-12-05 20:10:12 +01:00
Muhammad Moinur Rahman
30344125c0 net-mgmt/zabbix4-frontend: Cleanup
- Requires php74 which was EOL on 2022-11-28

PR:		261634
Approved by:	otis
Sponsored by:	Bounce Experts
2022-12-05 08:40:36 -06:00
Mark Felder
90586c77f6 net-mgmt/promscale: rc script improvements
PR:	267907
2022-12-03 18:38:58 +00:00
Ryan Steinmetz
043827049d
net-mgmt/net-snmp: Fix missing datarootdir, Bump PORTREVISION 2022-12-03 08:32:11 -05:00
Nuno Teixeira
94de9f1268 net-mgmt/blackbox_exporter: Update to 0.23.0
- [SECURITY] Update Exporter Toolkit (CVE-2022-46146) #979

ChangeLog:
https://github.com/prometheus/blackbox_exporter/releases/tag/v0.23.0

MFH:		2022Q4
Security:	CVE-2022-46146
2022-12-02 22:15:36 +00:00
Juraj Lutter
7d197a76db net-mgmt/unifi7: Update to 7.3.76
Release notes: https://community.ui.com/releases/r/network/7.3.76
2022-12-01 22:58:29 +01:00
Steven Kreuzer
c03f116adb
net-mgmt/cacti-spine: update to 1.2.22
Changes/Bug Fixes:
  * When polling time is exceed, spine does not always exit as expected
  * Spine logging at `-V 5` includes an extra line feed
  * Incorrect SNMP responses can cause spine to crash
  * Properly handle devices that timeout responding to the Extended Uptime
  * MariaDB can cause spine to abort prematurely despite error handling
  * Spine should log the error time when exiting via signal
2022-12-01 16:55:47 +00:00
Kai Knoblich
7fca24498b net-mgmt/netbox: Update to 3.3.9
Changelog:

Enhancements:
* Ensure logging of failed login attempts

Bug Fixes:
* Call snapshot() on object when processing deletions
* Fix serialization of array field values in change log
* Fix spurious error message when rendering REST API docs
* Fix TypeError exception when viewing PDU configured for
  three-phase power
* Support referencing custom field related objects by attribute in
  addition to PK
* Mark cable traces terminating to a provider network as complete
* Disable ordering by custom object field columns
* Raise validation error when attempting to create a duplicate
  cable termination
* Permit demotion of device/VM primary IP via IP address edit form
* render_field template tag should respect label kwarg
* Update cable paths ending at associated rear port when creating
  new front ports
* Hide checkboxes on child object lists when no bulk operations
  are available
* Fix exception when editing NAT IP for VM with no cluster
* Use natural ordering when sorting rack elevations by name
* Enable bulk clearing of color attribute of pass-through ports
* Cloning a rack reservation should replicate rack & user

https://github.com/netbox-community/netbox/releases/tag/v3.3.9
MFH:		2022Q4
2022-12-01 17:32:55 +01:00
Palle Girgensohn
5de56b8f78 net-mgmt/telegraf: update to 1.24.4
Release notes:	https://github.com/influxdata/telegraf/releases/tag/v1.24.4
2022-11-30 15:08:23 +01:00
Juraj Lutter
41496b8dd3 net-mgmt/zabbix6-server: Bring back SQLITE for zabbix6-proxy
Fix 80a2fce1d2 where SQLITE option for
zabbix6-proxy was erroneously removed.
2022-11-30 12:19:35 +01:00
Juraj Lutter
1f82326030 net-mgmt/zabbix62-server: Bring back SQLITE for zabbix62-proxy
Fix 76f20363dc where SQLITE option for
zabbix62-proxy was erroneously removed.
2022-11-30 12:19:31 +01:00
Mikael Urankar
094e7d93d7 net-mgmt/ocsinventory-agent: Update to 2.10.0
Changes:
  https://github.com/OCSInventory-NG/UnixAgent/releases/tag/v2.9.3
  https://github.com/OCSInventory-NG/UnixAgent/releases/tag/v2.10.0
2022-11-30 10:35:28 +01:00
Dries Michiels
84b3af18f2 net-mgmt/netdata-go: update to 0.45.0
Changes:	https://github.com/netdata/go.d.plugin/releases/tag/v0.45.0
2022-11-29 20:29:56 +01:00
Juraj Lutter
a4c53cfa10 net-mgmt/zabbix5-server: Update to 5.0.30 2022-11-29 13:29:27 +01:00