[Bug 212149] security/strongswan: Build with libressl 2.4 causes runtime failure: Undefined symbol "CMS_RecipientInfo_ktri_get0_signer_id"
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Apr 12 21:08:43 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212149
--- Comment #9 from dewayne at heuristicsystems.com.au ---
(In reply to Franco Fichtner from comment #8)
Thanks Franco, I read the upstream track. Unfortunately 5.5.2 continues with
the same issue on FreeBSD 11.0 stable with libressl, so it appears that we have
to patch ourselves. Is
https://github.com/opnsense/ports/commit/7e8ea59cabc
still the best way to address? Namely (in my libressl 2.4.5) change the line
in:
/var/ports/usr/ports/security/libressl/work/libressl-2.4.5/include/openssl/opensslv.h
from
#define OPENSSL_VERSION_NUMBER 0x20000000L
to
#define OPENSSL_VERSION_NUMBER 0x1000107fL
?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list