Changelog:
Enhancements:
* Include rack elevation under device view
* Omit extraneous URL query attributes during search
* Improve formatting of device heights and rack positions
Bug Fixes:
* Adjust non-racked device filter on site and location detailed view
* Fix validation when attempting to add redundant contact assignments
* Enforce object type validation when creating journal entries
* Fix exception when filtering VLANs by virtual machine
with no cluster assigned
* Fix form widget styling for DeviceType airflow field
* Avoid rounding virtual machine memory values
* Restore missing connection details for device components
* Enable filtering by read-only custom fields in the UI
* Omit read-only custom fields from CSV import forms
* Cable trace SVG links should not force a new window
* Clarify representation of blocking contact assignments during
contact deletion
* Disable the reassignment of a module to a new device
* Automatically inherit site assignment from cluster when creating
a virtual machine
* Permit the pinning of a VM to a particular device within a cluster
which has no site assignment
* Correct URL for contacts table tags column
MFH: 2022Q4
* Prune obsolete update instructions/notes for NetBox releases older
than 3.0.
* Add a directive to the netbox rc sample script that also simplifies
the upgrade process. [1]
* Fix a typo regarding the housekeeping script in the upgrade
instructions. [1]
Changelog since 3.2.9:
It contains many bugfixes/enhancements and the following new features:
* Multi-object Cable Terminations
* L2VPN Modeling
* PoE Interface Attributes
* Half-Height Rack Units
* Restrict API Tokens by Client IP
* Reference User in Permission Constraints
* Custom Field Grouping
* Toggle Custom Field Visibility
https://netbox.readthedocs.io/en/stable/release-notes/version-3.3/
Reported by: Thomas Kurschel (via e-mail) [1]
MFH: No (feature release)
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit)
- fix wrong test(1) option in bpf configure test
preventing configuration to succeed when no bpf(4)
device is present on the system
- add a missing include to avoid undefined behaviour
through homegrown artisanal offsetof(3) macro
- set LICENSE
PR: 265512
Approved by: vlm@lionet.info (maintainer timeout)
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit)