kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
2753f5ca 2015-04-14 22:12:52 Revert configure-time checks for -Wall/-std=gnu99 There is a problem with these on some compilers, revert while a solution is found.
5cf05de1 2015-04-14 08:43:52 make compiler checks for -Wall and -std=gnu99 Yes, there are compilers that do not understand or need these.
3096ab0e 2015-04-14 07:55:23 remove issetuigid wrappers, now that all getenv calls are gone. From deraadt@ upstream: Remove all getenv() calls, especially those wrapped by issetugid(). getenv()'s wrapped by issetugid() are safe, but issetugid() is ... difficult to impliment on many operating systems. By accident, a grand experiment was run over the last year, where issetugid() returned 1 (the safe value) on a few operating systems. Noone noticed & complained that certain environment variables were not working.......
fe3f7fc6 2015-02-10 23:49:31 Add experimental AIX support. This includes a WIP failsafe issetugid for now, while research continues on the proper way to do this in a race-free fashion in AIX.
20101fd6 2015-03-31 08:36:21 avoid install failures on case-insensitive file systems
273bd7bd 2015-03-27 06:42:45 Use mandoc database to get man links. Previously, we semi-manually grabbed the MLINKS from the libressl Makefiles. The better way is to extract this information from the mandoc link database files directly, allowing for MLINKS to eventually go away upstream.
34bf96ce 2015-03-22 08:14:27 move define to CPPFLAGS
569177ea 2015-03-22 08:11:53 Merged support for using _OPENBSD_SOURCE on NetBSD 8.x
cc3bdea4 2015-03-22 08:03:02 copy remaining test harness dependencies
a34d319f 2015-03-22 07:53:18 copy memmem.c on update