Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 190bd346 | 2017-12-11 04:57:42 | add release notes | ||
| ac9a73f6 | 2017-12-05 15:22:15 | netcat.c.patch: eliminate syntax error from patch If the target system does not define IPV6_TCLASS, this part of the patch handles that with an ENOPROTOOPT error rather than failing to compile. Unfortunately it's missing a trailing semicolon leading to a compilation error. Add the missing semicolon to fix the problem. Signed-off-by: Kyle J. McKay <mackyle@gmail.com> | ||
| 71d9fd97 | 2017-11-23 15:28:25 | Fixed getpagesize detection on Android | ||
| 6cb4aa08 | 2017-11-06 11:52:03 | Create correct directory in CMake install. Was creating ${CONFDIR}/cert instead of ${CONFDIR}/certs. | ||
| 68a99284 | 2017-11-05 17:14:28 | fetch before update to grab new branches | ||
| fe8a52a0 | 2017-11-05 17:11:46 | update changelog | ||
| 727aeabd | 2017-11-02 05:59:08 | make OPENBSD_6_2 branch | ||
| 794f48f1 | 2017-10-22 16:10:38 | Separate man(5) pages | ||
| cd9f6867 | 2017-09-26 09:21:38 | Land #355, update libc checks | ||
| 9bb3e037 | 2017-09-26 22:02:21 | Fix checking memmem in apps/ocspcheck/CMakeLists.txt - Issue #352 pointed out by @d3x0r |