aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2020-04-17 17:07:13 +0100
committerKeith Maxwell <keith.maxwell@gmail.com>2020-04-17 18:58:37 +0100
commit6cb3058cad0fdc3fb6f8626e7e77a8bb0042e8b8 (patch)
treecfc04014446a609b4de456d7cba863e760f5c3e9
parente044f0378906b8ef92ec51554afd8dfb1b328a69 (diff)
downloadaports-6cb3058cad0fdc3fb6f8626e7e77a8bb0042e8b8.tar.bz2
aports-6cb3058cad0fdc3fb6f8626e7e77a8bb0042e8b8.tar.xz
main/ansible: security upgrade to 2.8.11
https://github.com/ansible/ansible/blob/stable-2.8/changelogs/CHANGELOG-v2.8.rst#v2811
-rw-r--r--main/ansible/APKBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/main/ansible/APKBUILD b/main/ansible/APKBUILD
index 53df4c8ed7..8d1ed5ec06 100644
--- a/main/ansible/APKBUILD
+++ b/main/ansible/APKBUILD
@@ -3,7 +3,7 @@
# Contributor: Takuya Noguchi <takninnovationresearch@gmail.com>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=ansible
-pkgver=2.8.9
+pkgver=2.8.11
pkgrel=0
pkgdesc="A configuration-management, deployment, task-execution, and multinode orchestration framework"
url="https://ansible.com/"
@@ -12,11 +12,15 @@ license="GPL-3.0-or-later"
depends="python3 py3-yaml py3-paramiko py3-jinja2 py3-markupsafe py3-crypto"
makedepends="python3-dev py3-setuptools"
subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz
+source="https://releases.ansible.com/ansible/ansible-$pkgver.tar.gz
add-lxc-container_shell-option.patch
"
# secfixes:
+# 2.8.11-r0:
+# - CVE-2019-3828
+# - CVE-2020-1733
+# - CVE-2020-1740
# 2.8.9-r0:
# - CVE-2020-1737
# - CVE-2020-1739
@@ -60,5 +64,5 @@ package() {
install -m644 README.rst "$pkgdir"/usr/share/doc/$pkgname
}
-sha512sums="895199ade227cff6972bf331eeebfb619920cfdf513fad9fe24027d45793b6cb8fe16fccbdd456eff0a410af89411ccef013cb863411db2aaaf7570251880046 ansible-2.8.9.tar.gz
+sha512sums="4d0e2f28fb717a23f245fb6a9d546d4babeca155c4e56f7dc8cf73cbe192e6b52bbbd38f19845181cad58f8f34d6908b1fb15adea4ce0b4eb4f1628c0c6ba740 ansible-2.8.11.tar.gz
f44f1492495abe092cd9f91669ccfee65748f43663571361de97c3b1c5c1219d355aa7236179decb73446376018fa81aace7eaeb8c10a83d3cf4e006508533dd add-lxc-container_shell-option.patch"