From db16011fb983355a8eabbbecf9f813b52ee02e86 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 28 Mar 2024 09:46:39 +0000 Subject: [PATCH] import CS ansible-core-2.14.14-1.el9 --- .ansible-core.metadata | 4 ++-- .gitignore | 4 ++-- SPECS/ansible-core.spec | 13 ++++++++++++- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.ansible-core.metadata b/.ansible-core.metadata index bdfd2cd..1ea9bde 100644 --- a/.ansible-core.metadata +++ b/.ansible-core.metadata @@ -1,4 +1,4 @@ 560f248ccb0b98256c5b50c86a002c2c1e57edb6 SOURCES/Jinja2-3.1.2.tar.gz 192b9f6598e1ae036301f72781973c6f46e50aa2 SOURCES/MarkupSafe-2.1.2.tar.gz -206d3558bef217b0d3cd20a10bd55b00d8b61f43 SOURCES/ansible-core-2.14.9.tar.gz -366ad8407df71776813faeff935da35d65967b33 SOURCES/ansible-documentation-2.14.9.tar.gz +17607409001ab47fe691013647052ab3532e5bae SOURCES/ansible-core-2.14.14.tar.gz +74cdfb0081b59e573e30170da02156fb29ff282b SOURCES/ansible-documentation-2.14.14.tar.gz diff --git a/.gitignore b/.gitignore index 1970e84..be4ff51 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ SOURCES/Jinja2-3.1.2.tar.gz SOURCES/MarkupSafe-2.1.2.tar.gz -SOURCES/ansible-core-2.14.9.tar.gz -SOURCES/ansible-documentation-2.14.9.tar.gz +SOURCES/ansible-core-2.14.14.tar.gz +SOURCES/ansible-documentation-2.14.14.tar.gz diff --git a/SPECS/ansible-core.spec b/SPECS/ansible-core.spec index b865ebd..4847d8f 100644 --- a/SPECS/ansible-core.spec +++ b/SPECS/ansible-core.spec @@ -27,7 +27,7 @@ Name: ansible-core Summary: SSH-based configuration management, deployment, and task execution system Epoch: 1 -Version: 2.14.9 +Version: 2.14.14 Release: 1%{?dist} Group: Development/Libraries @@ -189,6 +189,17 @@ strip --strip-unneeded %{vendor_path}/markupsafe/_speedups%{python3_ext_suffix} %changelog +* Fri Feb 02 2024 Dimitri Savineau - 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 - 1:2.14.13-1 +- ansible-core 2.14.13 release (RHEL-19298) + +* Thu Dec 07 2023 Dimitri Savineau - 1:2.14.12-1 +- ansible-core 2.14.12 release (RHEL-18950) + * Wed Aug 16 2023 Dimitri Savineau - 1:2.14.9-1 - ansible-core 2.14.9 release (rhbz#2232432) - Use docs and examples from ansible-documentation project.