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:04 +0000
commit82d6a52a38056518423afe1d2ce4bc0d4ff78d5c (patch)
tree334ece3f6d992f48fcfa5e8e652f47ede92ab551 /recipes-devtools/python/python-ansible.inc
parent755a6af15bf0d01a107414ddcc05543227bab0a7 (diff)
downloadmeta-cloud-services-82d6a52a38056518423afe1d2ce4bc0d4ff78d5c.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