Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-27 | temporarily undefine endbr* for stable branch macos/windows builds | Brent Cook | 3 | -1/+7 | |
Testing getting the next stable release out without endbr*/cet enabled in asm code for now while #1032 is considered for upstream. | |||||
2024-03-27 | explicitly undef __CET__ on masm cpp | Brent Cook | 1 | -1/+1 | |
Some systems (e.g. OpenBSD) unconditionally set __CET__ in the C preprocessor. | |||||
2024-03-26 | Add libssl and libcrypto to libtls's Libs.private | Alyssa Ross | 1 | -1/+1 | |
Since d193f43 ("slim down `libtls`"), statically linking libtls requires also linking libssl and libcrypto, so express that in the pkg-config file. | |||||
2024-03-25 | Revert "CI: setup kernel entropy to work with asan" | Theo Buehler | 1 | -9/+0 | |
This reverts commit cb2fd0abb21fc2ed4a725de0c57df25e10eee7e8 from #1019. |