summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-ansible.inc
diff options
context:
space:
mode:
authorSoumya Sambu <soumya.sambu@windriver.com>2025-04-08 10:56:54 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-04-09 20:55:20 +0000
commit59d5f96fd6b4c265f56e107f67ec891ed37fb71c (patch)
tree46ff38284115e692385b61c7e530f79b9f48dd99 /recipes-devtools/python/python-ansible.inc
parentd20e8a8c2f8ce1ddcf0843e4a35a32e71e5aabef (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-devtools/python/python-ansible.inc')
-rw-r--r--recipes-devtools/python/python-ansible.inc2
1 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
9SRC_URI = "git://github.com/ansible/ansible.git;protocol=https;branch=stable-2.17" 9SRC_URI = "git://github.com/ansible/ansible.git;protocol=https;branch=stable-2.17"
10 10
11SRCREV = "05e01efa8534d19956133e19e9e84aad720abb0d" 11SRCREV = "dc0e3bd16cc7ded081bc46c88e4e3d1997ca9bb0"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14