kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
4f0ae7a9 2023-12-11 17:40:31 Add configure check for strcasecmp
b85c9dac 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
819b6064 2023-12-11 16:21:00 upgrade links in comments to HTTPS
c4034613 2023-12-11 16:29:44 delete broken link
4764faea 2023-12-10 22:52:31 check-release.sh: use HTTPS when downloading sources
a4d432b4 2023-12-10 17:27:18 windows: always upload build artifacts, even in case of failure
bf689f73 2023-12-09 10:39:14 Update solaris vm to latest version Update solaris vm to latest version
3200e989 2023-11-28 07:06:03 there has to be some trigger, even a manual one
18bf30ad 2023-11-28 06:59:32 remove Solaris build status
cde89e5f 2023-11-28 00:30:22 disable periodic builds of broken CI workflows Neither of these has built in over a month. Solaris looks to be an upstream timeout issue (seems the hack it uses may not work anymore). Not sure if cifuzz is really needed either, since we're still being tested through clusterfuzz actively.