Subversion crash dump

2023-04-05 Thread Alexey Khrulev



svn-crash-log20230405210733.log
Description: Binary data


svn-crash-log20230405210733.dmp
Description: Binary data


Re: OpenSSL 1.1.x EOL - upgrade to 3.x planned?

2023-04-05 Thread Andreas Stieger
Hello,

> [OpenSSL 3.0 and Apache Subversion]
 
Subversion supports OpenSSL 3 if serf (it's http library dependency) or, 
respectivey, httpd (for mod_dav_svn) are build against it:

$ ldd `which svn` | grep -E "lib(crypto|ssl)"
libssl.so.3 => /usr/lib64/libssl.so.3 (0x7feeae68)
libcrypto.so.3 => /usr/lib64/libcrypto.so.3 (0x7feeae25)
$ rpm -qf /usr/lib64/libssl.so.3 /usr/lib64/libcrypto.so.3
libopenssl3-3.0.8-2.4.x86_64
libopenssl3-3.0.8-2.4.x86_64

The Subversionn project does not distribute binaries, If you are using a binary 
distribution please contact the vendor or distribution.

If you are looking for a patch to make serf work with OpenSSL 3 here is one:
https://build.opensuse.org/package/view_file/devel:libraries:c_c++/libserf/openssl3.patch
I can check if this is still needed. If not this may be easier for you. If not 
serf might want to do a release.

There is no work planned because there is not needed, at least none that I am 
aware of.

Andreas