diff --git a/_service b/_service
index 5841b63..88fa135 100644
--- a/_service
+++ b/_service
@@ -11,7 +11,7 @@
2.1.7
-->
2.1.7+%cd.%h
- 81041cf0b
+ 09c4d6d2e
enable
diff --git a/_servicedata b/_servicedata
index 3c52deb..061bde5 100644
--- a/_servicedata
+++ b/_servicedata
@@ -5,4 +5,4 @@
https://github.com/ClusterLabs/pacemaker.git
- 81041cf0baa6234f6cdbc8e197de96cabf1b50cf
\ No newline at end of file
+ 569aa41ecccd4da46725ac274c3a41c4edda1bb0
\ No newline at end of file
diff --git a/pacemaker-2.1.7+20240411.81041cf0b.tar.xz b/pacemaker-2.1.7+20240411.81041cf0b.tar.xz
deleted file mode 100644
index 0fec315..0000000
--- a/pacemaker-2.1.7+20240411.81041cf0b.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c8288631b4a33f5b9911b0f214ba8a9d520dde2304cba350f634eeb3c09b8831
-size 4357404
diff --git a/pacemaker-2.1.7+20240530.09c4d6d2e.tar.xz b/pacemaker-2.1.7+20240530.09c4d6d2e.tar.xz
new file mode 100644
index 0000000..cc61205
--- /dev/null
+++ b/pacemaker-2.1.7+20240530.09c4d6d2e.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4aa7338fc3569acfb361d80e242da16c13bb412e64dc3cd6bcd2f9431f85dc7c
+size 4378168
diff --git a/pacemaker.changes b/pacemaker.changes
index 1811160..648334a 100644
--- a/pacemaker.changes
+++ b/pacemaker.changes
@@ -1,3 +1,86 @@
+-------------------------------------------------------------------
+Tue Jun 04 07:35:46 UTC 2024 - Yan Gao
+
+- 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
+
+- 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
+
+- 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
+
+- 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
+
+- 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
+
+- 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
diff --git a/pacemaker.spec b/pacemaker.spec
index 823ba79..d382c7e 100644
--- a/pacemaker.spec
+++ b/pacemaker.spec
@@ -129,7 +129,7 @@
%define with_regression_tests 0
Name: pacemaker
-Version: 2.1.7+20240411.81041cf0b
+Version: 2.1.7+20240530.09c4d6d2e
Release: 0
Summary: Scalable High-Availability cluster resource manager
# AGPL-3.0 licensed extra/clustermon.sh is not present in the binary