Accepting request 316930 from systemsmanagement
- update to 1.9.2: - Security fixes to check that hostnames match certificates with https urls (CVE-2015-3908; bnc #938161): + get_url and uri modules + url and etcd lookup plugins - Security fixes to the zone (Solaris containers), jail (bsd containers), and chroot connection plugins. These plugins can be used to connect to their respective container types in leiu of the standard ssh connection. Prior to this fix being applied these connection plugins didn't properly handle symlinks within the containers which could lead to files intended to be written to or read from the container being written to or read from the host system instead. (CVE pending) - Fixed a bug in the service module where init scripts were being incorrectly used instead of upstart/systemd. - Fixed a bug where sudo/su settings were not inherited from ansible.cfg correctly. - Fixed a bug in the rds module where a traceback may occur due to an unbound variable. - Fixed a bug where certain remote file systems where the SELinux context was not being properly set. - Re-enabled several windows modules which had been partially merged (via action plugins): + win_copy.ps1 + win_copy.py + win_file.ps1 + win_file.py + win_template.py - Fix bug using with_sequence and a count that is zero. Also allows counting backwards isntead of forwards OBS-URL: https://build.opensuse.org/request/show/316930 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible?expand=0&rev=12
This commit is contained in:
commit
2d57eb4952
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6f975d565723765a4d490ff40cede96833a745f38908def4950a0075f1973f5
|
||||
size 917471
|
3
ansible-1.9.2.tar.gz
Normal file
3
ansible-1.9.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c25ef4738b08fdfb3094247c012f3fd1b29972acbd37f988070b2a85f5fbee00
|
||||
size 927525
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 15 09:17:54 UTC 2015 - lars@linux-schulserver.de
|
||||
|
||||
- update to 1.9.2:
|
||||
- Security fixes to check that hostnames match certificates with
|
||||
https urls (CVE-2015-3908; bnc #938161):
|
||||
+ get_url and uri modules
|
||||
+ url and etcd lookup plugins
|
||||
- Security fixes to the zone (Solaris containers), jail (bsd
|
||||
containers), and chroot connection plugins. These plugins can be
|
||||
used to connect to their respective container types in leiu of the
|
||||
standard ssh connection. Prior to this fix being applied these
|
||||
connection plugins didn't properly handle symlinks within the containers
|
||||
which could lead to files intended to be written to or read from the
|
||||
container being written to or read from the host system instead. (CVE
|
||||
pending)
|
||||
- Fixed a bug in the service module where init scripts were being
|
||||
incorrectly used instead of upstart/systemd.
|
||||
- Fixed a bug where sudo/su settings were not inherited from
|
||||
ansible.cfg correctly.
|
||||
- Fixed a bug in the rds module where a traceback may occur due to an
|
||||
unbound variable.
|
||||
- Fixed a bug where certain remote file systems where the SELinux
|
||||
context was not being properly set.
|
||||
- Re-enabled several windows modules which had been partially merged
|
||||
(via action plugins):
|
||||
+ win_copy.ps1
|
||||
+ win_copy.py
|
||||
+ win_file.ps1
|
||||
+ win_file.py
|
||||
+ win_template.py
|
||||
- Fix bug using with_sequence and a count that is zero. Also allows
|
||||
counting backwards isntead of forwards
|
||||
- Fix get_url module bug preventing use of custom ports with https
|
||||
urls
|
||||
- Fix bug disabling repositories in the yum module.
|
||||
- Fix giving yum module a url to install a package from on
|
||||
RHEL/CENTOS5
|
||||
- Fix bug in dnf module preventing it from working when yum-utils was
|
||||
not already installed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 28 19:03:01 UTC 2015 - boris@steki.net
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: ansible
|
||||
Version: 1.9.1
|
||||
Version: 1.9.2
|
||||
Release: 0
|
||||
Summary: Radically simple IT automation
|
||||
License: GPL-3.0
|
||||
|
Loading…
Reference in New Issue
Block a user