From ea865f6965128d61602e7d20e1ab8554ce05633a Mon Sep 17 00:00:00 2001 From: Soumya Sambu Date: Tue, 8 Apr 2025 10:56:54 +0000 Subject: python3-ansible: Upgrade 2.17.6 -> 2.17.7 Fixes CVE-2024-11079 and other bugs Changelog: ========== https://github.com/ansible/ansible/blob/v2.17.7/changelogs/CHANGELOG-v2.17.rst#v2-17-7 Signed-off-by: Soumya Sambu Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-ansible.inc | 2 +- recipes-devtools/python/python3-ansible_2.17.6.bb | 12 ------------ recipes-devtools/python/python3-ansible_2.17.7.bb | 12 ++++++++++++ 3 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 recipes-devtools/python/python3-ansible_2.17.6.bb create mode 100644 recipes-devtools/python/python3-ansible_2.17.7.bb (limited to 'recipes-devtools') diff --git a/recipes-devtools/python/python-ansible.inc b/recipes-devtools/python/python-ansible.inc index a528f24..4bb90cb 100644 --- a/recipes-devtools/python/python-ansible.inc +++ b/recipes-devtools/python/python-ansible.inc @@ -8,7 +8,7 @@ SRCNAME = "ansible" SRC_URI = "git://github.com/ansible/ansible.git;protocol=https;branch=stable-2.17" -SRCREV = "05e01efa8534d19956133e19e9e84aad720abb0d" +SRCREV = "dc0e3bd16cc7ded081bc46c88e4e3d1997ca9bb0" S = "${WORKDIR}/git" diff --git a/recipes-devtools/python/python3-ansible_2.17.6.bb b/recipes-devtools/python/python3-ansible_2.17.6.bb deleted file mode 100644 index f3ab237..0000000 --- a/recipes-devtools/python/python3-ansible_2.17.6.bb +++ /dev/null @@ -1,12 +0,0 @@ -inherit setuptools3 -require python-ansible.inc - -RDEPENDS:${PN} += "python3-pyyaml \ - python3-jinja2 \ - python3-modules \ - locale-base-en-us \ -" - -SRC_URI += " \ - file://python3-ensure-py-scripts-use-py3-for-shebang.patch \ -" diff --git a/recipes-devtools/python/python3-ansible_2.17.7.bb b/recipes-devtools/python/python3-ansible_2.17.7.bb new file mode 100644 index 0000000..f3ab237 --- /dev/null +++ b/recipes-devtools/python/python3-ansible_2.17.7.bb @@ -0,0 +1,12 @@ +inherit setuptools3 +require python-ansible.inc + +RDEPENDS:${PN} += "python3-pyyaml \ + python3-jinja2 \ + python3-modules \ + locale-base-en-us \ +" + +SRC_URI += " \ + file://python3-ensure-py-scripts-use-py3-for-shebang.patch \ +" -- cgit v1.2.3-54-g00ecf