Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 164f684e | 2014-12-23 04:38:43 | configure.ac: Modify clang check to save result to a variable ...and leave a note that -Qunused-arguments is being applied to CFLAGS not LDFLAGS, probably in error. | ||
| 8c6c07c5 | 2014-12-15 07:43:17 | Add wrapper file "config" to distribution. | ||
| 56f75233 | 2014-12-14 21:03:17 | enable OS X and Linux CI builds | ||
| 733c2528 | 2014-12-14 20:46:14 | add Travis CI configuration | ||
| c2dccc14 | 2014-12-14 20:38:02 | add all LIBADD dependencies for tls The libtool transitive dependency magic does not seem to work for cross-compilation, so explicitly specify them here. | ||
| a29b174e | 2014-12-14 16:42:38 | bump version append portable version number to the version string | ||
| 09e5a841 | 2014-12-14 16:12:28 | add LIBADD library dependencies to libssl/libtls From Jan Engelhardt | ||
| d2342f36 | 2014-12-14 16:42:47 | allow Windows DLLs to be built based on a patch from Jan Engelhardt | ||
| 2669771c | 2014-12-11 07:51:38 | Use the individual library versions in LibreSSL pc files Previously, they were all using the portable package version, rather than the individual library versions. openssl(1)'s pc file represents the LibreSSL-portable release however. $ pkg-config --modversion libtls 1:0:0 $ pkg-config --modversion openssl 2.1.2 $ pkg-config --modversion libssl 30:0:0 $ pkg-config --modversion libcrypto 30:3:0 ok beck@ deraadt@ | ||
| cfa04451 | 2014-12-08 18:35:22 | don't hardcode a fixed # of jobs for make |