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
Changed all rhel-based packages to use vendored openssl
Previous issues with libpam modules linking to a different openssl version/api are no longer an issue.
Ticket: ENT-13750
Changelog: title
(cherry picked from commit 0e1f4e3)
Conflicts:
README.md
ci/cfengine-build-host-setup.cf
ci/fix-buildhost.sh
Adjusted as needed ^^^
# We build against systems with the latest available dependencies such as OpenSSL.
42
-
# We use rpm -q --provides to determine the highest API present in OpenSSL and then use that as a Requires.
43
-
# OPENSSL_VERSION is determined in build-scripts/package script.
44
-
# 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