aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* net-mgmt/py-pynetbox: Update to 6.6.1Kai Knoblich2022-02-252-4/+4
| | | | | | | Changelog: https://github.com/netbox-community/pynetbox/releases/tag/v6.6.1 MFH: 2022Q1
* net-mgmt/victoria-metrics: update VictoriaMetrics to version 1.73.1.Alexey Dokuchaev2022-02-254-29/+30
| | | | Reported by: portscout
* net-mgmt/semaphore: update 2.6.8 to 2.8.53Vinícius Zavam2022-02-245-113/+113
| | | | | | | | | | | | | * this release fixes support for LDAPS (tls); * bulk (testport) OK: 12, 13, main (CURRENT/HEAD); * .sql patches used by 'semaphore migration' were updated; * cleanup on GH_TUPLE. CHANGELOG * https://github.com/ansible-semaphore/semaphore/releases/tag/v2.8.53 DIFFERENCE * https://github.com/ansible-semaphore/semaphore/compare/v2.6.8...v2.8.53
* cleanup: Remove expired ports:Rene Ladan2022-02-225-115/+0
| | | | 2022-02-22 net-mgmt/percona-monitoring-plugins: Upstream EOL reached on 2020-08-01
* net-mgmt/check_ssl_cert: update to 2.21.0Christoph Moench-Tegeder2022-02-212-4/+4
| | | | | Release Notes: https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.21.0
* net-mgmt/netdata: Correct previous commit by defining correct dependencyDaniel Engberg2022-02-211-2/+2
| | | | | | | | | CLOUD_LIB_DEPENDS should be libprotobuf and CUPS still depends on libcups Reported by: Namkhai B Approved by: portmgr (blanket approval) Fixes: a0f80c4 - net-mgmt/netdata: Style fix
* net-mgmt/check_mk_agent: Update to 2.0.0p20Mateusz Piotrowski2022-02-202-8/+8
| | | | Changes: https://github.com/tribe29/checkmk/commits/v2.0.0p20/agents/check_mk_agent.freebsd
* net-mgmt/netdata: Style fixDaniel Engberg2022-02-201-1/+1
| | | | PR: 262059
* devel/ruby-gems: Update to 3.3.7Dan Langille2022-02-206-129/+71
| | | | | | | | | | | | | | | | | | | | These are fixes Ruby 3.0 Changes were compiled against all dependencies of devel/ruby-gems and they all built cleanly. There are five known build failures, all prexisting: * devel/rubygem-xdg5: requires Ruby 3.0 * devel/rubygem-xdg: requires Ruby 3.1 * graphics/rubygem-objectdetect: port explicitly marked broken * mail/rubygem-tmail: port explicitly marked broken * science/cdcl: marked broken, unfetchable Plus, science/rubygem-ruby-dcl gets skipped because of science/cdcl PR: 258108 Approved by: ruby (zi@)
* net-mgmt/py-phonebox-plugin: Add new portKai Knoblich2022-02-195-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | This NetBox plugin is intented for Telephone Number Management. It currently implements a Number abstraction representing a single telephone number of an arbitrary format. A Number can consist of valid DTMF characters and leading plus sign for E.164 support: * Leading Plus ("+") sign (optional) * Digits 0-9 * Characters A, B, C, D * Pound sign ("#") * Asterisk sign ("*") Support for Bulk Edit/Delete operations for Numbers and the following voice circuit types is included as well: * SIP Trunk. * Digital Voice Circuit (PRI/BRI/etc). * Analog Voice Circuit (CO lines/etc). The plugin also introduces a NetBox REST API extension which is compatible with pynetbox. WWW: https://github.com/iDebugAll/phonebox_plugin Requested by: Mike Geiger (via e-mail)
* net-mgmt/netdata: Depend on protobuf when CLOUD=onNamkhai B2022-02-191-0/+1
| | | | PR: 261979
* net-mgmt/netdata: Remove claim script when CLOUD=offNamkhai B2022-02-192-1/+5
| | | | PR: 261979
* net-mgmt/librenms: Update to 22.2.1Dan Langille2022-02-185-86/+114
| | | | | | | | | | | | | | | | | | | | re: https://github.com/librenms/librenms/releases/tag/22.2.1 This port update skips over several releases. See: https://github.com/librenms/librenms/releases See UPDATING for details on storage directory which needs to move to /var/db/librenms LiberNMS wants to write to the %%WWWDIR%%/storage directory. To comply with man 7 hier, this entry is now a symlink to /var/db/librenms/storage Please adjust your filesystem accordingly. The contrib directory has been removed from the upstream tarball. As such, the port now installs the log rotation file to /${PREFIX}/etc/newsyslog.conf.d/librenms.conf.sample PR: 260085 261031
* net-mgmt/telegraf: update to 1.21.4Palle Girgensohn2022-02-172-6/+6
| | | | Release notes: https://github.com/influxdata/telegraf/releases/tag/v1.21.4
* net-mgmt/zabbix6-frontend: Ignore for PHP80 and PHP81Cy Schubert2022-02-162-1/+5
| | | | | | | Zabbix-frontend still requires PHP74; mark for deprecation pending updated PHP requirement. Reported by: bofh
* net-mgmt/zabbix6-server: Update pkg-messageCy Schubert2022-02-162-6/+7
| | | | Update links in pkg-message.
* net-mgmt/zabbix6-server: Fix typoCy Schubert2022-02-161-1/+1
| | | | Insert a missing equal sign.
* net-mgmt/zabbix6-*: Add new family of zabbix6-* portsCy Schubert2022-02-1618-0/+2127
| | | | | | | | Zabbix 6.0 LTS was released on Feb 8, 2022. End of full support: Feb 28, 2025 End of Limited support: Feb 28, 2027 Announced: https://www.zabbix.com/life_cycle_and_release_policy
* net-mgmt/netbox: Update to 3.1.8Kai Knoblich2022-02-163-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Enhancements: * Linkify devices on the far side of a rack elevation * Embiggen configuration form fields for banner message content * Add full username column to changelog table * Enable tab completion for nbshell Bug Fixes: * Implement replaceAll string utility function to improve browser compatibility * Null date columns should return empty strings during CSV export * Fix display of VC members when position is zero * Include option to connect a rear port to a console port * Fix errant table configuration key available_columns * Show contact assignment counts in global search results * Object change log tables should honor user's configured preferences * Fix tag filter on config context list filter form * Display validation error when attempting to assign VLANs to interface with no mode during bulk edit * Fix bulk editing for certain custom link, webhook, and journal entry fields https://github.com/netbox-community/netbox/releases/tag/v3.1.8
* net-mgmt/netdata: Update to v1.33.1Namkhai B2022-02-163-60/+60
| | | | PR: 261979
* net-mgmt/victoria-metrics: update VictoriaMetrics to version 1.73.0Alexey Dokuchaev2022-02-155-54/+69
| | | | | | | | | Reported by: portscout Remove useless and confusing -httpListenAddr=:9429 parameter from the vmagent startup script. Noticed by: Lapo Luchini
* net-mgmt/py-arouteserver: Update version 1.12.0=>1.13.1Muhammad Moinur Rahman2022-02-152-4/+4
| | | | Relnotes: https://github.com/pierky/arouteserver/releases/tag/v1.13.1
* net-mgmt/alertmanager: Fix a typo in COMMENTMateusz Piotrowski2022-02-141-1/+1
| | | | Approved by: portmgr blanket
* net-mgmt/py-pynetbox: Update to 6.6.0Kai Knoblich2022-02-132-4/+4
| | | | | | | | Changelog: https://github.com/netbox-community/pynetbox/compare/v6.5.0...v6.6.0 MFH: 2022Q1
* net-mgmt/tcpreplay: Update to 4.4.1Emanuel Haupt2022-02-123-13/+21
| | | | | | | | - Update to 4.4.1 - Use upstream release archive - Partially fix "make test" PR: 261738
* net-mgmt/check_ssl_cert: update to 2.20.0Christoph Moench-Tegeder2022-02-072-4/+4
| | | | https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.20.0
* net-mgmt/netbox: Update to 3.1.7Kai Knoblich2022-02-063-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements: * Include IP range data under IPAM role views * Introduce alternative ASDOT-formatted column for ASNs * Add ASNs to global search function * Enable controlling the order of custom script form fields with field_order * Add contacts to global search function * Linkify manufacturer column in device type table * Bring the ASN Web UI up to the standard set by other objects * Include locations count under tenant view * Render boolean custom fields as icons in object tables * Indicate CSV or YAML as format for "all data" export Bug Fixes: * Fix display of NAT link for primary IPv4 address under device view * Fix calculation of absolute cable lengths when specified in fractional units * Fix exception when viewing change list/records with removed plugins * Fix redundant display of VRF RD in prefix view * Accept empty string values for Interface rf_channel in REST API * Fix display of selected content type filters in object list views * Content types REST API endpoint should not require model permission * Correct file permissions to allow execution of housekeeping script * Fix display of changelog retention period https://github.com/netbox-community/netbox/releases/tag/v3.1.7
* net-mgmt/midpoint: Update to 4.4.1Matthias Wolf2022-02-052-11/+12
| | | | | | Release notes: https://docs.evolveum.com/midpoint/release/4.4.1/ PR: 261691
* net-mgmt/netdata: Adopt portNeel Chauhan2022-02-031-1/+1
|
* net-mgmt/netdata: Update to v1.33.0Namkhai B2022-02-035-66/+41
| | | | PR: 261704
* net-mgmt/chronograf: Update to 1.9.3Li-Wen Hsu2022-02-034-14/+14
| | | | Changelog: https://github.com/influxdata/chronograf/blob/master/CHANGELOG.md
* lang/rust: Relink consumersTobias Kortkamp2022-02-032-2/+2
| | | | | PR: 261449 Security: ee26f513-826e-11ec-8be6-d4c9ef517024
* zabbix3*: Mark DEPRECATEDMuhammad Moinur Rahman2022-01-311-0/+3
| | | | | | - zabbix3 reached EOL 2021-02-28 - libzbxpgsql is set to EXPIRE on 2022-02-27 - Rest of the zabbix3-* are set to EXPIRE on 2022-02-28
* net-mgmt/tcpreplay: Update to 4.4.0Emanuel Haupt2022-01-312-8/+6
|
* net-mgmt/telegraf: update to 1.21.3Palle Girgensohn2022-01-302-6/+6
| | | | Release notes: https://github.com/influxdata/telegraf/releases/tag/v1.21.3
* net-mgmt/netdata: Simplify post-patch logicDries Michiels2022-01-301-25/+11
| | | | | | | While here pet portclippy and portfmt. Reviewed by: 0mp, dizzy Differential Revision: https://reviews.freebsd.org/D33590
* net-mgmt/py-prometheus-client: Update to 0.13.1Luca Pizzamiglio2022-01-292-4/+4
| | | | Changes: https://github.com/prometheus/client_python/releases
* net-mgmt/zabbix54-frontend: Build as php74-flavored onlyJuraj Lutter2022-01-272-15/+15
| | | | | | | | | As php 8.x is not supported with zabbix 5.x frontend, make it to only build with php 7.4 and convert to using flavors. And while here, also portfmt and portclippy a bit. Reported by: alexvpetrov@gmail.com
* PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.Loïc Bartoletti2022-01-271-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SIP: As mentioned in the update from sip to sip5, this is a transitional version to remove what is deprecated in sip4. Sip6 completely removes the deprecated parts. Unfortunately, some ports — mostly cura things — can not use sip6, so we reintroduce sip4. PyQt: At the same time, we took the opportunity to simplify PyQT and propose only one package as for devel/pyside2. */py-qt5-* have been merged — excepted chart, networkauth and webengine — into devel/py-qt5-pyqt. This allows us to be in adequacy with the packages that the author of these libraries proposes, namely: PyQt - devel/py-qt5-pyqt PyQt-Charts - x11-toolkits/py-qt5-chart PyQt-NetworkAuth – net/py-qt5-networkauth PyQt-WebEngine – www/py-qt5-webengine SIP – devel/py-sip py-sip - devel/py-qt5-sip PyQt-builder - devel/py-qtbuilder Qscintilla - devel/py-qt5-qscintilla2 Reviewed by: diizzy, kde Tested by: kai, rhurlin, arrowd, madpilot Approved by: makc, tcberner, kde Differential Revision: https://reviews.freebsd.org/D33237 Exp-run by: antoine
* net-mgmt/pmacct: update 1.7.5 -> 1.7.7Robert Clausecker2022-01-2617-136/+58
| | | | | | | | | - remove -Werror as per policy - touch up patches - remove PLABEL option for feature removed in 1.7.6 PR: 260194 Changes: http://www.pmacct.net/ChangeLog-1.7.7
* net-mgmt/ocsinventory-agent: Update to 2.9.1Mikael Urankar2022-01-263-4/+6
| | | | | | Changes: https://github.com/OCSInventory-NG/UnixAgent/releases/tag/v2.9.0 https://github.com/OCSInventory-NG/UnixAgent/releases/tag/v2.9.1
* lang/php73: Remove portMuhammad Moinur Rahman2022-01-262-10/+0
| | | | | | | | | - EOL reached on 2021-12-06 https://www.php.net/eol.php PR: 260624 Approved by: tz (private email) ale portmgr (blanket) Sponsored by: Bounce Experts
* net-mgmt/nbtscan: Update to 1.7.2Po-Chuan Hsieh2022-01-252-4/+4
| | | | | Changes: https://github.com/resurrecting-open-source-projects/nbtscan/releases https://github.com/resurrecting-open-source-projects/nbtscan/blob/master/ChangeLog
* net-mgmt/netdata-go: Update to 0.31.2Dries Michiels2022-01-252-6/+6
| | | | | | | | Changes: https://github.com/netdata/go.d.plugin/releases/tag/v0.31.1 Changes: https://github.com/netdata/go.d.plugin/releases/tag/v0.31.2 Approved by: 0mp (mentor) MFH: 2022Q1 Differential Revision: https://reviews.freebsd.org/D33929
* net-mgmt/py-msrestazure: Update to 0.6.4Danilo G. Baio2022-01-252-6/+7
| | | | Changelog: https://pypi.org/project/msrestazure/0.6.4/
* net-mgmt/Makefile: Connect chronograf to buildLi-Wen Hsu2022-01-251-0/+1
| | | | Notified by: antoine
* net-mgmt/victoria-metrics: update VictoriaMetrics to version 1.72.0.Alexey Dokuchaev2022-01-243-47/+44
| | | | Reported by: portscout
* Add net-mgmt/chronografLi-Wen Hsu2022-01-2410-0/+12145
| | | | | | Open source monitoring and visualization UI for the TICK stack https://www.influxdata.com/time-series-platform/chronograf/
* cleanup: remove transitive py27 deprecation (www/chromium)Rene Ladan2022-01-232-10/+0
|
* net-mgmt/check_logfiles: Update to 4.0.1.2Florian Smeets2022-01-232-4/+4
|