- 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 <ip>:<port> * 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
This commit is contained in:
parent
294ac47884
commit
2fd858e9e1
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="filename">fence-agents</param>
|
||||
<param name="versionformat">4.2.1+git.%ct.%h</param>
|
||||
<param name="versionformat">4.4.0+git.%ct.%h</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/ClusterLabs/fence-agents.git</param>
|
||||
<param name="changesrevision">9ebd2e2e36ae0de5c9164f4ac3fd29bdac0cab61</param></service></servicedata>
|
||||
<param name="changesrevision">1c4a64ca803831b44c96c75022abe5bb8713cd1a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df5f119f821a80c1c57a9b84da69fee072f917732463da537ca64d51b2be0c00
|
||||
size 232216
|
3
fence-agents-4.4.0+git.1558595666.5f79f9e9.tar.xz
Normal file
3
fence-agents-4.4.0+git.1558595666.5f79f9e9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6388147f08e075f8865fdef15099ce0fd93794e86e038456659f8d34bf1f52b8
|
||||
size 232720
|
@ -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 <ip>:<port>
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user