Still Failing: openssl/openssl#23628 (master - 38023b8)
Travis CI
builds at travis-ci.org
Fri Mar 1 17:49:38 UTC 2019
Build Update for openssl/openssl
-------------------------------------
Build: #23628
Status: Still Failing
Duration: 19 mins and 21 secs
Commit: 38023b8 (master)
Author: Bernd Edlinger
Message: Fix seeding from random device w/o getrandom syscall
Use select to wait for /dev/random in readable state,
but do not actually read anything from /dev/random,
use /dev/urandom first.
Use linux define __NR_getrandom instead of the
glibc define SYS_getrandom, in case the kernel headers
are more current than the glibc headers.
Fixes #8215
Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/8251)
View the changeset: https://github.com/openssl/openssl/compare/ed86f884ba10...38023b87f037
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/500457014?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/20190301/722ef04c/attachment-0001.html>
More information about the openssl-commits
mailing list