summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-ansible.inc
diff options
context:
space:
mode:
authorSoumya Sambu <soumya.sambu@windriver.com>2024-11-14 10:32:11 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-12-10 03:43:55 +0000
commitbbfe2e1e1f70eea3f1ff43232bb0d5743184bbbd (patch)
tree75b8896a1eb43918d6a29e4f0c8aa6bc8c233930 /recipes-devtools/python/python-ansible.inc
parent61d37af7f412aa1ecacdf584faf0fba300f7d58e (diff)
downloadmeta-cloud-services-bbfe2e1e1f70eea3f1ff43232bb0d5743184bbbd.tar.gz
python3-ansible: Upgrade 2.16.5 -> 2.17.6
Includes security fixes for - CVE-2024-9902, CVE-2024-8775, CVE-2023-5115. Changelog: ========== https://github.com/ansible/ansible/blob/v2.17.6/changelogs/CHANGELOG-v2.17.rst 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.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-ansible.inc b/recipes-devtools/python/python-ansible.inc
index 7c9d0f5..a528f24 100644
--- a/recipes-devtools/python/python-ansible.inc
+++ b/recipes-devtools/python/python-ansible.inc
@@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
6 6
7SRCNAME = "ansible" 7SRCNAME = "ansible"
8 8
9SRC_URI = "git://github.com/ansible/ansible.git;protocol=https;branch=stable-2.16" 9SRC_URI = "git://github.com/ansible/ansible.git;protocol=https;branch=stable-2.17"
10 10
11SRCREV = "ee04df4796af1a438bc80aff33cdd5ca4d5304aa" 11SRCREV = "05e01efa8534d19956133e19e9e84aad720abb0d"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14