Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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> | ||
| 9dd9d175 | 2015-10-14 15:53:11 | update netcat.c.patch for osx 10.6 or earlier | ||
| ff52e6f4 | 2015-10-12 15:34:03 | check for pledge(2) | ||
| 41cebd32 | 2015-10-07 10:59:22 | resolve tame to 0 | ||
| 442cc6f1 | 2015-10-07 08:55:05 | add tame(2) check | ||
| a615d3c6 | 2015-10-07 06:23:38 | rename _mkgmtime as timegm on win32 |