NAS-141457 / 27.0.0-BETA.1 / V-series V2xx + rear-bay enclosure support (by darkfiberiru) (#19209)
## Summary
Adds V2xx (V260/V280) enclosure management and reworks V-series rear-bay
support to use the bifurcated PEX89032 NTG chip's SES path. Two commits,
each independently functional / bisectable:
### Commit 1 — V2xx front-bay enclosure support
V2xx front bays are served by a single Broadcom PEX89088 PCIe switch
chip partitioned into two SES VirtualSES enclosures (replacing V1xx's
dual 9600-12i4e SAS HBAs). The two partitions advertise the SAME encid,
so the V1xx encid-comparison disambiguation fails — `ses_enclosures2`
falls back to inspecting Array Device Slot element descriptor labels
(`slot01..slot12` = NVME0; `slot13..slot24` = NVME8). `slot_mappings`
gets a V2xx branch keyed by `enc.product` (`4IXGA-SWp/s`).
`enclosure_class` recognizes the V2xx model and exempts `4IXGA-SW` from
the V-series ECStream filter. `sysfs_disks` gains an NVMe-namespace
[58 lines not shown]
gotosocial: Update to 0.21.3
This release includes serious security fixes.
Changes:
- Update upstream git repository to their new home on
Codeberg.
- Golang compiler tags and linker flags adapted from
GoToSocial build.sh script, with pkgsrc supported
platforms in mind.
- Remove Golang version pinning to 1.24, 1.26 is good now.
- Update post-install actions to mimic GoToTocial own
binary releases available on Codeberg.
- Remove a Windows specific patch (as far as I know it
doesn't build on this OS anyway).
[12 lines not shown]