aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2020-04-17 17:17:20 +0100
committerKeith Maxwell <keith.maxwell@gmail.com>2020-04-17 17:24:26 +0100
commitec2f3b6aa9db9937f43c70b5c3caa8fbf7132575 (patch)
tree63f6d73c257d7592cdf9d2cc0d8cebf907d5db55
parentcbfc4cf0fadb0829c55d8cff503be4e9e9e41006 (diff)
downloadaports-ec2f3b6aa9db9937f43c70b5c3caa8fbf7132575.tar.bz2
aports-ec2f3b6aa9db9937f43c70b5c3caa8fbf7132575.tar.xz
main/ansible: security upgrade to 2.7.17
https://github.com/ansible/ansible/blob/stable-2.7/changelogs/CHANGELOG-v2.7.rst#v2-7-17
-rw-r--r--main/ansible/APKBUILD13
1 files changed, 10 insertions, 3 deletions
diff --git a/main/ansible/APKBUILD b/main/ansible/APKBUILD
index 2c9f9407d0..72c14d87ab 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.7.16
+pkgver=2.7.17
pkgrel=0
pkgdesc="A configuration-management, deployment, task-execution, and multinode orchestration framework"
url="https://ansible.com/"
@@ -14,13 +14,20 @@ depends="python3 $_py-yaml $_py-paramiko $_py-jinja2 $_py-markupsafe $_py-crypto
makedepends="python3-dev py3-setuptools"
options="!check" # not included in release tarball
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
"
builddir="$srcdir/$pkgname-$pkgver"
# secfixes:
+# 2.7.17-r0:
+# - CVE-2019-3828
+# - CVE-2020-1733
+# - CVE-2020-1737
+# - CVE-2020-1739
+# - CVE-2020-1740
+# - CVE-2020-1746
# 2.7.16-r0:
# - CVE-2019-14864
# - CVE-2019-14904
@@ -68,5 +75,5 @@ package() {
install -m644 README.rst "$pkgdir"/usr/share/doc/$pkgname
}
-sha512sums="daae5c495f60a6b1b7fbce7c1b964e946ffa85e57791f9e07765aacfea8a490e39e3fad7f319684fc98dcc2e59ed8e9daf058e03a5dfcdf2cd6de5166ecb5767 ansible-2.7.16.tar.gz
+sha512sums="387ee26381d120e8b1a77a5251686831fefb47213dce4a1f0aee714e6c6e2a94f1bf283ef2bcf3d79940552407fff7d86453968f1aa5a866f013d396948ccc0f ansible-2.7.17.tar.gz
e1bd1affec585abf4556d1f2598df2689c2341fc0ddaec3eadc0a9c6df5725b8ab97092771f2c57da6ecaa72ae1bb5e5ccce55db8c4d74bfc785f611dd5b8c32 add-lxc-container_shell-option.patch"