Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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 | ||
| 047926e0 | 2015-10-06 06:18:15 | updates for ASN.1 time handling | ||
| a7f031ba | 2015-10-01 07:40:26 | add b64_ntop checking and fallback for nc(1) | ||
| 497a47c5 | 2015-09-30 08:00:49 | remove incorrect comment We actually want to only start extending CFLAGS after calling AC_PROG_CC so we get the default autoconf value (usually just -O2). |