xbps-install -Su ca-certificates

Am Donnerstag, 29. Oktober 2015 10:31:54 UTC+1 schrieb johnny goodbye:
After succesfully updating xbps-install
# xbps-install -Syu
[*] Updating `http://repo.voidlinux.eu/current/x86_64-repodata' ...
x86_64-repodata: 934KB [avg rate: 3058KB/s]
[*] Updating `http://repo.voidlinux.eu/current/multilib/nonfree/x86_64-repodata' ...
[*] Updating `http://repo.voidlinux.eu/current/multilib/x86_64-repodata' ...
x86_64-repodata: 357KB [avg rate: 450MB/s]
[*] Updating `http://repo.voidlinux.eu/current/nonfree/x86_64-repodata' ...
MISSING: libssl35-2.2.4_1
Transaction aborted due to unresolved dependencies.

Then trying:
# xbps-install libssl35
libressl-2.2.3_1 broken, needs `libcrypto35-2.2.4_3'
libressl-openssl-2.2.3_1 broken, needs `libcrypto35-2.2.4_3'
libtls6-2.2.3_1 broken, needs `libcrypto35-2.2.4_3'
libressl-2.2.3_1 broken, needs `libssl35-2.2.4_3'
libressl-openssl-2.2.3_1 broken, needs `libssl35-2.2.4_3'
libtls6-2.2.3_1 broken, needs `libssl35-2.2.4_3'
Transaction aborted due to unresolved dependencies.

then
# xbps-install libssl35 libcrypto35 libressl libressl-openssl libtls6
MISSING: libssl35-2.2.4_1
Transaction aborted due to unresolved dependencies.


How to solve?