[openssl] OpenSSL_1_0_2-stable update

bernd.edlinger at hotmail.de bernd.edlinger at hotmail.de
Mon Jul 22 18:14:17 UTC 2019


The branch OpenSSL_1_0_2-stable has been updated
       via  0bc650d58a58a8b4af97639b952eac3558bb982e (commit)
      from  aa8b244e5c22193078e3e80fad1f5b27bf62c73b (commit)


- Log -----------------------------------------------------------------
commit 0bc650d58a58a8b4af97639b952eac3558bb982e
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date:   Sun Jul 21 10:41:39 2019 +0200

    Use trusty for travis builds
    
    this works around build failures due to clang
    error: unknown warning option '-Wno-extended-offsetof'
    
    [extended tests]
    
    Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
    (Merged from https://github.com/openssl/openssl/pull/9425)

-----------------------------------------------------------------------

Summary of changes:
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index c3e035e..0a50db1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,4 @@
+dist: trusty
 language: c
 
 addons:


More information about the openssl-commits mailing list