Package: syncevolution / 1.4.99.4-3

Metadata

Package Version Patches format
syncevolution 1.4.99.4-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix FTBFS on kfreebsd due to missing SOCK_CLOEXEC.patch | (download)

src/gdbusxx/gdbus-cxx-bridge.cpp | 19 19 + 0 - 0 !
1 file changed, 19 insertions(+)

 [patch] fix ftbfs on kfreebsd due to missing sock_cloexec

Work around missing SOCK_CLOEXEC on kfreebsd by setting FD_CLOEXEC
afterwards.

0002 Use TLS instead of SSLv3 in SyncML server script.patch | (download)

test/syncevo-http-server.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] use tls instead of sslv3 in syncml server script

This fixes a potential security risk. It also avoids connection problems
with clients that don't support SSLv3 anymore, like the syncevolution SyncML
client itself.

Closes: #772040