Failed: openssl/openssl#26891 (OpenSSL_1_1_1-stable - 54aa9d5)

Travis CI builds at travis-ci.org
Thu Jul 25 16:57:19 UTC 2019


Build Update for openssl/openssl
-------------------------------------

Build: #26891
Status: Failed

Duration: 20 mins and 24 secs
Commit: 54aa9d5 (OpenSSL_1_1_1-stable)
Author: Richard Levitte
Message: Fix default installation paths on mingw

Mingw config targets assumed that resulting programs and libraries are
installed in a Unix-like environment and the default installation
prefix was therefore set to '/usr/local'.

However, mingw programs are installed in a Windows environment, and
the installation directories should therefore have Windows defaults,
i.e. the same kind of defaults as the VC config targets.

A difficulty is, however, that a "cross compiled" build can't figure
out the system defaults from environment the same way it's done when
building "natively", so we have to fall back to hard coded defaults in
that case.

Tests can still be performed when cross compiled on a non-Windows
platform, since all tests only depend on the source and build
directory, and otherwise relies on normal local paths.

CVE-2019-1552

Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9400)

View the changeset: https://github.com/openssl/openssl/compare/b4b42d441d35...54aa9d51b09d

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/563639866?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20190725/0c569247/attachment-0001.html>


More information about the openssl-commits mailing list