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

deps: regenerate OpenSSL configs with fixed tooling #27544

Closed
wants to merge 3 commits into from

Commits on May 2, 2019

  1. deps: make VC-WIN config generation deterministic

    This change adds a clean target to the VC-WIN* Makefiles, then adjusts
    the config generation script to call it before config file generation
    as well as after. This prevents files from previous configurations from
    causing make to incorrectly assume the files are up to date.
    jkunkee committed May 2, 2019
    Configuration menu
    Copy the full SHA
    debda00 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. deps: regenerate OpenSSL configs with fixed tooling

    This change contains the results of running `make` in
    `deps/openssl/config` (based on information in
    deps/openssl/config/README.md) then reverting changes not in the
    VC-WIN64-ARM directory.
    
    This leverages a preceding change that fixes a cross-configuration file
    reuse bug that only impacts VC-WIN64-ARM.
    jkunkee committed May 9, 2019
    Configuration menu
    Copy the full SHA
    42c8e4b View commit details
    Browse the repository at this point in the history
  2. deps: update OpenSSL configs' timestamps

    This change contains the results of running `make` in
    `deps/openssl/config` (based on information in
    deps/openssl/config/README.md) and not reverting anything.
    
    This is not necessary, but it does indicate to the curious developer
    that all architectures were automatically generated at the same time.
    jkunkee committed May 9, 2019
    Configuration menu
    Copy the full SHA
    9dd43eb View commit details
    Browse the repository at this point in the history