kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
a34d319f 2015-03-22 07:53:18 copy memmem.c on update
ad2a38ab 2015-03-22 06:18:18 rework CFLAGS/CPPFLAGS settings during configuration Move define adjustments to CPPFLAGS. Adjust user CFLAGS directly, do not override during configuration. USER_CFLAGS is not necessary to build libcompat_noopt correctly.
4106a08d 2015-03-22 06:03:43 check for build tools earlier in configuration
809fcf4e 2015-03-22 06:05:49 move clang flags adjustment next to the check, fix typo
989bc3e3 2015-03-22 05:49:58 the BIO_sock_init() patch is upstream.
dcf31221 2015-03-21 19:08:04 Merge native cygwin support
45065de1 2015-03-21 19:04:54 rework tests Makefile.am There are so many test exceptions that need handling that it is easier to simply edit it directly rather than doing autogeneration anymore. This also puts biotest and pidwraptest behind a new --enable-extratests option, so they are easy to run but are not enabled by default.
4d122c0b 2015-03-19 10:28:54 set version to 2.2.0 on master
df0c0cd1 2015-03-19 00:50:36 update changelog for 2.1.6
dd646a33 2015-03-18 19:12:42 enable libtls by default The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@