Remove OpenSSL pin (#6683)

This commit is contained in:
Hao Liu
2024-09-09 17:27:09 -04:00
committed by GitHub
parent 17e01e0eb0
commit 446046c4bf

View File

@@ -36,8 +36,6 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
{% endif %} {% endif %}
nss \ nss \
openldap-devel \ openldap-devel \
# pin to older openssl, see jira AAP-23449
openssl-3.0.7 \
patch \ patch \
postgresql \ postgresql \
postgresql-devel \ postgresql-devel \
@@ -122,8 +120,6 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
krb5-workstation \ krb5-workstation \
nginx \ nginx \
"openldap >= 2.6.2-3" \ "openldap >= 2.6.2-3" \
# pin to older openssl, see jira AAP-23449
openssl-3.0.7 \
postgresql \ postgresql \
python3.11 \ python3.11 \
"python3.11-devel" \ "python3.11-devel" \