kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
4ba6cdc4 2023-12-12 08:24:59 Land #962
8853aa44 2023-12-12 08:22:17 Land #963
f7bed14f 2023-12-12 08:19:39 Land #961
c54bd8ba 2023-12-11 17:56:33 Fix a few symbols in EXTRA_EXPORT I thought we stopped doing this, but that's for a separate thread.
9e7eb88a 2023-12-11 17:40:31 Add configure check for strcasecmp
0de236a7 2023-12-11 16:21:30 cmake: auto-detect `strtonum` Notice that just like in autotools, this detection also doesn't take into account the targeted OS version. Meaning it detects `strtonum` even if targeting e.g. macOS older than release v11 Big Sur (which introduced this funcitions), if the SDK declares it. Wrong detection will either cause a binary broken on older macOS and/or trigger compiler warnings. Ref: https://github.com/libressl/portable/issues/928#issuecomment-1850178282 Ref: https://github.com/libressl/portable/issues/928#issuecomment-1850276298 Prerequisite: https://github.com/libressl/portable/issues/928#issuecomment-1850356408
d83d983a 2023-12-11 16:29:44 delete broken link
2d6d9fcc 2023-12-11 16:21:00 upgrade links in comments to HTTPS
0a446e81 2023-11-18 10:53:09 Prefix some compat symbols with libressl_ See #928. This isn't a full fix, but should remove much of the friction already.
2e88c743 2023-12-11 02:43:01 Land 956