Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a sandboxed openssl.cnf file for phantomjs #353

Merged
merged 3 commits into from
Apr 30, 2019

Commits on Apr 2, 2019

  1. Use a sandboxed openssl.cnf file for phantomjs

    Debian buster ahs changed /etc/ssl/openssl.cnf far enough that the
    openssl built into phantomjs can't parse it.  I found this out by
    stracing a test run and watching it access /etc/ssl/openssl.cnf.  We
    want bazel to not rely on anything outside the sandbox.  The error that
    is returned otherwise is:
    
    140302110000960:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libssl_conf.so): libssl_conf.so: cannot open shared object file: No such file or directory
    140302110000960:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:
    140302110000960:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=ssl_conf, path=ssl_conf
    140302110000960:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=ssl_conf
    
    Fixes: bazelbuild#351
    AustinSchuh committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    a932350 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Configuration menu
    Copy the full SHA
    32f50ab View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    f4373ae View commit details
    Browse the repository at this point in the history