From 2fd858e9e1df69585282162028c2fc5be0d937a38ba6d6b2c4f281dba078dd74 Mon Sep 17 00:00:00 2001 From: Kristoffer Gronlund Date: Wed, 12 Jun 2019 08:01:09 +0000 Subject: [PATCH] - Update to version 4.4.0+git.1558595666.5f79f9e9: * fence_scsi: detect node ID using new format, and fallback to old format before failing * fence_rhevm: fix debug encoding issues (bsc#1137314) (CVE-2019-10153) * fence_mpath: import ctypes to fix watchdog hardreboot * fence_rhevm: add RHEV v4 API support and auto-detection * fence_azure_arm: use skip_shutdown feature when available * fence_ipmilan: Add ipmitool timeout option * fence_redfish: add headers to HTTP methods * fence_gce: fix Python 3 encoding issue * fence_pve: add support for sending reset command to qemu machines (#261) * fencing: improve stdin parse function * fence_redfish: backwards compatibility for : * Changed Encoding to UTF-8 (bsc#1137314) (CVE-2019-10153) OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=109 --- _service | 2 +- _servicedata | 2 +- ...agents-4.2.1+git.1550476590.98767d24.tar.xz | 3 --- ...agents-4.4.0+git.1558595666.5f79f9e9.tar.xz | 3 +++ fence-agents.changes | 18 +++++++++++++++++- fence-agents.spec | 2 +- 6 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 fence-agents-4.2.1+git.1550476590.98767d24.tar.xz create mode 100644 fence-agents-4.4.0+git.1558595666.5f79f9e9.tar.xz diff --git a/_service b/_service index db166fa..2022c47 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git .git fence-agents - 4.2.1+git.%ct.%h + 4.4.0+git.%ct.%h master enable diff --git a/_servicedata b/_servicedata index f85280a..e48a3ef 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://github.com/ClusterLabs/fence-agents.git - 9ebd2e2e36ae0de5c9164f4ac3fd29bdac0cab61 \ No newline at end of file + 1c4a64ca803831b44c96c75022abe5bb8713cd1a \ No newline at end of file diff --git a/fence-agents-4.2.1+git.1550476590.98767d24.tar.xz b/fence-agents-4.2.1+git.1550476590.98767d24.tar.xz deleted file mode 100644 index f7057c0..0000000 --- a/fence-agents-4.2.1+git.1550476590.98767d24.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df5f119f821a80c1c57a9b84da69fee072f917732463da537ca64d51b2be0c00 -size 232216 diff --git a/fence-agents-4.4.0+git.1558595666.5f79f9e9.tar.xz b/fence-agents-4.4.0+git.1558595666.5f79f9e9.tar.xz new file mode 100644 index 0000000..fca4e00 --- /dev/null +++ b/fence-agents-4.4.0+git.1558595666.5f79f9e9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6388147f08e075f8865fdef15099ce0fd93794e86e038456659f8d34bf1f52b8 +size 232720 diff --git a/fence-agents.changes b/fence-agents.changes index 1535342..032870a 100644 --- a/fence-agents.changes +++ b/fence-agents.changes @@ -1,9 +1,25 @@ +------------------------------------------------------------------- +Wed Jun 12 07:57:14 UTC 2019 - kgronlund@suse.com + +- Update to version 4.4.0+git.1558595666.5f79f9e9: + * fence_scsi: detect node ID using new format, and fallback to old format before failing + * fence_rhevm: fix debug encoding issues (bsc#1137314) (CVE-2019-10153) + * fence_mpath: import ctypes to fix watchdog hardreboot + * fence_rhevm: add RHEV v4 API support and auto-detection + * fence_azure_arm: use skip_shutdown feature when available + * fence_ipmilan: Add ipmitool timeout option + * fence_redfish: add headers to HTTP methods + * fence_gce: fix Python 3 encoding issue + * fence_pve: add support for sending reset command to qemu machines (#261) + * fencing: improve stdin parse function + * fence_redfish: backwards compatibility for : + ------------------------------------------------------------------- Mon Feb 18 13:22:05 UTC 2019 - dakechi@suse.com - Update to version 4.2.1+git.1550476590.98767d24: * fence_redfish: use "ipport" parameter and improve logging (fate#320898) - * Changed Encoding to UTF-8 + * Changed Encoding to UTF-8 (bsc#1137314) (CVE-2019-10153) * fence_redfish: fail when using invalid cert without --ssl-insecure (fate#320898) * Removed unnecessary variable assignments to simplify code * fence_scsi: watchdog retries support diff --git a/fence-agents.spec b/fence-agents.spec index d98665c..37732cf 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -29,7 +29,7 @@ Name: fence-agents Summary: Fence Agents for High Availability License: GPL-2.0-only AND LGPL-2.1-only Group: Productivity/Clustering/HA -Version: 4.2.1+git.1550476590.98767d24 +Version: 4.4.0+git.1558595666.5f79f9e9 Release: 0 Url: https://github.com/ClusterLabs/fence-agents Source0: %{name}-%{version}.tar.xz