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