Bugzilla – Bug 1221085
encfs segfaults
Last modified: 2024-07-12 11:56:32 UTC
After upgrading from leap 15.5 to 15.6, mounting via encfs causes a segfault. Reverting back to leap 15.5 package fixed. My understanding is that this happens because we now build with openssl3 while it was openssl1 in leap 15.5. When I rebuild the package with libopenssl-1_1-devel instead of openssl-devel, it starts working.
The stack trace at the crash is quite similar as the existing bug 1207909 for TW. Both should be fixed by switching to libopenssl-1_1
It turned out that the bug is rather specific for a very old directory. The workaround is to activate legacy in openssl, i.e. edit /etc/ssl/openssl.cnf, and uncomment the lines below [provider_sect] ... ## legacy = legacy_sect ## [legacy_sect] ## activate = 1 Maybe it's worth to put some document in the package.
A hint in the 15.6 release notes might have been nice ;-) I confirm the workaround works.