From 0ec73c0543771c5d31165066789fddc23be1212d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Thu, 17 Sep 2015 09:17:08 +0000 Subject: [PATCH] Accepting request 331610 from home:robinroth:branches:systemsmanagement update to 1.9.3 added changelog from https://groups.google.com/forum/#!topic/ansible-announce/EacezxHP_M4 OBS-URL: https://build.opensuse.org/request/show/331610 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=49 --- ansible-1.9.2.tar.gz | 3 --- ansible-1.9.3.tar.gz | 3 +++ ansible.changes | 27 +++++++++++++++++++++++++++ ansible.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 ansible-1.9.2.tar.gz create mode 100644 ansible-1.9.3.tar.gz diff --git a/ansible-1.9.2.tar.gz b/ansible-1.9.2.tar.gz deleted file mode 100644 index 791a133..0000000 --- a/ansible-1.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c25ef4738b08fdfb3094247c012f3fd1b29972acbd37f988070b2a85f5fbee00 -size 927525 diff --git a/ansible-1.9.3.tar.gz b/ansible-1.9.3.tar.gz new file mode 100644 index 0000000..cedd9e4 --- /dev/null +++ b/ansible-1.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2594f642fd800056a427c1026410dc6ed8dfa7c0033f5c3d187abdb2b0d4eeed +size 936633 diff --git a/ansible.changes b/ansible.changes index 2abd05e..6640d3c 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Sep 11 16:10:12 UTC 2015 - robin.roth@kit.edu + +- update to 1.9.3: + - Fixes a bug related to keyczar messing up encodings internally, resulting in decrypted + messages coming out as empty strings. + - AES Keys generated for use in accelerated mode are now 256-bit by default instead of 128. + - Fix url fetching for SNI with python-2.7.9 or greater. SNI does not work + with python < 2.7.9. The best workaround is probably to use the command + module with curl or wget. + - Fix url fetching to allow tls-1.1 and tls-1.2 if the system's openssl library + supports those protocols + - Fix ec2_ami_search module to check TLS Certificates + - Fix the following extras modules to check TLS Certificates: + - campfire + - layman + - librarto_annotate + - twilio + - typetalk + - Fix docker module's parsing of docker-py version for dev checkouts + - Fix docker module to work with docker server api 1.19 + - Change yum module's state=latest feature to update all packages specified in + a single transaction. This is the same type of fix as was made for yum's + state=installed in 1.9.2 and both solves the same problems and with the same caveats. + - Fixed a bug where stdout from a module might be blank when there were were non-printable + ASCII characters contained within it + ------------------------------------------------------------------- Wed Jul 15 09:17:54 UTC 2015 - lars@linux-schulserver.de diff --git a/ansible.spec b/ansible.spec index c0eb2f6..221e758 100644 --- a/ansible.spec +++ b/ansible.spec @@ -19,7 +19,7 @@ Name: ansible -Version: 1.9.2 +Version: 1.9.3 Release: 0 Summary: Radically simple IT automation License: GPL-3.0