ansible-core 2.14.14
This also fixes CVE-2024-0690 (possible information leak in tasks that ignore ANSIBLE_NO_LOG configuration) Resolves: RHEL-23783 Resolves: RHEL-22124 Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
This commit is contained in:
parent
9d0d8ecc11
commit
be49e73191
2
.gitignore
vendored
2
.gitignore
vendored
@ -45,3 +45,5 @@
|
||||
/ansible-documentation-2.14.12.tar.gz
|
||||
/ansible-core-2.14.13.tar.gz
|
||||
/ansible-documentation-2.14.13.tar.gz
|
||||
/ansible-core-2.14.14.tar.gz
|
||||
/ansible-documentation-2.14.14.tar.gz
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
Name: ansible-core
|
||||
Summary: SSH-based configuration management, deployment, and task execution system
|
||||
Epoch: 1
|
||||
Version: 2.14.13
|
||||
Version: 2.14.14
|
||||
Release: 1%{?dist}
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -189,6 +189,11 @@ strip --strip-unneeded %{vendor_path}/markupsafe/_speedups%{python3_ext_suffix}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 02 2024 Dimitri Savineau <dsavinea@redhat.com> - 1:2.14.14-1
|
||||
- ansible-core 2.14.14 release (RHEL-23783)
|
||||
- Fix CVE-2024-0690 (possible information leak in tasks that ignore
|
||||
ANSIBLE_NO_LOG configuration) (RHEL-22124)
|
||||
|
||||
* Tue Dec 12 2023 Dimitri Savineau <dsavinea@redhat.com> - 1:2.14.13-1
|
||||
- ansible-core 2.14.13 release (RHEL-19298)
|
||||
|
||||
|
||||
4
sources
4
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (ansible-core-2.14.13.tar.gz) = 195885815d40448d8497eae9533a4104c4b9f17ab3a812d544a403f41d2e77e7be2c15bae5a6df07563499052beb273580a569d51b667d0a9c5a16e55b35258a
|
||||
SHA512 (ansible-documentation-2.14.13.tar.gz) = 9ae43ac2cda1dc3f64b8cb71e5ed41d419047b45ac3f072887103450466d03fc61d1564c8a294a7853c6490cf8056a2c6e012002db872cebc69a1a784195bbdc
|
||||
SHA512 (ansible-core-2.14.14.tar.gz) = 93e5b4cf9f192270312cad11ef5041f4530761f6d2d3cb9c24d3e9bf1ffc647f62a6e04f6c157375b312742db3cda2768afb3068f2a89b0bc4602a92d354ca9f
|
||||
SHA512 (ansible-documentation-2.14.14.tar.gz) = dc71fa77b160893a605c9238897b502180ca1704f97d9dc968b362c27690e96591dbc5f4b102b9bf90f212e06374ddb81d676c87606d7fac2580985bd280f39b
|
||||
SHA512 (Jinja2-3.1.2.tar.gz) = 5dfe122c1beef5305b34d25f22f96607bd3a6cba098b03091850ea36fefe62b645a7218d7584b35bea252393ac922c9bb3654a9e90f23bcfb273e811fcf2f2c1
|
||||
SHA512 (MarkupSafe-2.1.2.tar.gz) = 84dbeddaf2df713b3cce94eb64876fea8f80c608e25130c18e4691be2b1dea56df8b772d26c0caca88231ef795125eb9678210c33bf20518c18e3047912ddb4b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user