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 OpenSSL 1.1 until OpenSSL for Ruby will support OpenSSL 3.0 #316

Commits on Oct 23, 2021

  1. Use OpenSSL 1.1 until OpenSSL for Ruby will support OpenSSL 3.0

    It seems to be still in preparation at the moment.
    
    - ruby/openssl#369
    
    ```
    $ brew info [email protected]
    
    [email protected]: stable 1.1.1l (bottled) [keg-only]
    Cryptography and SSL/TLS Toolkit
    https://openssl.org/
    /usr/local/Cellar/[email protected]/1.1.1l_1 (8,073 files, 18.5MB)
      Poured from bottle on 2021-10-09 at 17:50:03
    From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/[email protected]
    License: OpenSSL
    ==> Dependencies
    Required: ca-certificates ✔
    ==> Caveats
    A CA file has been bootstrapped using certificates from the system
    keychain. To add additional certificates, place .pem files in
      /usr/local/etc/[email protected]/certs
    
    and run
      /usr/local/opt/[email protected]/bin/c_rehash
    
    [email protected] is keg-only, which means it was not symlinked into /usr/local,
    because macOS provides LibreSSL.
    
    If you need to have [email protected] first in your PATH, run:
      echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.zshrc
    
    For compilers to find [email protected] you may need to set:
      export LDFLAGS="-L/usr/local/opt/[email protected]/lib"
      export CPPFLAGS="-I/usr/local/opt/[email protected]/include"
    
    For pkg-config to find [email protected] you may need to set:
      export PKG_CONFIG_PATH="/usr/local/opt/[email protected]/lib/pkgconfig"
    
    ==> Analytics
    install: 1,034,525 (30 days), 2,791,466 (90 days), 9,665,014 (365 days)
    install-on-request: 40,532 (30 days), 166,402 (90 days), 971,361 (365 days)
    build-error: 0 (30 days)
    ```
    machupicchubeta committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    f9bf2d6 View commit details
    Browse the repository at this point in the history