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:20 +0000 |
commit | 59d5f96fd6b4c265f56e107f67ec891ed37fb71c (patch) | |
tree | 46ff38284115e692385b61c7e530f79b9f48dd99 | |
parent | d20e8a8c2f8ce1ddcf0843e4a35a32e71e5aabef (diff) | |
download | meta-cloud-services-59d5f96fd6b4c265f56e107f67ec891ed37fb71c.tar.gz |
python3-ansible: Upgrade 2.17.6 -> 2.17.7
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 | |||