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

openssl3: Remove version holdback for OS <10.14. #24547

Merged
merged 2 commits into from
Jun 20, 2024

Commits on Jun 18, 2024

  1. openssl3: Remove version holdback for OS <10.14.

    See: https://trac.macports.org/ticket/68766
    
    Also fixes the build on 10.4.  See the Portfile comments for more
    details.  Because this slightly changes the build, it gets a revbump.
    
    TESTED:
    Tested on 10.4-10.5 ppc, 10.5-10.6 ppc (i386 Rosetta), 10.4-10.6 i386,
    10.5-12.x x86_64, and 11.x-14.x arm64.
    Builds on all tested platforms except 10.4 ppc +universal, including
    running three simple programs to check that the old 3.2.0+ bug is not
    present.
    One test fails on 10.5 i386 +universal, in a bizarre way that doesn't
    appear to be an issue with OpenSSL itself.  The test framework fails
    on 10.6-10.8 due to apparent Perl issues.  All other buildable cases
    pass all tests, albeit with some intermittent failures and/or hangs on
    10.4-10.12 x86.
    fhgwright committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f9ef4a5 View commit details
    Browse the repository at this point in the history
  2. openssl3 picky dependents: required revbumps

    This revbumps the four ports that require it on every update to
    openssl3, as noted in the Portfile comment.
    
    TESTED:
    Did quick builds of the four ports on 10.9, with the new openssl3.
    fhgwright committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8e8f3fc View commit details
    Browse the repository at this point in the history