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)
- 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
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
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
- 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)
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
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
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
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
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