Update ansible to 1.7.1

Besides performance enhancements and other bug fixes:

- Security fix to disallow specifying 'args:' as a string, which
  could allow the insertion of extra module parameters through
  variables.

OK aja@ sthen@
This commit is contained in:
rpe 2014-08-24 08:46:42 +00:00
parent 7c94643313
commit 0a0c357bb4
3 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.30 2014/08/11 20:56:15 rpe Exp $
# $OpenBSD: Makefile,v 1.31 2014/08/24 08:46:42 rpe Exp $
COMMENT = ssh based config management framework
MODPY_EGG_VERSION = 1.7
MODPY_EGG_VERSION = 1.7.1
DISTNAME = ansible-${MODPY_EGG_VERSION}
CATEGORIES = sysutils

View File

@ -1,2 +1,2 @@
SHA256 (ansible-1.7.tar.gz) = PccXTY/j9sPLE7mI5iClLU2Mrjt5IqRvWQBacoghZ54=
SIZE (ansible-1.7.tar.gz) = 691877
SHA256 (ansible-1.7.1.tar.gz) = 0d7dCAihOKiglFGX04ulYSNQPiRA9E/j1nwLS79xlXI=
SIZE (ansible-1.7.1.tar.gz) = 696151

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.11 2014/08/11 20:56:15 rpe Exp $
@comment $OpenBSD: PLIST,v 1.12 2014/08/24 08:46:42 rpe Exp $
bin/ansible
bin/ansible-doc
bin/ansible-galaxy
@ -62,6 +62,7 @@ lib/python${MODPY_VERSION}/site-packages/ansible/module_utils/gce.py
lib/python${MODPY_VERSION}/site-packages/ansible/module_utils/gce.pyc
lib/python${MODPY_VERSION}/site-packages/ansible/module_utils/known_hosts.py
lib/python${MODPY_VERSION}/site-packages/ansible/module_utils/known_hosts.pyc
lib/python${MODPY_VERSION}/site-packages/ansible/module_utils/powershell.ps1
lib/python${MODPY_VERSION}/site-packages/ansible/module_utils/rax.py
lib/python${MODPY_VERSION}/site-packages/ansible/module_utils/rax.pyc
lib/python${MODPY_VERSION}/site-packages/ansible/module_utils/redhat.py