aboutsummaryrefslogtreecommitdiffstats
path: root/main/ansible
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-10-24 00:28:40 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-10-24 13:51:24 +0200
commit500e7d1decbdbbd24b5ad7327c83c556bf0d28f3 (patch)
treeeaaf5806bcfb6e37ea324db0ead0e30983671efb /main/ansible
parent08fb2f00a4afc171b32ea5026d1d2b24ab28fb8d (diff)
downloadaports-500e7d1decbdbbd24b5ad7327c83c556bf0d28f3.tar.bz2
aports-500e7d1decbdbbd24b5ad7327c83c556bf0d28f3.tar.xz
main/ansible: security upgrade to 2.8.6
https://github.com/ansible/ansible/blob/stable-2.8/changelogs/CHANGELOG-v2.8.rst#bugfixes
Diffstat (limited to 'main/ansible')
-rw-r--r--main/ansible/APKBUILD10
-rw-r--r--main/ansible/add-lxc-container_shell-option.patch2
2 files changed, 8 insertions, 4 deletions
diff --git a/main/ansible/APKBUILD b/main/ansible/APKBUILD
index 81ea7aca81..04928c4cf9 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.4
+pkgver=2.8.6
pkgrel=0
pkgdesc="A configuration-management, deployment, task-execution, and multinode orchestration framework"
url="https://ansible.com/"
@@ -17,6 +17,10 @@ source="$pkgname-$pkgver.tar.gz::https://releases.ansible.com/ansible/$pkgname-$
"
# secfixes:
+# 2.8.6-r0:
+# - CVE-2019-14846
+# - CVE-2019-14856
+# - CVE-2019-14858
# 2.8.4-r0:
# - CVE-2019-10206
# - CVE-2019-10217
@@ -49,5 +53,5 @@ package() {
install -m644 README.rst "$pkgdir"/usr/share/doc/$pkgname
}
-sha512sums="9efacbaf053acb8cf92ebe5bda982794ecbdbf55e33a4a292a68874b637eebe82406bfba129adf839354ee18aa809d45d77502f68b8e8d07358a48c9b5687b7e ansible-2.8.4.tar.gz
-e1bd1affec585abf4556d1f2598df2689c2341fc0ddaec3eadc0a9c6df5725b8ab97092771f2c57da6ecaa72ae1bb5e5ccce55db8c4d74bfc785f611dd5b8c32 add-lxc-container_shell-option.patch"
+sha512sums="8e29644b4651e72bd3fbd4ca91c2a36b76e5dde9bb445d3c6e0061c315eb66e1bc507729b70d82998c1cbb25f3ef0e20d281ab8354a047193e60bf4831938418 ansible-2.8.6.tar.gz
+f44f1492495abe092cd9f91669ccfee65748f43663571361de97c3b1c5c1219d355aa7236179decb73446376018fa81aace7eaeb8c10a83d3cf4e006508533dd add-lxc-container_shell-option.patch"
diff --git a/main/ansible/add-lxc-container_shell-option.patch b/main/ansible/add-lxc-container_shell-option.patch
index 93c063b7c1..e773410173 100644
--- a/main/ansible/add-lxc-container_shell-option.patch
+++ b/main/ansible/add-lxc-container_shell-option.patch
@@ -27,7 +27,7 @@ index e0be3e4145db..21c7ad05610f 100644
is "stopped" and the container does not exist it will be first created,
"started", the command executed, and then "stopped". If you use a "|"
in the variable you can use common script formatting within the variable
-- iteself The "container_command" option will always execute as BASH.
+- itself The "container_command" option will always execute as BASH.
- When using "container_command" a log file is created in the /tmp/ directory
- which contains both stdout and stderr of any command executed.
+ itself. If your container doesn't have BASH installed, you can change