New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/21056#issuecomment-789164932 Comment: I think `libarchive` should be bumped in `common/shlibs`, otherwise `xbps-install -u xbps` only pulls in: ``` Name Action Version New version Download size libcrypto1.1 install - 1.1.1j_1 - libssl1.1 install - 1.1.1j_1 - libxbps update 0.59.1_3 0.59.1_4 - xbps update 0.59.1_3 0.59.1_4 - ``` which means we will be trying to use both LibreSSL and OpenSSL at the same time. I will try to find other libs in the same situation.