aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* security/libsodium: update to 1.0.19, bump dependent portsVsevolod Stakhov4 days7-0/+7
| | | | | PR: 278259 Reported by: Andrey Korobkov <alster-vinterdalen.se>
* *: Change the MAINTAINER field per requestGleb Popov6 days1-2/+2
| | | | PR: 278267
* net-mgmt/metronome: Add rc.d scriptKirill Ponomarev6 days3-2/+52
| | | | | PR: 239819 Reported by: freebsd_at_dns_d_company, tremere_at_cainites_d_net
* net-mgmt/net-snmp: Avoid changing to the snmpd user for nowMark Johnston10 days2-2/+13
| | | | | | | | | | | | | | | Switching the user might break existing configurations, for reasons that are not fully clear yet. Avoid surprises by letting users opt-in to that change, for now. Also provide an rc.conf variable to make it easy to configure snmpd to drop privileges if they so choose. Reported by: dvl Approved by: zi Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45199
* all: Bump after lang/go121 updateAshish SHUKLA11 days30-30/+30
| | | | MFH: 2024Q2
* all: Bump after lang/go122 updateAshish SHUKLA11 days1-0/+1
| | | | MFH: 2024Q2
* net-mgmt/py-msrest: Convert to USE_PYTHON=pep517Po-Chuan Hsieh11 days1-1/+4
| | | | - Bump PORTREVISION for package change
* net-mgmt/py-ipy: Convert to USE_PYTHON=pep517Po-Chuan Hsieh11 days2-3/+18
| | | | - Bump PORTREVISION for package change
* net-mgmt/py-adal: Convert to USE_PYTHON=pep517Po-Chuan Hsieh11 days1-2/+4
| | | | - Bump PORTREVISION for package change
* lang/rust: Bump revisions after 1.78.0Mikael Urankar11 days4-4/+4
| | | | PR: 278834
* net-mgmt/net-snmp: Let snmpd run as a non-root userMark Johnston2024-05-093-9/+47
| | | | | | | | | | | | | | | | | | | - Compile without /dev/kmem access. This requires a small patch which opens libkvm in a dummy mode which uses sysctls to implement most of its interfaces rather than /dev/kmem access. This way we can drop the dependency on /dev/kmem without rewriting existing code. - Add a new snmpd user. Configure snmpd to drop privileges once it's finished initialization. - Remove the JAIL option. Now that snmpd avoids using /dev/kmem, there's no need to have a special mode for running snmpd in jails. The patch has been proposed upstream here: https://sourceforge.net/p/net-snmp/mailman/net-snmp-coders/thread/ZjEwNV5BiTOQ-Adi%40nuc/#msg58766857 Approved by: zi Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45031
* net-mgmt/net-snmp: Fix the IPV6 MIB implementationMark Johnston2024-05-092-14/+129
| | | | | | | | | | | | | | | | The implementations of var_tcp6() and var_udp6() on FreeBSD don't work and fail to compile. var_tcp6() also makes uses of kmem access, which I'm trying to disable in snmpd. Provide a patch to fix these problems. This has been committed to the 5.9 branch upstream. Readd mibII/ipv6 since it now compiles and works in my manual testing. Also, simply remove the IPV6 option. It has no effect, as --enable-ipv6 is the default. Approved by: zi Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45030
* net-mgmt/net-snmp: Fix freebsd15.hMark Johnston2024-05-092-7/+3
| | | | | | | | | | | | | It was copied from freebsd14.h without updating it. Also remove some bogus copying in the port makefile. 5.9.4 provides freebsdN.h for N up to 14, and we have a patch which adds freebsd15.h. So, get rid of the copying too. Approved by: zi Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45029
* net-mgmt/netbox: Update to 3.7.8Kai Knoblich2024-05-072-5/+5
| | | | | | | | | | | | | | | | | | | | | Changelog: Enhancements: * Enable adding new cables directly from navigation menu Bug Fixes: * Account for virtual chassis membership when assigning related interfaces via bulk edit * Fix pagination through search results within dropdown fields * Fix SVG rendering of cable traces to circuit terminations * Fix cable trace SVG generation for cables with multiple terminations at both ends * Replace CSV export formatting for several many-to-many fields * Fix secret toggle button for IKE policies https://github.com/netbox-community/netbox/releases/tag/v3.7.8 MFH: 2024Q2
* net-mgmt/netbox: Update to 3.7.7Kai Knoblich2024-05-023-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements: * Show usage counts for associated objects on config template list * Add Date & DateTime variable types for custom scripts * Cache the generated API schema definition for shorter loading times Bug Fixes: * Fix AttributeError exception when editing a cable with only one end terminated * Fix row highlighting for device interface list display * Fix "mark" button tooltip on button activation for device interface list display * Fix SVG drawing error on multiple termination trace with multiple devices * Fix random interface swap when performing cable trace with multiple termination * Fix NoReverseMatch exception when viewing an event rule which references a deleted custom script * Fix rounding error when reporting IP range utilization * Ignore many-to-many mappings when checking dependencies of an object being deleted * Avoid extraneous database queries when fetching assigned IP addresses via REST API * BANNER_MAINTENANCE content should permit custom HTML * Ensure deterministic ordering for scripts & reports * Fix retention of default value when editing a custom JSON field * Fix exception when enabling the tags column on the L2VPN terminations table Changelog: https://github.com/netbox-community/netbox/releases/tag/v3.7.7 MFH: 2024Q2
* net-mgmt/unifi8: Update to 8.1.127Juraj Lutter2024-05-012-6/+6
| | | | Release notes: https://community.ui.com/releases/r/network/8.1.127
* net-mgmt/zabbix6-server: Bump PORTREVISIONJuraj Lutter2024-04-291-1/+1
| | | | | Bump PORTREVISION after rc.d files change (it was missed in previous commit).
* net-mgmt/zabbix6-server: Make service depend on mysql serviceJuraj Lutter2024-04-292-0/+6
| | | | | | | | | | | When using zabbix6-server with MariaDB, rc.d/zabbix_server does not contain "REQUIRE: mysql". Therefore, when shutting down the host, mysql stops before zabbix_server and prevents zabbix_server from stopping. Fix this also for MYSQLDV option and also for zabbix6-proxy in addition to zabbix6-server. PR: 278629
* net-mgmt/zabbix64-server: Make service depend on mysql serviceJuraj Lutter2024-04-293-1/+7
| | | | | | | | | | | When using zabbix64-server with MariaDB, rc.d/zabbix_server does not contain "REQUIRE: mysql". Therefore, when shutting down the host, mysql stops before zabbix_server and prevents zabbix_server from stopping. Fix this also for MYSQLDV option and also for zabbix64-proxy in addition to zabbix64-server. PR: 278629
* net-mgmt/seafile-server: Fix build for FreeBSD 14Richard Gallamore2024-04-281-0/+1
| | | | | Clang upgraded to 16.x on FreeBSD 14. There was a breaking change which upgraded incompatible-function-pointer-types from warning to error.
* net-mgmt/zabbix6-server: Update to 6.0.29Juraj Lutter2024-04-253-4/+5
| | | | Release notes: https://www.zabbix.com/rn/rn6.0.29
* net-mgmt/zabbix64-server: Update to 6.4.14Juraj Lutter2024-04-253-4/+5
| | | | Release notes: https://www.zabbix.com/rn/rn6.4.14
* net-mgmt/netbox: Update 3.7.6Kai Knoblich2024-04-233-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Enhancements: * Improve rendering of JSON data in configuration form * Enable compatibility with non-Amazon S3 providers for remote data sources * Add global search support for L2VPN identifiers * Introduce new configuration parameters for enabling HTTP Strict Transport Security (HSTS) Bug Fixes: * Restore ability to modify assigned component template when adding/modifying an inventory item template * Fix permission constraints for synchronization of remote data sources * Correct OpenAPI schema definitions for read-only fields which may return null values * Extend plugin removal instruction to include reindexing the global search cache * Fix AttributeError exception when attempting to save an incomplete tunnel termination * Fix permission required to display virtual disks tab on virtual machine UI view * Allow filtering cables by decimal values using UI filter form * Add missing ike_policy & ike_policy_id filters for IKE proposals * Include id in list of supported fields for all bulk import forms * Fix live preview support for EventRule comments https://github.com/netbox-community/netbox/releases/tag/v3.7.6 MFH: 2024Q2
* net-mgmt/py-netutils: Update to 1.8.1Kai Knoblich2024-04-232-4/+4
| | | | | | | | Changelog: https://github.com/networktocode/netutils/releases/tag/v1.8.1 MFH: 2024Q2
* net-mgmt/telegraf: Upgrade to 1.30.2Palle Girgensohn2024-04-232-7/+6
| | | | Release notes: https://github.com/influxdata/telegraf/releases/tag/v1.30.2
* net-mgmt/smokeping: Made pidfile configurable in the rc scriptRodrigo Osorio2024-04-222-3/+4
| | | | | | | | | From this version if you use a custom pifile location configured in /etc/rc.conf with the smokeping_pidfile variable you don't need to update your smokeping rc.d file manually after each port upgrade anymore. The default behavior remains unchanged. Reported by: zi (private mail)
* net-mgmt/librenms: Update to 24.4.1Dan Langille2024-04-212-7/+7
| | | | re: https://github.com/librenms/librenms/releases/tag/24.4.1
* net-mgmt/py-pynetbox: Allow build with py-packaging 24.0+Po-Chuan Hsieh2024-04-202-1/+15
| | | | | | - Bump PORTREVISION for package change Obtained from: https://github.com/netbox-community/pynetbox/pull/608
* net-mgmt/librenms: Update to 24.4.0Dan Langille2024-04-203-8/+15
| | | | | | | | | | | | | | | re: https://github.com/librenms/librenms/releases/tag/24.4.0 While here, add a missing dep: sysutils/py-psutil Also, note that the service is not starting up properly for me in a jail. This may also affect non-jail hosts; I don't know. This is not new to this release. Monitor /var/log/librenms/*.log and if you see 'Unable to launch a new process', then restart the service via: service librenms restart After that, all is well.
* net-mgmt/ipv6calc: Update to 4.2.0Po-Chuan Hsieh2024-04-185-17/+18
| | | | | Changes: https://github.com/pbiering/ipv6calc/releases https://github.com/pbiering/ipv6calc/blob/master/ChangeLog
* all: Bump after lang/go122 updateAshish SHUKLA2024-04-151-0/+1
| | | | MFH: 2024Q2
* all: Bump after lang/go121 updateAshish SHUKLA2024-04-1530-27/+30
| | | | MFH: 2024Q2
* devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutilPo-Chuan Hsieh2024-04-133-5/+6
| | | | | | - Convert to USE_PYTHON=pep517 - Bump PORTREVISION of dependent ports for dependency change - While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of PKGNAMEPREFIX for *_DEPENDS
* */*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after ↵Po-Chuan Hsieh2024-04-132-2/+0
| | | | 9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9
* */*: Remove GNU_CONFIGURE_MANPREFIXEmanuel Haupt2024-04-122-2/+0
| | | | After 9fd7ee1cdf6c remove GNU_CONFIGURE_MANPREFIX from my ports.
* framework: reintroduce the feature enabling codeMathieu Arnold2024-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | For each feature (see in Mk/Features) users can now set these variables in their make.conf. Using LTO as an example. To enable globally: WITH_LTO= yes To disable globally (for example ssp is enabled by default): WITHOUT_LTO= yes To enable for a specific list of ports: WITH_LTO_PORTS= lang/perl5.36 To disable for a specific list of ports: WITHOUT_LTO_PORTS= lang/perl5.36 Differential Revision: https://reviews.freebsd.org/D44750
* net-mgmt/blackbox_exporter: Update to 0.25.0Nuno Teixeira2024-04-102-7/+6
| | | | | ChangeLog: https://github.com/prometheus/blackbox_exporter/releases/tag/v0.25.0
* databases/p5-DBD-mysql: Fix for MariaDB usersFlorian Smeets2024-04-077-17/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES where required. DBD_MYSQL will automatically set the correct DBD dependency. In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the support for MariaDB was removed and only MySQL >= 8.0 is supported. In the 4.x releases MariaDB is still supported, according to upstream 4.x will still be supported for a while [1], so use that for now when we detect that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in d95f49cb3b54. DBD:MariaDB would be another alternative, but migrating to it might need more analysis than just staying with the 4.x releases of p5-DBD-mysql. This thread on the amavis-users mailing list has a very good summary [2] from the author of DBD:MariaDB. This includes ideas and suggestions from vvd and mat. Thanks! [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277889#c17 [2] https://lists.amavis.org/pipermail/amavis-users/2024-March/006823.html PR: 275100, 277889 Reviewed by: vvd, mat Fixes: cd16748194e2 Differential Revision: https://reviews.freebsd.org/D44662
* net-mgmt/ocsinventory-agent: Update to 2.10.2Mikael Urankar2024-04-063-4/+7
| | | | | Changes: https://github.com/OCSInventory-NG/UnixAgent/releases/tag/v2.10.2
* net-mgmt/py-netutils: Update to 1.8.0Kai Knoblich2024-04-062-4/+4
| | | | | | Changelog: https://github.com/networktocode/netutils/releases/tag/v1.8.0
* net-mgmt/netbox: Update to 3.7.5Kai Knoblich2024-04-052-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Enhancements: * Clarify interface designation when creating tunnel terminations * Allow API tokens to be cloned Bug Fixes: * Avoid caching modified reports & scripts * Raise a clean validation error when attempting to make duplicate FHRP group assignments * Fix usage of selector widget for form fields referencing users/groups * Correct permissions name to allow adding a module bay to a device via the UI * Fix KeyError exception when modifying an IP address assigned to a virtual machine * Restore help modal for button_class field on custom link bulk import form * Fix exception when creating a device from a device type with one or more child inventory items * Avoid caching values of null fields in search index * Fix filtering of the providers list by assigned ASN https://github.com/netbox-community/netbox/releases/tag/v3.7.5
* net-mgmt/pushgateway: Update to 1.8.0Gabriel M. Dutra2024-04-052-8/+7
| | | | | | | | | Use go 1.21 changeLog: https://github.com/prometheus/pushgateway/releases/tag/v1.8.0 Approved by: garga (mentor, implicit)
* sysutils/bacula11-server: Deprecate Bacula11Dan Langille2024-04-041-0/+3
| | | | The last update was over two years ago.
* sysutils/bacula9-server: Deprecate Bacula9Dan Langille2024-04-041-0/+3
| | | | The last update was over three years ago.
* net-mgmt/librenms: Update to 24.3.0Dan Langille2024-04-022-7/+7
| | | | re: https://github.com/librenms/librenms/releases/tag/24.3.0
* net-mgmt/telegraf: Upgrade to 1.30.1Palle Girgensohn2024-04-022-6/+6
|
* net-mgmt/phpweathermap: Remove expired portRene Ladan2024-04-018-331/+0
| | | | 2024-03-31 net-mgmt/phpweathermap: WWW vaporized and has not been updated in last 14 years
* net-mgmt/check_nwc_health: Update to 11.2.4Craig Leres2024-03-302-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 11.0.1.1: - add mode ha-status for Palo Alto - add perfdata for the mode interface-nat-rejects - fix Makefile.am and git add the cisco and arista pm files - add mode interface-errdisabled (Cisco and Arista only) - require, not use Net::Ping for F5 checks - drecksmacoctetbinaerschlonz - add mode list-arp-cache - PR #324, detect Ivanti devices (formerly identifying themselves as Pulse Secure) - show vlans only on demand, --report short+vlan - more runtime reduction for huawei, cpu and mem - suppress output of empty vlans - cache huawei entities to avoid hitting the device's snmp rate limit cache vlan configs - show vlans with interface-status Reported by: portscout
* net-mgmt/pmacct: unbreak with RABBITMQ=onStewart Morgan2024-03-292-0/+27
| | | | PR: 273598
* net-mgmt/py-pypowerwall: Update to 0.7.12Ryan Steinmetz2024-03-292-5/+4
|