stackhpc / ansible-slurm-appliance

A Slurm-based HPC workload management environment, driven by Ansible.
36 stars 15 forks source link

Upgrade ssh from SIG/security to fix CVE-2024-6387 #404

Closed sjpb closed 2 days ago

sjpb commented 2 days ago

Before:

[root@dev-control rocky]# dnf list --installed openssh*
Installed Packages
openssh.x86_64                                                                                      8.7p1-38.el9                                                                               @baseos   
openssh-askpass.x86_64                                                                              8.7p1-38.el9                                                                               @appstream
openssh-clients.x86_64                                                                              8.7p1-38.el9                                                                               @baseos   
openssh-server.x86_64                                                                               8.7p1-38.el9                                                                               @baseos   

After:

[root@dev-control rocky]# dnf list --installed openssh*
Installed Packages
openssh.x86_64                                                                            8.7p1-38.el9_4.security.0.5                                                                    @security-common
openssh-askpass.x86_64                                                                    8.7p1-38.el9_4.security.0.5                                                                    @security-common
openssh-clients.x86_64                                                                    8.7p1-38.el9_4.security.0.5                                                                    @security-common
openssh-server.x86_64                                                                     8.7p1-38.el9_4.security.0.5                                                                    @security-common
sjpb commented 2 days ago

Image build: https://github.com/stackhpc/ansible-slurm-appliance/actions/runs/9759001780

sjpb commented 2 days ago

Image build: https://github.com/stackhpc/ansible-slurm-appliance/actions/runs/9759420552

sjpb commented 2 days ago

Image build: https://github.com/stackhpc/ansible-slurm-appliance/actions/runs/9761581338