diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-08-04 16:17:26 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-28 18:30:12 +0000 |
commit | 34aea8221b65317b4c6ab475d2bce9c62a7a8939 (patch) | |
tree | 7e9a30e112ef714dbc732f9d042d4c0b1a769a8c | |
parent | 9994a48b74d709bca37828f344ed514219ef364d (diff) | |
download | aports-34aea8221b65317b4c6ab475d2bce9c62a7a8939.tar.bz2 aports-34aea8221b65317b4c6ab475d2bce9c62a7a8939.tar.xz |
main/ansible: security upgrade to 2.6.3
-rw-r--r-- | main/ansible/APKBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/main/ansible/APKBUILD b/main/ansible/APKBUILD index 5445d94561..58b1379e99 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.6.1 +pkgver=2.6.3 pkgrel=0 pkgdesc="A configuration-management, deployment, task-execution, and multinode orchestration framework" url="https://ansible.com" @@ -16,6 +16,10 @@ subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" +# secfixes: +# 2.6.3-r0: +# - CVE-2018-10875 + build() { cd "$builddir" python3 setup.py build @@ -35,4 +39,4 @@ package() { install -m644 README.rst "$pkgdir"/usr/share/doc/$pkgname } -sha512sums="1235e12a510317665956bfae9e0d03814083a24ba6e5c98072437e50b4a596437a173b32d9d5af37b4b9e168e35045fdb65e65276fdc830f473ab1f42dcba2d2 ansible-2.6.1.tar.gz" +sha512sums="f34052379b892d5dff5e170e4237d4595ecf9d951226cc928fc092e253f5fa9f492a6e953ff09ed63b19ddb0f2b8df66ac738c2f48923e6d5b1dcc96fc2799c9 ansible-2.6.3.tar.gz" |