diff options
author | Soumya Sambu <soumya.sambu@windriver.com> | 2025-04-08 10:56:54 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-09 20:55:22 +0000 |
commit | ea865f6965128d61602e7d20e1ab8554ce05633a (patch) | |
tree | cb0c6e6ee648b6a125af29d36c20b46954793f73 | |
parent | 3904c521fce351ad4bcc6760ddb8ff411016c77e (diff) | |
download | meta-cloud-services-scarthgap.tar.gz |
python3-ansible: Upgrade 2.17.6 -> 2.17.7scarthgap
Fixes CVE-2024-11079 and other bugs
Changelog:
==========
https://github.com/ansible/ansible/blob/v2.17.7/changelogs/CHANGELOG-v2.17.rst#v2-17-7
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-devtools/python/python-ansible.inc | 2 | ||||
-rw-r--r-- | recipes-devtools/python/python3-ansible_2.17.7.bb (renamed from recipes-devtools/python/python3-ansible_2.17.6.bb) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-ansible.inc b/recipes-devtools/python/python-ansible.inc index a528f24..4bb90cb 100644 --- a/recipes-devtools/python/python-ansible.inc +++ b/recipes-devtools/python/python-ansible.inc | |||
@@ -8,7 +8,7 @@ SRCNAME = "ansible" | |||
8 | 8 | ||
9 | SRC_URI = "git://github.com/ansible/ansible.git;protocol=https;branch=stable-2.17" | 9 | SRC_URI = "git://github.com/ansible/ansible.git;protocol=https;branch=stable-2.17" |
10 | 10 | ||
11 | SRCREV = "05e01efa8534d19956133e19e9e84aad720abb0d" | 11 | SRCREV = "dc0e3bd16cc7ded081bc46c88e4e3d1997ca9bb0" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/recipes-devtools/python/python3-ansible_2.17.6.bb b/recipes-devtools/python/python3-ansible_2.17.7.bb index f3ab237..f3ab237 100644 --- a/recipes-devtools/python/python3-ansible_2.17.6.bb +++ b/recipes-devtools/python/python3-ansible_2.17.7.bb | |||