aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-10-24 00:28:40 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-11-20 19:00:14 +0100
commit367286011b41aab74ac1ac4cb44d3caa657f4d4e (patch)
tree460befd5929a7d6c0b9c0920ace91c8b14bc67ef
parent2aaed249bc3e9448ae9cbe4471d9d3ea535ee51d (diff)
downloadaports-367286011b41aab74ac1ac4cb44d3caa657f4d4e.tar.bz2
aports-367286011b41aab74ac1ac4cb44d3caa657f4d4e.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
-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