Skip to content
Snippets Groups Projects
Commit 6cb3058c authored by Keith Maxwell's avatar Keith Maxwell
Browse files
parent e044f037
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Contributor: Takuya Noguchi <takninnovationresearch@gmail.com> # Contributor: Takuya Noguchi <takninnovationresearch@gmail.com>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=ansible pkgname=ansible
pkgver=2.8.9 pkgver=2.8.11
pkgrel=0 pkgrel=0
pkgdesc="A configuration-management, deployment, task-execution, and multinode orchestration framework" pkgdesc="A configuration-management, deployment, task-execution, and multinode orchestration framework"
url="https://ansible.com/" url="https://ansible.com/"
...@@ -12,11 +12,15 @@ license="GPL-3.0-or-later" ...@@ -12,11 +12,15 @@ license="GPL-3.0-or-later"
depends="python3 py3-yaml py3-paramiko py3-jinja2 py3-markupsafe py3-crypto" depends="python3 py3-yaml py3-paramiko py3-jinja2 py3-markupsafe py3-crypto"
makedepends="python3-dev py3-setuptools" makedepends="python3-dev py3-setuptools"
subpackages="$pkgname-doc" 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 add-lxc-container_shell-option.patch
" "
# secfixes: # secfixes:
# 2.8.11-r0:
# - CVE-2019-3828
# - CVE-2020-1733
# - CVE-2020-1740
# 2.8.9-r0: # 2.8.9-r0:
# - CVE-2020-1737 # - CVE-2020-1737
# - CVE-2020-1739 # - CVE-2020-1739
...@@ -60,5 +64,5 @@ package() { ...@@ -60,5 +64,5 @@ package() {
install -m644 README.rst "$pkgdir"/usr/share/doc/$pkgname 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" f44f1492495abe092cd9f91669ccfee65748f43663571361de97c3b1c5c1219d355aa7236179decb73446376018fa81aace7eaeb8c10a83d3cf4e006508533dd add-lxc-container_shell-option.patch"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment