Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| fcf6c877 | 2021-10-03 13:33:16 | Support operating systems without some non-POSIX headers The arpa/nameser.h, netinet/ip.h, and resolv.h headers are not crucial to building LibreSSL. The netinet/ip.h header is used in nc(1) for optional IPTOS_ features that can be ifdef'd on systems without support. The endian.h header is the upcoming standard header and should be used whenever available and correct. The machine/endian.h header is non-standard and doesn't have to exist on POSIX systems. Fix the check for getpagesize(3) not forward declaring the function, such that CFLAGS with -Werror=implicit-function-declaration doesn't cause the check to fail. | ||
| 691c7c75 | 2021-09-14 21:53:07 | add minimal 3.4.0 changelog | ||
| b8f29b63 | 2021-09-13 02:30:52 | update manpage links | ||
| cca555be | 2021-09-08 03:24:01 | add new man links | ||
| ee7e39e7 | 2021-09-08 03:23:09 | add new files to build | ||
| 7072a55b | 2021-07-19 15:10:49 | Add -DHAVE_GNU_STACK on ELF platforms to enable non-executable stack annotations for the GNU toolchain. | ||
| dd8cfb82 | 2021-07-19 10:47:10 | disable dtlstest when static libraries are not built | ||
| 18ee76ee | 2021-07-19 08:02:41 | update man links | ||
| 5b91c428 | 2021-05-16 20:25:11 | Update pc files - Remove Requires: and Conflicts: - libssl.pc does not need to have Libs.private: since Requires.private: provides required | ||
| cb52cc4c | 2021-05-30 20:26:44 | add OS to cross compile name |