[PATCH 0/1] travis-ci improvements and bugfixes

2019-05-06 Thread chipitsine
From: Ilya Shipitsin Added scripts/build-ssl.sh (without that script we were using openssl-1.0.2) LibreSSL builds are not allowed to fail anymore Enabled OpenSSL, LibreSSL build caching Enabled openssl for osx builds Ilya Shipitsin (1): BUILD: travis-ci bugfixes and improvements .travis.yml

[PATCH 1/1] BUILD: travis-ci bugfixes and improvements

2019-05-06 Thread chipitsine
From: Ilya Shipitsin Call missing scripts/build-ssl.sh (which actually builds SSL variants) Enable OpenSSL, LibreSSL builds caching, it saves a bunch of time LibreSSL builds are not allowed to fail anymore Add openssl to osx builds --- .travis.yml | 18 +++--- 1 file changed, 7 inser

[PATCH] BUILD: add BoringSSL to travis-ci build matrix

2019-05-08 Thread chipitsine
From: Ilya Shipitsin --- .travis.yml | 3 +++ scripts/build-ssl.sh | 19 +++ 2 files changed, 22 insertions(+) diff --git a/.travis.yml b/.travis.yml index f9a13586..c00725d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,6 +44,9 @@ matrix: - os: linux compi

[PATCH] BUILD: make TMPDIR global variable in travis-ci in order to show reg-tests errors

2019-05-10 Thread chipitsine
From: Ilya Shipitsin --- .travis.yml | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9a13586..530d1682 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ env: - FLAGS="USE_ZLIB=1 USE_PCRE=1 USE_LUA=1 USE_OPENSSL=1" -

[PATCH] BUILD: make TMPDIR global variable in travis-ci in order to show reg-tests errors

2019-05-10 Thread chipitsine
From: Ilya Shipitsin v2, rebased to master --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c00725d8..530d1682 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ env: - FLAGS="USE_ZLIB=1 USE_PCRE=1 USE_LUA=1 US

[PATCH] BUILD: add sanitizers to travis-ci builds

2019-05-16 Thread chipitsine
From: Ilya Shipitsin full list of changes: use TARGET=osx instead of generic for osx builds, add USE_PCRE_JIT=1, USE_GETADDRINFO=1 to build matrix, enable address sanitizer for clang --- .travis.yml | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.t

[PATCH v2] BUILD: add sanitizers to travis-ci builds

2019-05-22 Thread chipitsine
From: Ilya Shipitsin full list of changes: use TARGET=osx instead of generic for osx builds, add USE_PCRE_JIT=1, USE_GETADDRINFO=1 to build matrix, enable address sanitizer for clang --- v2 skip sanitizer on linux-ppc64le .travis.yml | 21 +++-- 1 file changed, 11 insertions(+

[PATCH] CLEANUP: src/log.c: remove duplicate '!logline_rfc5424'

2019-06-29 Thread chipitsine
From: Ilya Shipitsin --- src/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/log.c b/src/log.c index ef999d13..7f966f19 100644 --- a/src/log.c +++ b/src/log.c @@ -1868,7 +1868,7 @@ int init_log_buffers() logheader_rfc5424_end = NULL; logline = my_rea