Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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 | ||
| 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 | ||
| 8e31f8c4 | 2023-12-11 02:37:51 | Land 958 | ||
| 5e6ab003 | 2023-12-10 22:52:31 | check-release.sh: use HTTPS when downloading sources | ||
| 8844e9cd | 2023-12-10 17:27:18 | windows: always upload build artifacts, even in case of failure |