summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-ansible.inc
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2024-04-03 16:55:27 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-04-09 14:13:25 +0000
commite17a391cfd9bc9caa6002f4b5283f6da5b7476cf (patch)
treece9d633ff7624ccac6ddb294a1ba2622ddd7b3bc /recipes-devtools/python/python-ansible.inc
parent2f83250ec1c08410a5684b03e0a8baf062dd0d66 (diff)
downloadmeta-cloud-services-e17a391cfd9bc9caa6002f4b5283f6da5b7476cf.tar.gz
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 <mingli.yu@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.inc6
1 files changed, 3 insertions, 3 deletions
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
2HOMEPAGE = "https://github.com/ansible/ansible/" 2HOMEPAGE = "https://github.com/ansible/ansible/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "GPL-3.0-only" 4LICENSE = "GPL-3.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" 5LIC_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.14" 9SRC_URI = "git://github.com/ansible/ansible.git;protocol=https;branch=stable-2.16"
10 10
11SRCREV = "5c6dfff68759ccc9794b609db45872950077e98b" 11SRCREV = "ee04df4796af1a438bc80aff33cdd5ca4d5304aa"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14