diff options
| author | Soumya Sambu <soumya.sambu@windriver.com> | 2024-11-14 10:32:11 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-12-10 03:43:04 +0000 |
| commit | 82d6a52a38056518423afe1d2ce4bc0d4ff78d5c (patch) | |
| tree | 334ece3f6d992f48fcfa5e8e652f47ede92ab551 /recipes-devtools/python/python-ansible.inc | |
| parent | 755a6af15bf0d01a107414ddcc05543227bab0a7 (diff) | |
| download | meta-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.inc | 4 |
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 | ||
| 7 | SRCNAME = "ansible" | 7 | SRCNAME = "ansible" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/ansible/ansible.git;protocol=https;branch=stable-2.16" | 9 | SRC_URI = "git://github.com/ansible/ansible.git;protocol=https;branch=stable-2.17" |
| 10 | 10 | ||
| 11 | SRCREV = "ee04df4796af1a438bc80aff33cdd5ca4d5304aa" | 11 | SRCREV = "05e01efa8534d19956133e19e9e84aad720abb0d" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
