Hi @sergey-safarov—for kamailio RPMs I suggest not to use external OS packages like wolfssl-5.6.[346]—the reason is that wolfssl does not support semantic versioning and will bump the soname even with a minor release: e.g. 5.6.4 -> soname 41 5.6.6 -> soname 42. This non-standard distro packaging behaviour was raised by the Alpine Linux maintainer: https://github.com/wolfSSL/wolfssl/issues/7088
User could not "dnf upgrade" from 5.6.[34] to 5.6.6.
It might be easier for end users if you were to package with `WOLFSSL_INTERNAL=yes`.
And update dependent wolfssl RPM package?