
On Monday 2025-03-03 00:28, Neal Gompa wrote:
We did not change to LibreSSL. I don't know how you have that.
Sometime recently, opensuse Tumbleweed changed to libressl. The new install of Tumbleweed I did has it. I didn't explicitly install it.
zypper does not *change* from one provider to another unless explicitly requested by the user way of e.g. `zypper in -f libressl-devel`. libzypp may however propose its installation if you install something that desires libcrypto.pc, the system does not yet have libcrypto.pc(!), and if employing libressl-devel to provide libcrypto.pc makes for an algorithmically satisfiable installation request.
The problem is it breaks package dependencies that require openssl-devel. E.g.,
Problem: 1: the to be installed kdelibs3-devel-3.5.10-276.1.x86_64 requires 'openssl-devel', but this requirement cannot be provided
The problem here is kdelibs3-devel which - usually erroneously - forces the openssl.org implementation of libcrypto.pc.