install openssl version 1:3.0.7-16.0.1.el9_2

This commit is contained in:
m0duspwnens
2023-10-02 11:43:03 -04:00
parent f85dd910a3
commit 0f08d5d640

View File

@@ -2444,6 +2444,7 @@ update_packages() {
if [[ $is_oracle ]]; then
logCmd "dnf repolist"
# holding openssl https://github.com/Security-Onion-Solutions/securityonion/discussions/11443
logCmd "dnf -y install openssl-1:3.0.7-16.0.1.el9_2 openssl-libs-1:3.0.7-16.0.1.el9_2 openssl-devel-1:3.0.7-16.0.1.el9_2"
logCmd "dnf -y update --allowerasing --exclude=salt*,docker*,containerd*,openssl*"
RMREPOFILES=("oracle-linux-ol9.repo" "uek-ol9.repo" "virt-ol9.repo")
info "Removing repo files added by oracle-repos package update"