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

Fix building with Elixir 1.15 #1075

Merged
merged 1 commit into from
Oct 1, 2023

Commits on Sep 30, 2023

  1. Upgrade ssl_verify_fun from 1.1.6 to 1.1.7

    This fixes building with Elixir 1.15, avoiding error messages like
    
    ```
    ==> ssl_verify_fun
    Compiling 7 files (.erl)
    src/ssl_verify_fun_cert_helpers.erl:13:14: can't find include lib "public_key/include/public_key.hrl"
    %   13| -include_lib("public_key/include/public_key.hrl").
    %     |
    ...
    src/ssl_verify_hostname.erl:76:38: record 'OTPCertificate' undefined
    %   76|                              Cert :: #'OTPCertificate'{},
    %     |                                      ^
    
    could not compile dependency :ssl_verify_fun, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile ssl_verify_fun --force", update it with "mix deps.update ssl_verify_fun" or clean it with "mix deps.clean ssl_verify_fun"
    ```
    frerich committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    ef8f5c6 View commit details
    Browse the repository at this point in the history