Skip to content

Conversation

@github-actions
Copy link
Contributor

Automated dependency updates for the master branch

@larsewi
Copy link
Contributor

larsewi commented Jan 12, 2026

@cf-bottom Jenkins with exotics please :)

@cf-bottom
Copy link

@larsewi
Copy link
Contributor

larsewi commented Jan 19, 2026

Superseded by #2089

@larsewi larsewi closed this Jan 19, 2026
@larsewi
Copy link
Contributor

larsewi commented Jan 19, 2026

libcurl fails to configure due to:

checking for OpenSSL >= v3... configure: error: OpenSSL 3.0.0 or upper required.

We do not bundle SSL on RHEL 8

    # We don't bundle OpenSSL on some redhat-derived systems due to incompatability with libpam and our openssl.
    if [ "$OS" = "rhel" ] && [ "$OS_VERSION_MAJOR" -ge "8" ]; then
        SYSTEM_SSL=1
    fi
    if [ "$OS" = "opensuse" ] || [ "$OS" = "sles" ]; then
        if [ "$OS_VERSION_MAJOR" -ge "15" ]; then
            SYSTEM_SSL=1
        fi
    fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants