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

[openssl,openssl1,openssl3] Run install_name_tool for Apple dynamic triplet #124

Merged
merged 6 commits into from
Oct 7, 2023

Conversation

luncliff
Copy link
Owner

@luncliff luncliff commented Oct 7, 2023

Changes

Mac/iOS build requires install_name_tool

install_name_tool -id ... libcrypto.3.dylib
install_name_tool -change ... libcrypto.3.dylib
  • Create an empty port openssl to openssl3
  • Update openssl1 to 1.1.1w

References

Triplet Support

  • x64-osx
  • arm64-osx
  • arm64-ios

Configuration

"vcpkg-configuration.json" changes for the release.

{
    "registries": [
        {
            "kind": "git",
            "repository": "https://github.com/luncliff/vcpkg-registry",
            "packages": [
                "openssl3",
                "openssl1",
                "openssl"
            ],
            "baseline": "..."
        }
    ]
}

@luncliff luncliff added bug platform: apple Mac, iOS, Simulator labels Oct 7, 2023
@luncliff luncliff self-assigned this Oct 7, 2023
@luncliff luncliff merged commit 0e7e294 into main Oct 7, 2023
19 checks passed
@luncliff luncliff deleted the port/openssl branch October 7, 2023 13:47
@luncliff luncliff added the update: multiple ports Multiple ports are updated in this Pull Request label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug platform: apple Mac, iOS, Simulator update: multiple ports Multiple ports are updated in this Pull Request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant