pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Update ansible to version 2.3.2.0.
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Mon Aug 14 14:05:11 2017 +0200
Changeset: 79b039cbd7ad990905141485e04501e3c55237be
Modified Files:
ansible/Makefile
ansible/distinfo
Log Message:
Update ansible to version 2.3.2.0.
Pkgsrc changes:
* Update version number.
Upstream changes:
== 2.3.2 "Ramble On" - 2017-08-04
=== Bugfixes
* Fix partend i18n issues
* fixed handling of extra vars for tower_job_template (#25272)
* Python3 bugfixes
* Fix sorting of ec2 policies
* Fix digital_ocean dynamic inventory script
* Fix for the docker connection plugin
* Fix pip module when using python3's pyvenv and python3 -m venv
to create virtualenvs
* Fix for the AnsiBallZ wrapper so that it gives a better error message when
there's not enough disk space to create its tempdir.
* Fix so ansilbe-galaxy install --force with unversioned roles will once again
overwrite old versions.
* Fix for RabbitMQ 3.6.7 endpoint return code changing.
* Fix for Foreman organization creation
* fixed incorrect fail_json ref in rpm_key
* Corrected requried on hash_name for dynamodb_table
* Fix for fetch action plugin not validating correctly
* Avoid vault view writing display to logs
* htpasswd: fix passlib module version comparison
* Fix for flowdock error message when external_user_name is missing
* fixed corner case for delegate_to, loops and delegate_facts
* fixed wait_for python2.4/2.5 compatibility (this is last version
this is needed)
* fix for adhoc not obeying callback options
* fix for win_find where it fails to recursively scan empty nested directories
* fix non-pipelined code paths for Windows (eg, ANSIBLE_KEEP_REMOTE_FILES,
non-pipelined connection plugins)
* fix for win_updates where args and check mode were ignored due
to common code change
* fix for unprivileged users to Windows runas become method
* fix starttls code path for mail module
* fix missing LC_TYPE in parted module
* fix CN parsing with OpenSSL 1.1 in letsencrypt module
* fix params assignment in jabber module
* fix TXT record type handling in exo_dns_record module
* fix message queue message ttl can't be 0 in rabbitmq_queue module
* CloudStack bugfixes:
* fix template upload for users in cs_template module, change
default to is_routing=None
* several fixes in cs_host module fixes hypervisor handling
* fix network param ignored due typo in cs_nic module
* fix missing type bool in module cs_zone
* fix KeyError: 'sshkeypair' in cs_instance module for CloudStack
v4.5 and before
* fix for win_chocolatey where trying to upgrade all the packages
as per the example docs fails
* fix for win_chocolatey where it did not fail if the version set did not exist
* fix for win_regedit always changing a reg key if the dword values set is a hex
* fix for wait_for on non-Linux systems with newer versions of psutil
* fix eos_banner code and test issues
* run tearup and teardown of EAPI service only on EAPI tests
* fix eos_config tests so only Eth1 and Eth2 are used
* Fix for potential bug when using legacy inventory vars for
configuring the su password.
* Fix crash in file module when directories contain non-utf8 filenames
* Fix for dnf groupinstall with dnf-2.x
* Fix seboolean module for incompatibility in newer Python3 selinux bindings
* Optimization for inventory, no need to dedup at every stage, its
redundant and slow
* Fix fact gathering for package and service action plugins
* make random_choice more error resilient (#27380)
* ensure prefix in plugin loading to avoid conflicts
* fix for a small number of modules (tempfile, possibly copy) which could fail
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=79b039cbd7ad990905141485e04501e3c55237be
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ansible/Makefile | 2 +-
ansible/distinfo | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diffs:
diff --git a/ansible/Makefile b/ansible/Makefile
index 57357be33e..45b9fd2c3d 100644
--- a/ansible/Makefile
+++ b/ansible/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2016/02/24 22:32:59 tty Exp $
-DISTNAME= ansible-2.3.1.0
+DISTNAME= ansible-2.3.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python sysutils
MASTER_SITES= http://releases.ansible.com/ansible/
diff --git a/ansible/distinfo b/ansible/distinfo
index 7d3d52c683..768005b158 100644
--- a/ansible/distinfo
+++ b/ansible/distinfo
@@ -1,9 +1,9 @@
$NetBSD$
-SHA1 (ansible-2.3.1.0.tar.gz) = 7c5aa4e8908a0110904f3886000172cbb81c98a4
-RMD160 (ansible-2.3.1.0.tar.gz) = 7bb08ad54ff6d418843853853a561cfd116085bc
-SHA512 (ansible-2.3.1.0.tar.gz) = 7b4b33c56a15c41d756f095944d7a0dbf894557350879430df21061b717b9574aae624a276bf7e1a13d043b718aeaccac1ce510a3cb085983311ddf06fa832bc
-Size (ansible-2.3.1.0.tar.gz) = 4263357 bytes
+SHA1 (ansible-2.3.2.0.tar.gz) = abea37a4ba664b55af3d0d9c6017d45daa9816cd
+RMD160 (ansible-2.3.2.0.tar.gz) = fbe0cbcc197d7405aea2600d0c5c58412ca93d9c
+SHA512 (ansible-2.3.2.0.tar.gz) = 458506da8ae65a80b442834c6047f02eb92acf9f7dd4465c63b4360c4c4817a0f7c48c92a614b91760a54d036ed13f417edf3524bb8a34a8a53ceb11efc928ac
+Size (ansible-2.3.2.0.tar.gz) = 4319664 bytes
SHA1 (patch-contrib_README.md) = 0493d61ab37e2c225a7c0c8481bedb15aa0b482c
SHA1 (patch-contrib_inventory_cobbler.py) = 3d5811a00c18556a8993f23e17df6238bde477b5
SHA1 (patch-contrib_inventory_collins.py) = fd3c4d71d8373488979274a9abb7faad173cc02f
Home |
Main Index |
Thread Index |
Old Index