Skip to content
Snippets Groups Projects
Commit 4777c933 authored by Ariadne Conill's avatar Ariadne Conill
Browse files

main/ansible: security upgrade to 2.10.7 (CVE-2021-20191)

parent 05331dc6
No related merge requests found
......@@ -3,8 +3,8 @@
# Contributor: Takuya Noguchi <takninnovationresearch@gmail.com>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=ansible
pkgver=2.10.6
pkgrel=1
pkgver=2.10.7
pkgrel=0
pkgdesc="A configuration-management, deployment, task-execution, and multinode orchestration framework"
url="https://ansible.com/"
options="!check" # TODO: enable tests
......@@ -15,6 +15,8 @@ makedepends="py3-setuptools"
source="https://pypi.python.org/packages/source/a/ansible/ansible-$pkgver.tar.gz"
# secfixes:
# 2.10.7-r0:
# - CVE-2021-20191
# 2.10.1-r0:
# - CVE-2020-25646
......@@ -26,4 +28,6 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="d5d2af728f3f6ff281e078fd4791c7278819d79d6c734f8e9d01fa549f0db25241045456d6aa6e8ccbceab4905039e7431c9db3aaaa89acb01ca599186963e24 ansible-2.10.6.tar.gz"
sha512sums="
7a6522bcc57c178c9c6e87e313f6f175d5c74ac0d1b9dd0cad5506c7fa0efb16d4a627dc2d9c73f988177544bd9ccfdbec162d0feacc757edeb20280d7414191 ansible-2.10.7.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment