From e17a391cfd9bc9caa6002f4b5283f6da5b7476cf Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Wed, 3 Apr 2024 16:55:27 +0800 Subject: python3-ansible: Upgrade 2.14.5 -> 2.16.5 The 2.14.x will be EOL 20 May 2024 [1], so upgrade to 2.16.5 which also includes the security fix for CVE-2024-0690. [1] https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html Signed-off-by: Mingli Yu Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-ansible.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 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 fa55ba3..7c9d0f5 100644 --- a/recipes-devtools/python/python-ansible.inc +++ b/recipes-devtools/python/python-ansible.inc @@ -2,13 +2,13 @@ DESCRIPTION = "Ansible is a simple IT automation platform that makes your applic HOMEPAGE = "https://github.com/ansible/ansible/" SECTION = "devel/python" LICENSE = "GPL-3.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" +LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" SRCNAME = "ansible" -SRC_URI = "git://github.com/ansible/ansible.git;protocol=https;branch=stable-2.14" +SRC_URI = "git://github.com/ansible/ansible.git;protocol=https;branch=stable-2.16" -SRCREV = "5c6dfff68759ccc9794b609db45872950077e98b" +SRCREV = "ee04df4796af1a438bc80aff33cdd5ca4d5304aa" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf