Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| a45e38e9 | 2015-10-17 22:57:59 | disable some tests with 32-bit time_t systems Also disable use of _mkgmtime, it does not produce correct results. | ||
| e8c92100 | 2015-10-15 19:33:26 | unconditionally disable pledge for now suggested by deraadt@ since there is still more coming | ||
| dadeeb0a | 2015-10-15 14:32:16 | check for timegm in cmake builds | ||
| cac089b5 | 2015-10-15 14:32:02 | make internal functions static | ||
| c0243664 | 2015-10-15 14:26:24 | use timegm from musl | ||
| ea4658b4 | 2015-10-15 00:08:34 | update man links | ||
| 4298ac93 | 2015-10-14 23:53:52 | include timegm fallback | ||
| 1dd79f5d | 2015-10-14 17:19:00 | add limits.h shim for defining PATH_MAX on HP-UX | ||
| 448645d4 | 2015-10-11 16:46:55 | Use bundled headers instead of installed headers when building The build system incorrectly set include directives in AM_CFLAGS which causes them to be placed after the configured CPPFLAGS. Thus, if a user or packaging system sets CPPFLAGS to a location that has libressl or openssl headers installed, they will be used instead of the bundled versions. This corrects that issue by setting up the variables correctly. https://github.com/libressl-portable/portable/issues/150 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> | ||
| 9afc4527 | 2015-10-11 16:45:25 | nc: Use AM_CPPFLAGS, not CPPFLAGS in Makefile.am CPPFLAGS should just be set by the user at configure time Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> |