Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-12 | Add libtool for cmake_config CIOPENBSD_7_5 | Theo Buehler | 1 | -1/+1 | |
2024-05-11 | LibreSSL 3.9.2v3.9.2 | Brent Cook | 2 | -2/+8 | |
2024-04-08 | read VERSION after it is generated by update script | Brent Cook | 1 | -1/+2 | |
2024-04-08 | use a specific version number in test scripts | Brent Cook | 2 | -5/+6 | |
This avoids issue reported in #1041 with file glob confusing cd. Also remove extra newline from VERSION when update.sh runs. | |||||
2024-03-27 | 3.9.1 Changelogv3.9.1 | Brent Cook | 1 | -0/+7 | |
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. |