There's a closed pull request on the void-packages repository New package: openssl3 https://github.com/void-linux/void-packages/pull/37576 Description: - This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): YES - I built this PR locally for my native architecture, `x86_64-musl` - removed the c_rehash utility - added a check for `"$XBPS_TARGET_NO_ATOMIC8" makedepends+=" libatomic-devel"` It currently fails: ``` 01-test_symbol_presence.t (Wstat: 512 Tests: 4 Failed: 2) Failed tests: 2, 4 Non-zero exit status: 2 ``` This failure is also seen in openssl-1.1.1o update, and it seems related to our having an ancient nm (binutils), and the way it outputs. I can adapt current ppc patches later if needed.