You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Use vendored openssl on redhat platforms to enable bump of libcurl which requires openssl 3.0.0
Previously we had stopped vendoring openssl due to conflicts with libpam for user management.
Now we will try disabling the use of libpam on redhat platforms in preference for upgrading libcurl.
Ticket: ENT-13750
# We build against systems with the latest available dependencies such as OpenSSL.
37
-
# We use rpm -q --provides to determine the highest API present in OpenSSL and then use that as a Requires.
38
-
# OPENSSL_VERSION is determined in build-scripts/package script.
39
-
# This should ensure that when packages are installed with yum/dnf any required OpenSSL package upgrades will be performed or the installation will fail.
# We build against systems with the latest available dependencies such as OpenSSL.
33
-
# We use rpm -q --provides to determine the highest API present in OpenSSL and then use that as a Requires.
34
-
# OPENSSL_VERSION is determined in build-scripts/package script.
35
-
# This should ensure that when packages are installed with yum/dnf any required OpenSSL package upgrades will be performed or the installation will fail.
0 commit comments