Fix CVE-2023-5764
(cherry picked from commit 8729e01684c95cc9a9372bd609a4caab3bfcb5ad)
This commit is contained in:
parent
39505c201c
commit
c2c9243c74
2010
CVE-2023-5764.patch
Normal file
2010
CVE-2023-5764.patch
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
|||||||
Name: ansible
|
Name: ansible
|
||||||
Summary: SSH-based configuration management, deployment, and task execution system
|
Summary: SSH-based configuration management, deployment, and task execution system
|
||||||
Version: 2.9.27
|
Version: 2.9.27
|
||||||
Release: 7
|
Release: 8
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Source0: https://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
|
Source0: https://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
|
||||||
@ -23,6 +23,7 @@ Patch8: CVE-2024-8775.patch
|
|||||||
Patch9: CVE-2024-9902.patch
|
Patch9: CVE-2024-9902.patch
|
||||||
Patch10:CVE-2022-3697.patch
|
Patch10:CVE-2022-3697.patch
|
||||||
Patch11:CVE-2023-5115.patch
|
Patch11:CVE-2023-5115.patch
|
||||||
|
Patch12:CVE-2023-5764.patch
|
||||||
|
|
||||||
Provides: ansible-python3 = %{version}-%{release}
|
Provides: ansible-python3 = %{version}-%{release}
|
||||||
Obsoletes: ansible-python3 < %{version}-%{release}
|
Obsoletes: ansible-python3 < %{version}-%{release}
|
||||||
@ -220,6 +221,9 @@ make PYTHON=/usr/bin/python3 tests-py3
|
|||||||
%{python3_sitelib}/ansible_test
|
%{python3_sitelib}/ansible_test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 01 2025 wangkai <13474090681@163.com> - 2.9.27-8
|
||||||
|
- Fix CVE-2023-5764
|
||||||
|
|
||||||
* Sat Feb 08 2025 wangkai <13474090681@163.com> - 2.9.27-7
|
* Sat Feb 08 2025 wangkai <13474090681@163.com> - 2.9.27-7
|
||||||
- Fix CVE-2022-3697 CVE-2023-5115
|
- Fix CVE-2022-3697 CVE-2023-5115
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user