FS#52079 - [tinc] version incompatibility between tinc and openssl

Attached to Project: Community Packages
Opened by Rong (tr071) - Thursday, 08 December 2016, 08:14 GMT
Last edited by Timothy Redaelli (tredaelli) - Friday, 16 December 2016, 16:10 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Timothy Redaelli (tredaelli)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
tinc give segmentation fault upon start.

Since tinc 1.0.29, it dropped support for openssl 1.0, but arch is shipping openssl 1.0 right now. So either tinc needs to be downgraded, or openssl need to be updated to 1.1

Additional info:
* package version(s)
tinc 1.0.30-1
openssl 1.0.2.j-1

* config and/or log files etc.


Steps to reproduce:
run "gdb --args tincd -D", it gives:
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7ab0f60 in EVP_CIPHER_key_length () from /usr/lib/libcrypto.so.1.0.0
This task depends upon

Closed by  Timothy Redaelli (tredaelli)
Friday, 16 December 2016, 16:10 GMT
Reason for closing:  Works for me
Additional comments about closing:  Please reopen if the problem is real
Comment by Timothy Redaelli (tredaelli) - Monday, 12 December 2016, 16:52 GMT
Not really:
tinc 1.0.29 "Ensure compatibility with OpenSSL 1.1.0." (from https://www.tinc-vpn.org/news/)

OpenSSL 1.0.0 should still work.
In fact I'm using tinc 1.0.30 on archlinux (and archlinux arm) on different platforms (x86_64 and armv7) without any problem

Loading...