Accepting request 1178467 from home:yan_gao:branches:network:ha-clustering:Factory
- Update to version 2.1.7+20240530.09c4d6d2e: - libstonithd: free escaped metadata descriptions with g_free() (bsc#1224869, gh#ClusterLabs/pacemaker#3480) - libstonithd: avoid use-after-free when retrieving metadata of Linux-HA fence agents (bsc#1224869, gh#ClusterLabs/pacemaker#3480) - Update to version 2.1.7+20240529.c7e11c771: - libcrmcommon: support PCMK_panic_action="off" or "sync-off" - libcrmcommon: avoid possible buffer overflow in pcmk__time_format_hr() - libcrmcommon: avoid possible buffer overflow in parse_date() - Update to version 2.1.7+20240515.39ef08240 (Pacemaker-2.1.8-rc1): - ChangeLog: update for 2.1.8-rc1 release - Update to version 2.1.7+20240514.9d0f30818: - scheduler: avoid memory leaks when updating action names - libcrmcommon: fix readable interval - tools: make crm_simulate output for bad input more understandable - libcrmcommon: Avoid leaking gnutls session - libcrmcluster: Fix a typo in an info message. - executor: Avoid memory leak in get_schema_files() - tools: Use crm_exit() consistently - executor: Spawn remoted pid 1 before allocating dynamic memory - libcib: Fix memory leak in cib_client_fetch_schemas() - libpacemaker: Fix mem leak in pcmk__acl_evaled_render() - libcrmcommon: avoid memory leaks when loading and freeing schemas - libcib: avoid memory leak in async calls - scheduler,tools: compare resource history IDs case-sensitively - executor: avoid pacemaker-remoted crash - libcrmcommon: Fix memory leak in pcmk__build_schema_xml_node() - libcrmcommon: Fix memory leak in ipc_proxy_dispatch() - fencer: Fix memory leak in handle_local_reply_and_notify() OBS-URL: https://build.opensuse.org/request/show/1178467 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=399
This commit is contained in:
parent
a21eaa7394
commit
99a4fb8492
2
_service
2
_service
@ -11,7 +11,7 @@
|
|||||||
<param name="version">2.1.7</param>
|
<param name="version">2.1.7</param>
|
||||||
-->
|
-->
|
||||||
<param name="versionformat">2.1.7+%cd.%h</param>
|
<param name="versionformat">2.1.7+%cd.%h</param>
|
||||||
<param name="revision">81041cf0b</param>
|
<param name="revision">09c4d6d2e</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
</service>
|
</service>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/ClusterLabs/pacemaker.git</param>
|
<param name="url">https://github.com/ClusterLabs/pacemaker.git</param>
|
||||||
<param name="changesrevision">81041cf0baa6234f6cdbc8e197de96cabf1b50cf</param></service></servicedata>
|
<param name="changesrevision">569aa41ecccd4da46725ac274c3a41c4edda1bb0</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c8288631b4a33f5b9911b0f214ba8a9d520dde2304cba350f634eeb3c09b8831
|
|
||||||
size 4357404
|
|
3
pacemaker-2.1.7+20240530.09c4d6d2e.tar.xz
Normal file
3
pacemaker-2.1.7+20240530.09c4d6d2e.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4aa7338fc3569acfb361d80e242da16c13bb412e64dc3cd6bcd2f9431f85dc7c
|
||||||
|
size 4378168
|
@ -1,3 +1,86 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 04 07:35:46 UTC 2024 - Yan Gao <ygao@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.1.7+20240530.09c4d6d2e:
|
||||||
|
- libstonithd: free escaped metadata descriptions with g_free() (bsc#1224869, gh#ClusterLabs/pacemaker#3480)
|
||||||
|
- libstonithd: avoid use-after-free when retrieving metadata of Linux-HA fence agents (bsc#1224869, gh#ClusterLabs/pacemaker#3480)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 04 07:31:53 UTC 2024 - Yan Gao <ygao@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.1.7+20240529.c7e11c771:
|
||||||
|
- libcrmcommon: support PCMK_panic_action="off" or "sync-off"
|
||||||
|
- libcrmcommon: avoid possible buffer overflow in pcmk__time_format_hr()
|
||||||
|
- libcrmcommon: avoid possible buffer overflow in parse_date()
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 03 14:38:26 UTC 2024 - Yan Gao <ygao@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.1.7+20240515.39ef08240 (Pacemaker-2.1.8-rc1):
|
||||||
|
- ChangeLog: update for 2.1.8-rc1 release
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 03 14:15:26 UTC 2024 - Yan Gao <ygao@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.1.7+20240514.9d0f30818:
|
||||||
|
- scheduler: avoid memory leaks when updating action names
|
||||||
|
- libcrmcommon: fix readable interval
|
||||||
|
- tools: make crm_simulate output for bad input more understandable
|
||||||
|
- libcrmcommon: Avoid leaking gnutls session
|
||||||
|
- libcrmcluster: Fix a typo in an info message.
|
||||||
|
- executor: Avoid memory leak in get_schema_files()
|
||||||
|
- tools: Use crm_exit() consistently
|
||||||
|
- executor: Spawn remoted pid 1 before allocating dynamic memory
|
||||||
|
- libcib: Fix memory leak in cib_client_fetch_schemas()
|
||||||
|
- libpacemaker: Fix mem leak in pcmk__acl_evaled_render()
|
||||||
|
- libcrmcommon: avoid memory leaks when loading and freeing schemas
|
||||||
|
- libcib: avoid memory leak in async calls
|
||||||
|
- scheduler,tools: compare resource history IDs case-sensitively
|
||||||
|
- executor: avoid pacemaker-remoted crash
|
||||||
|
- libcrmcommon: Fix memory leak in pcmk__build_schema_xml_node()
|
||||||
|
- libcrmcommon: Fix memory leak in ipc_proxy_dispatch()
|
||||||
|
- fencer: Fix memory leak in handle_local_reply_and_notify()
|
||||||
|
- fencer: Fix memory leak in stonith_query_capable_device_cb()
|
||||||
|
- schemas: Add a schema for the new crm_resource output.
|
||||||
|
- CIB: deprecate "default" and "#default" as explicit meta-attribute values
|
||||||
|
- CIB: deprecate special handling of literal value "default" for meta-attributes
|
||||||
|
- libpe_status,libpacemaker: enable deprecation warnings even in compatibility builds
|
||||||
|
- CIB: deprecate omitting validate-with attribute from cib element
|
||||||
|
- CIB: deprecate disabling schema validation
|
||||||
|
- CIB: deprecate support for unknown schemas in validate-with
|
||||||
|
- tools: skip overall error message with crm_verify --quiet
|
||||||
|
- tools: crm_verify respects verbosity for configuration issues
|
||||||
|
- scheduler: improve deprecated schema warning
|
||||||
|
- scheduler: improve messages about orphaned resources
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 03 09:32:06 UTC 2024 - Yan Gao <ygao@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.1.7+20240430.1dd728559:
|
||||||
|
- tools: make crm_mon exit upon loss of the attached pseudo-terminal (bsc#1220229, gh#ClusterLabs/pacemaker#3430)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 03 09:25:20 UTC 2024 - Yan Gao <ygao@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.1.7+20240430.8ba07347b:
|
||||||
|
- tools: Deprecate score expansion by default in crm_attribute
|
||||||
|
- tools: Deprecate score expansion by default in cibadmin
|
||||||
|
- tools: --score option for cibadmin and crm_attribute
|
||||||
|
- tools: Unset crm_attribute promotion_score if attr name is given
|
||||||
|
- tools: Fix cibadmin sync call return code logic
|
||||||
|
- libcib: Fix handling of return values in CIB attr update/delete
|
||||||
|
- libcrmcommon: Ensure crm_schema_init() initializes only once
|
||||||
|
- scheduler: Check return code in node_xml.
|
||||||
|
- libcrmcommon: simplify update_validation() logs
|
||||||
|
- libcrmcommon: don't assume next schema will validate when not transforming
|
||||||
|
- libcrmcommon: max should apply even if transform is false in update_validation()
|
||||||
|
- libcrmcommon: don't validate with first schema for an unknown schema name
|
||||||
|
- libcrmcommon: improve apply_upgrade() messages
|
||||||
|
- xml: restore "pacemaker-next" schema functionality
|
||||||
|
- lrmd: Warn on insecure and undocumented key handling behaviors.
|
||||||
|
- agents: Mark the o2cb resource agent as deprecated. (gh#ClusterLabs/pacemaker#3425)
|
||||||
|
- scheduler: compare nvpair block IDs case-sensitively
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 16 15:03:28 UTC 2024 - Yan Gao <ygao@suse.com>
|
Tue Apr 16 15:03:28 UTC 2024 - Yan Gao <ygao@suse.com>
|
||||||
|
|
||||||
|
@ -129,7 +129,7 @@
|
|||||||
%define with_regression_tests 0
|
%define with_regression_tests 0
|
||||||
|
|
||||||
Name: pacemaker
|
Name: pacemaker
|
||||||
Version: 2.1.7+20240411.81041cf0b
|
Version: 2.1.7+20240530.09c4d6d2e
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Scalable High-Availability cluster resource manager
|
Summary: Scalable High-Availability cluster resource manager
|
||||||
# AGPL-3.0 licensed extra/clustermon.sh is not present in the binary
|
# AGPL-3.0 licensed extra/clustermon.sh is not present in the binary
|
||||||
|
Loading…
Reference in New Issue
Block a user