From bbfe2e1e1f70eea3f1ff43232bb0d5743184bbbd Mon Sep 17 00:00:00 2001 From: Soumya Sambu Date: Thu, 14 Nov 2024 10:32:11 +0000 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-ansible.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-devtools/python/python-ansible.inc') 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" SRCNAME = "ansible" -SRC_URI = "git://github.com/ansible/ansible.git;protocol=https;branch=stable-2.16" +SRC_URI = "git://github.com/ansible/ansible.git;protocol=https;branch=stable-2.17" -SRCREV = "ee04df4796af1a438bc80aff33cdd5ca4d5304aa" +SRCREV = "05e01efa8534d19956133e19e9e84aad720abb0d" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf