Commit graph

9787 commits

Author SHA1 Message Date
Juraj Lutter
80b680f7f6 net-mgmt/unifi8: Update to 8.0.24
Release notes: https://community.ui.com/releases/r/network/8.0.24
2023-12-23 20:18:03 +01:00
Nuno Teixeira
3572ca3e01 */*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
2023-12-23 18:14:14 +00:00
Alan Somers
0a16af556d net-mgmt/py-gstat_exporter: update to latest
The author has just adopted a new release numbering scheme.  The new
release is "v0.2.0".  Update PORTEPOCH accordingly.  Also, switch
MASTER_SITES from github to pypi.

PR:		275766
Sponsored by:	Axcient
Approved by:	Lap Luchini <lapo@lapo.it> (maintainer), fuz (ports)
2023-12-22 08:16:14 -07:00
Dan Langille
d7df634319 net-mgmt/librenms: Unbreak capture page
My previous patch was broken, now fixed.
2023-12-20 15:34:23 +00:00
Boris Korzun
6756b3ea97 net-mgmt/alertmanager: Update to 0.26.0
PR:		275716
Reported by:	drtr0jan@yandex.ru
Approved by:	michal@hanu.la (maintainer, timeout > 2 weeks)
2023-12-18 08:29:35 +01:00
Kai Knoblich
d11ac1383d net-mgmt/netbox: Update to 3.6.7
Changelog:

Enhancements:
* Designate fields to expand by default for object selector widget
* Add tags column to L2VPN terminations column
* Add classes parameter to copy_content template tag
* Change custom field choice delimiter from comma to colon

Bug Fixes:
* Fix bulk import support for custom field choices
* Ensure accuracy of parent object counters when deleting
  related objects
* Fix server error when authenticating via IP-restricted API tokens
  using IPv6
* Fix bulk operations for plugin models under admin UI
* Fix exception on non-JSON request to /available-ips/ API endpoints
* Rack starting_unit cannot be zero
* Populate custom field default values for components when creating
  a device
* Fix exception when creating a power feed with rack and panel in
  different sites
* Fix the assignment of tags to L2VPN terminations
* Remove unneeded annotations from queries when using REST API
  brief mode
* Ensure user config is created automatically for all user accounts
* Fix filtering contact assignments by group
* Fix quick search under VLAN group VLANs list

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

MFH:		2023Q4
2023-12-17 13:39:38 +01:00
Palle Girgensohn
0665a13c0b net-mgmt/telegraf: Upgrade to 1.29.1
Release notes:	https://github.com/influxdata/telegraf/releases/tag/v1.29.1
2023-12-16 13:47:39 +01:00
Juraj Lutter
cceecae26e net-mgmt/zabbix64-server: Update to 6.4.10
Release notes:	https://www.zabbix.com/rn/rn6.4.10
2023-12-14 19:48:19 +01:00
Juraj Lutter
33fe5aeb22 net-mgmt/zabbix6-server: Update to 6.0.25
Release notes:	https://www.zabbix.com/rn/rn6.0.25
2023-12-14 19:48:19 +01:00
Po-Chuan Hsieh
69e2e87fa5
devel/protobuf: Update to 24.4
- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
2023-12-15 01:03:10 +08:00
Po-Chuan Hsieh
5d2dcaa239
net-mgmt/netdata: Fix build with protobuf 22+ 2023-12-15 01:03:09 +08:00
Po-Chuan Hsieh
70c96b6e81
net-mgmt/fastnetmon: Fix build with protobuf 22+
- While I'm here, use tab instead of space
2023-12-15 01:03:09 +08:00
Palle Girgensohn
c54219c51a net-mgmt/telegraf: Upgrade to 1.29.0
Release notes:	https://github.com/influxdata/telegraf/releases/tag/v1.29.0
2023-12-14 17:03:38 +01:00
Alexey Dokuchaev
8ab59e719e net-mgmt/victoria-metrics: update VictoriaMetrics to version 1.93.9. 2023-12-13 16:53:02 +00:00
Emanuel Haupt
8c2c8610b7 net-mgmt/gping: revert 2e84189106 to fix patch
The patch introduced in 2e84189106 does not apply and is not needed
to build the port.

Notified by:	pkg-fallout
Pointy hat:	mikael
2023-12-12 21:33:39 +01:00
Romain Tartière
619bdf0147
net-mgmt/rubygem-riemann-tools: Update to 1.9.1
ChangeLog:
https://github.com/riemann/riemann-tools/blob/main/CHANGELOG.md#v191-2023-12-08
2023-12-10 10:53:46 -10:00
Muhammad Moinur Rahman
a76c014131 net-mgmt/icingaweb2-module-icingadb: Fix bulk warning
Approved by:	portmgr (just-fix-it)
2023-12-08 19:12:54 +01:00
Mikael Urankar
b2afd89fb2 lang/rust: Bump revisions after 1.74.1
PR:		275243
2023-12-08 16:04:09 +01:00
Mikael Urankar
2e84189106 net-mgmt/gping: Fix build with rust 1.74
Import upstream patch [1] to fix the following error:
error[E0283]: type annotations needed
   --> gping/src/main.rs:486:26
    |
486 |                         .constraints(
    |                          ^^^^^^^^^^^ cannot infer type of the type parameter `C` declared on the method `constraints`
...
491 |                                 .as_ref(),
    |                                  ------ type must be known at this point
    |
    = note: multiple `impl`s satisfying `Vec<Constraint>: AsRef<_>` found in the `alloc` crate:
            - impl<T, A> AsRef<Vec<T, A>> for Vec<T, A>
              where A: Allocator;
            - impl<T, A> AsRef<[T]> for Vec<T, A>
              where A: Allocator;
help: consider specifying the generic argument
    |
486 |                         .constraints::<&T>(
    |                                     ++++++

[1] 7ad129c979

PR:		275243
Approved by:	portmgr (build fix blanket)
2023-12-08 16:02:42 +01:00
Ashish SHUKLA
0505b712df
all: Bump PORTREVISION after lang/go* update
PR:		274405
2023-12-07 02:22:10 +00:00
Richard Gallamore
fd676f4c4b seafile-client: Update to 9.0.4
Changes: https://manual.seafile.com/changelog/client-changelog/
2023-12-06 13:55:05 -08:00
Rene Ladan
86d6522d1f net-mgmt/p5-Nagios-Plugin: return to pool
With hat:	portmgr-secretary
2023-12-04 21:26:18 +01:00
Jochen Neumeister
324f0fafe2 net-mgmt/icinga-php-thirdparty: revert last commit to 0.11.0
revert the last commit, the version numbers going backwards

Reported by:	mat
Sponsored by:	Netzkommune GmbH
2023-12-04 16:12:04 +01:00
Richard Gallamore
d5fa03fbaf Seafile: Update to 11.0.2
Changes: https://manual.seafile.com/changelog/server-changelog/
2023-12-04 06:59:19 -08:00
Dries Michiels
b288c150e5 net-mgmt/netdata-go: update to 0.57.2
Changes:	https://github.com/netdata/go.d.plugin/releases/tag/v0.57.2
2023-12-04 12:02:48 +01:00
Craig Leres
5658e91ab6 net-mgmt/arpwatch: Update to 3.5
Changes since 3.4:

 - Make SIGHUP checkpoint arp.dat; suggested by Gerd v. Egidy
   (gerd.von.egidy@intra2net.com)

 - Fix bug that prevented checkpoint() from being called until after
   receiving a new arp/rarp packet.

 - Update pkg-message.in
2023-12-03 10:17:07 -08:00
gettoknowmi
42bf42a785 net-mgmt/icinga-php-thirdparty: Update to 0.12.0
PR:	275410
Sponsored by:	Netzkommune GmbH
2023-12-03 11:52:11 +01:00
Denis Shaposhnikov
2f24ed03b1 net-mgmt/icinga-php-library: update to 0.13.0
Update to 0.13.0  and add missing USE_PHP (reported by flo)

PR:	274652
Sponsored by:	Netzkommune GmbH
2023-12-03 10:53:53 +01:00
Juraj Lutter
6d9b04c3eb net-mgmt/zabbix5-server: Update to 5.0.40
Release notes: https://www.zabbix.com/rn/rn5.0.40
2023-12-01 23:27:43 +01:00
Juraj Lutter
3d773305ad net-mgmt/zabbix6-server: Update to 6.0.24
Release notes: https://www.zabbix.com/rn/rn6.0.24
2023-12-01 23:27:43 +01:00
Juraj Lutter
11b067a845 net-mgmt/zabbix64-server: Update to 6.4.9
Release notes: https://www.zabbix.com/rn/rn6.4.9
2023-12-01 23:27:42 +01:00
Brad Davis
996b407b20 net-mgmt/collectd5: Fix patch paths preventing this from applying properly
Fixes:		5b63443a6e
Pointy hat to:	brd (me)
2023-12-01 14:16:26 -07:00
Kai Knoblich
f46a15c7c3 net-mgmt/netbox: Update to 3.6.6
Changelog:

Enhancements:
* Show complete region hierarchy in UI for all relevant objects

Bug Fixes:
* Record a pre-change snapshot when bulk editing objects via CSV
* Raise a validation error when attempting to create a duplicate
  script or report
* Fix jobs list for reports with a custom name
* Fix CustomFieldChoiceSet search filter
* Enable export templates for contact assignments
* Webhook timestamps should be in proper ISO 8601 format
* Fix numeric ordering of service ports
* Correctly hash local user password when set via REST API
* Fix ordering ASN table by ASDOT column
* Fix running reports via REST API
* Fix custom validation support for remote data sources
* Fix bulk editing of interfaces assigned to VM with no cluster

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

MFH:		2023Q4
2023-12-01 13:48:06 +01:00
Christoph Moench-Tegeder
6b49e226ac net-mgmt/check_ssl_cert: update to 2.78.0
https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.78.0
2023-11-30 20:31:35 +01:00
Brad Davis
5b63443a6e net-mgmt/collectd5: Use libpfctl
PR:		275013
Reviewed by:	kp
Approved by:	Krzysztof <ports@bsdserwis.com> (maintainer)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2023-11-29 16:55:47 -07:00
Emanuel Haupt
6e62ddfe9b net-mgmt/gping: Update to 1.16.0 2023-11-30 00:16:50 +01:00
Christoph Moench-Tegeder
90f40b8fa6 net-mgmt/check_ssl_cert: update to 2.77.0
https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.77.0
2023-11-25 18:54:13 +01:00
Palle Girgensohn
103d359fa6 net-mgmt/icinga-php-thirdparty: Upgrade to 0.12
This version is required by net-mgmt/icingaweb2.

Approved by:	joneum (maintainer timeout)
Release notes:	https://github.com/Icinga/icinga-php-thirdparty/tree/v0.12.0
PR:		274653
Submitted by:	Denis Shaposhnikov
2023-11-25 17:34:06 +01:00
Alexey Dokuchaev
c501798649 net-mgmt/victoria-metrics: update VictoriaMetrics to version 1.93.8. 2023-11-24 11:06:28 +00:00
Marcel Bischoff
7ec114119e net-mgmt/rs-aggregate: Update to 0.3.1
Changelog: https://github.com/ktims/rs-aggregate/releases/tag/v0.3.1

PR:		275237
2023-11-24 01:12:38 -05:00
Garrett Wollman
5fd5442609 net-mgmt/yaf: update to 2.13.0
Changelog: https://tools.netsa.cert.org/yaf2/release-history.html#release-2.14.0

PR:		271249
Approved by:	dikshie@sfc.wide.ad.jp (maintainer timeout)
2023-11-24 01:12:31 -05:00
Dries Michiels
5bca5e79a6 net-mgmt/netdata-go: update to 0.57.1
Changes:	https://github.com/netdata/go.d.plugin/releases/tag/v0.57.1
2023-11-23 20:13:01 +01:00
Fernando Apesteguía
0223f14e38 net-mgmt/nfsen: Update to 1.3.11
While here, don't generate backup files after replacing.
Otherwise poudriere complains about wrong shebangs in the .bak files.

PR:		274776
Reported by:	chadf@triularity.org
2023-11-22 09:46:17 +01:00
Juraj Lutter
f35110cb5d net-mgmt/unifi8: Fix build
The pkg-message.in file was removed, but SUB_FILES was still
referencing to it. Sorry about that.

PR:		275238
2023-11-21 20:50:40 +01:00
Juraj Lutter
7047c75f94 net-mgmt/unifi8: Add new port
Add unifi network application version 8.0.7.

Release notes: https://community.ui.com/releases/r/network/8.0.7
2023-11-21 14:10:32 +01:00
Juraj Lutter
cb3015f838 net-mgmt/unifi7: Update CONFLICTS
Update CONFLICTS as unifi8 is in the tree.
2023-11-21 14:10:05 +01:00
geoffroy desvernay
9917507f93 net-mgmt/netdisco: update to 2.070001
- update maintainer email to maintainer's new email address

Changelog: https://metacpan.org/dist/App-Netdisco/changes

PR:		274779
2023-11-18 15:20:45 -05:00
Robert Clausecker
8aa7a2d9b9 net-mgmt/metronome: Revert "Fix build with clang-16.x"
This reverts commit 0ff8163865.

The underlying issue was correctly fixed by 2ba2bf91fc.
This additional fix just breaks the build on FreeBSD 13.2.

See also:	2ba2bf91fc
Approved by:	portmgr (build fix blanket)
MFH:		2023Q4
2023-11-18 15:20:42 -05:00
Muhammad Moinur Rahman
d9e320690c net-mgmt/pandorafms_console: Avoid @exec/@unexec
Approved by:	portmgr (blanket)
2023-11-18 13:29:53 +01:00
Muhammad Moinur Rahman
0eae56127a net-mgmt/nagios: Avoid deprecated @exec/@unexec
Utilize USES=localbase while I am here

Approved by:	portmgr (blanket)
2023-11-18 13:29:52 +01:00