aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-turbo/openssl-1.1.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/lua-turbo: rebuild with openssl 1.1Natanael Copa2020-01-091-0/+146
the openssl ffi binding is broken, both for libressl/openssl1.0 and for openssl 1.1. https://release-monitoring.org certificate verification fails with hostname mismatch for some reason. So we disable the ffi and use luasocket and luasec by default. To use the FFI you need to explicitly set `__TURBO_USE_LUASOCKET__=false`