The Wire ยท Showcase
PIPEWIRE 1.6.8 LANDS IN TESTING WITH FONTCONFIG FIX
By RepoJournal ยท Filed ยท About Arch Linux
PipeWire 1.6.8 is moving through the testing pipeline [ref:3][ref:4] while fontconfig 2.18.2 follows suit [ref:2][ref:5], signaling a coordinated push toward stable that will touch audio and font rendering across the entire stack.
The dual audio library update [1][2] marks the second bump this cycle and lands alongside a matching fontconfig refresh [3][4] that both hit extra-testing and multilib-testing simultaneously. This is coordinated work: fontconfig changes affect how applications render text, and when PipeWire ships at the same time, maintainers are telegraphing confidence in the combination. Meanwhile, the Rust tooling teams are tightening internals. The signstar project fixed useless borrows that Rust 1.97.0 now flags as warnings [5], keeping the build clean as the language evolves. Over in alpm, the parser now correctly accepts explicit zero values in epoch fields [6], closing a gap where SRCINFO files couldn't declare what the spec already allowed. A crossbeam-epoch security bump [7] patches RUSTSEC-2026-0204, a dependency hygiene fix that keeps the supply chain tight. All told, this is maintenance work executed with precision: no drama, no breaking surprises, just the quiet professionalism of a distro moving pieces into position.
Action items
- โ Track PipeWire 1.6.8 through testing before promoting to stable archlinux/archlinux [monitor]
- โ Rebuild any Rust projects using crossbeam to pick up RUSTSEC-2026-0204 fix archlinux/alpm [plan]
- โ Test fontconfig 2.18.2 in multi-lib environments before general release archlinux/archlinux [monitor]
References
- [1] update pipewire to 1:1.6.8-1 in extra-testing-x86_64 archlinux/state
- [2] update lib32-pipewire to 1:1.6.8-1 in multilib-testing-x86_64 archlinux/state
- [3] update fontconfig to 2:2.18.2-1 in extra-testing-x86_64 archlinux/state
- [4] update lib32-fontconfig to 2:2.18.2-1 in multilib-testing-x86_64 archlinux/state
- [5] fix: Remove useless borrows in formatting archlinux/signstar
- [6] fix: Allow explicit zero in epoch archlinux/alpm
- [7] chore: Bump crossbeam-epoch for RUSTSEC-2026-0204 archlinux/alpm