From e821aba6da5927f44fd93f38d410257a5a427ad1 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Tue, 27 Feb 2018 16:52:58 +0000 Subject: [PATCH 1/3] - update to 2.3.1 RC1 (package version 2.3.0.1) (bsc#1056094): * SECURITY (MODERATE): fix for CVE-2017-7466, which finally fixes an arbitrary command execution vulnerability OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=102 --- ansible.changes | 4 +++- ansible.spec | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ansible.changes b/ansible.changes index bf6c579..01d5eb1 100644 --- a/ansible.changes +++ b/ansible.changes @@ -379,10 +379,12 @@ Wed Jun 07 20:51:30 UTC 2017 - matthias.eliasson@gmail.com ------------------------------------------------------------------- Wed May 10 22:35:24 UTC 2017 - lars@linux-schulserver.de -- update to 2.3.1 RC1 (package version 2.3.0.1): +- update to 2.3.1 RC1 (package version 2.3.0.1) (bsc#1056094): * SECURITY (MODERATE): fix for CVE-2017-7481, in which data for lookup plugins used as variables was not being correctly marked as "unsafe". + * SECURITY (MODERATE): fix for CVE-2017-7466, which finally fixes + an arbitrary command execution vulnerability ------------------------------------------------------------------- Tue Mar 28 08:30:35 UTC 2017 - michael@stroeder.com diff --git a/ansible.spec b/ansible.spec index 85979b4..7f9d208 100644 --- a/ansible.spec +++ b/ansible.spec @@ -27,7 +27,7 @@ Name: ansible Version: 2.4.3.0 Release: 0 Summary: Software automation engine -License: GPL-3.0 +License: GPL-3.0-only Group: Development/Languages/Python Url: http://ansible.com/ Source: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz From 47bbd985d127c0a5e9a55d40791a5a6a73e5946a Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Tue, 27 Feb 2018 17:02:26 +0000 Subject: [PATCH 2/3] fix license string following SPDX 3 format - seems to get somehow mistranslated during the switch from SPDX 2 to SPDX 3. It's GPL-3.0 or any later => GPL-3.0+ resp. GPL-3.0-or-later OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=103 --- ansible.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.spec b/ansible.spec index 7f9d208..934d90e 100644 --- a/ansible.spec +++ b/ansible.spec @@ -27,7 +27,7 @@ Name: ansible Version: 2.4.3.0 Release: 0 Summary: Software automation engine -License: GPL-3.0-only +License: GPL-3.0-or-later Group: Development/Languages/Python Url: http://ansible.com/ Source: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz From f3f1ec8f97104a8e01a87960d211830bf3c12071 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Tue, 6 Mar 2018 09:48:27 +0000 Subject: [PATCH 3/3] - License changed to GPL-3.0-or-later, as mentioned in the source (former license focues on GPL-3.0 only) OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=104 --- ansible.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansible.changes b/ansible.changes index 01d5eb1..f0aa502 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 6 09:47:28 UTC 2018 - lars@linux-schulserver.de + +- License changed to GPL-3.0-or-later, as mentioned in the source + (former license focues on GPL-3.0 only) + ------------------------------------------------------------------- Fri Feb 16 07:54:43 UTC 2018 - tbechtold@suse.com