Source: pacemaker
Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru pacemaker-2.1.6/debian/changelog pacemaker-2.1.6/debian/changelog
--- pacemaker-2.1.6/debian/changelog    2023-09-28 22:30:33.000000000 +0000
+++ pacemaker-2.1.6/debian/changelog    2024-02-29 19:12:54.000000000 +0000
@@ -1,3 +1,10 @@
+pacemaker (2.1.6-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063194
+
+ -- Benjamin Drung <bdr...@debian.org>  Thu, 29 Feb 2024 19:12:54 +0000
+
 pacemaker (2.1.6-4) unstable; urgency=medium
 
   * [223c6e7] Do not fail "arch any only" builds.
diff -Nru pacemaker-2.1.6/debian/control pacemaker-2.1.6/debian/control
--- pacemaker-2.1.6/debian/control      2023-09-28 19:42:58.000000000 +0000
+++ pacemaker-2.1.6/debian/control      2024-02-29 19:12:54.000000000 +0000
@@ -5,7 +5,7 @@
 Uploaders:
  Ferenc Wágner <wf...@debian.org>,
  Adrian Vondendriesch <adrian.vondendrie...@credativ.de>,
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  cluster-glue-dev,
  debhelper-compat (= 13),
  dh-exec,
@@ -179,7 +179,10 @@
   * the Pacemaker Explained book and
   * the Pacemaker Remote book.
 
-Package: libcib27
+Package: libcib27t64
+Provides: ${t64:Provides}
+Replaces: libcib27
+Breaks: libcib27 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -191,7 +194,10 @@
  .
  This package contains the Cluster Information Base library.
 
-Package: libcrmcluster29
+Package: libcrmcluster29t64
+Provides: ${t64:Provides}
+Replaces: libcrmcluster29
+Breaks: libcrmcluster29 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -203,7 +209,10 @@
  .
  This package contains the cluster library.
 
-Package: libcrmcommon34
+Package: libcrmcommon34t64
+Provides: ${t64:Provides}
+Replaces: libcrmcommon34
+Breaks: libcrmcommon34 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -215,7 +224,10 @@
  .
  This package contains the common library.
 
-Package: libcrmservice28
+Package: libcrmservice28t64
+Provides: ${t64:Provides}
+Replaces: libcrmservice28
+Breaks: libcrmservice28 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -227,7 +239,10 @@
  .
  This package contains the service library.
 
-Package: liblrmd28
+Package: liblrmd28t64
+Provides: ${t64:Provides}
+Replaces: liblrmd28
+Breaks: liblrmd28 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -239,7 +254,10 @@
  .
  This package contains the Local Resource Manager Daemon library.
 
-Package: libpacemaker1
+Package: libpacemaker1t64
+Provides: ${t64:Provides}
+Replaces: libpacemaker1
+Breaks: libpacemaker1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -252,7 +270,10 @@
  This package contains the utility library resulting from the merge
  of libpengine and libtransitioner.
 
-Package: libpe-rules26
+Package: libpe-rules26t64
+Provides: ${t64:Provides}
+Replaces: libpe-rules26
+Breaks: libpe-rules26 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -264,7 +285,10 @@
  .
  This package contains the Policy Engine rules library.
 
-Package: libpe-status28
+Package: libpe-status28t64
+Provides: ${t64:Provides}
+Replaces: libpe-status28
+Breaks: libpe-status28 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -276,7 +300,10 @@
  .
  This package contains the Policy Engine status library.
 
-Package: libstonithd26
+Package: libstonithd26t64
+Provides: ${t64:Provides}
+Replaces: libstonithd26
+Breaks: libstonithd26 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -311,15 +338,15 @@
 Section: libdevel
 Depends:
  ${misc:Depends},
- libcib27 (= ${binary:Version}),
- libcrmcluster29 (= ${binary:Version}),
- libcrmcommon34 (= ${binary:Version}),
- libcrmservice28 (= ${binary:Version}),
- liblrmd28 (= ${binary:Version}),
- libpacemaker1 (= ${binary:Version}),
- libpe-rules26 (= ${binary:Version}),
- libpe-status28 (= ${binary:Version}),
- libstonithd26 (= ${binary:Version}),
+ libcib27t64 (= ${binary:Version}),
+ libcrmcluster29t64 (= ${binary:Version}),
+ libcrmcommon34t64 (= ${binary:Version}),
+ libcrmservice28t64 (= ${binary:Version}),
+ liblrmd28t64 (= ${binary:Version}),
+ libpacemaker1t64 (= ${binary:Version}),
+ libpe-rules26t64 (= ${binary:Version}),
+ libpe-status28t64 (= ${binary:Version}),
+ libstonithd26t64 (= ${binary:Version}),
 # we include headers from these:
  libcpg-dev,
  libglib2.0-dev,
diff -Nru pacemaker-2.1.6/debian/libcib27.install 
pacemaker-2.1.6/debian/libcib27.install
--- pacemaker-2.1.6/debian/libcib27.install     2023-01-22 12:10:39.000000000 
+0000
+++ pacemaker-2.1.6/debian/libcib27.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libcib.so.*
diff -Nru pacemaker-2.1.6/debian/libcib27.symbols 
pacemaker-2.1.6/debian/libcib27.symbols
--- pacemaker-2.1.6/debian/libcib27.symbols     2023-08-03 18:13:59.000000000 
+0000
+++ pacemaker-2.1.6/debian/libcib27.symbols     1970-01-01 00:00:00.000000000 
+0000
@@ -1,59 +0,0 @@
-libcib.so.27 libcib27 #MINVER#
-* Build-Depends-Package: pacemaker-dev
- cib__clean_up_connection@Base 2.1.4
- cib__config_changed_v1@Base 2.1.6
- cib__delete_node_attr@Base 2.1.4
- cib__get_node_attrs@Base 2.1.5
- cib__lookup_id@Base 2.1.2
- cib__set_output@Base 2.1.1
- cib__signon_query@Base 2.1.2
- cib__update_node_attr@Base 2.1.4
- cib_apply_patch_event@Base 1.1.12
- cib_create_op@Base 1.1.12
- cib_delete@Base 1.1.12
- cib_diff_version_details@Base 1.1.12
- cib_dump_pending_callbacks@Base 1.1.12
- cib_file_new@Base 1.1.12
- cib_file_read_and_verify@Base 1.1.13
- cib_file_write_with_digest@Base 1.1.13
- cib_free_callbacks@Base 1.1.17~rc1
- cib_free_notify@Base 2.1.1
- cib_get_generation@Base 1.1.12
- cib_internal_op@Base 1.1.12
- cib_metadata@Base 1.1.12
- cib_native_callback@Base 1.1.12
- cib_native_new@Base 1.1.12
- cib_native_notify@Base 1.1.12
- cib_new@Base 1.1.12
- cib_new_no_shadow@Base 1.1.12
- cib_new_variant@Base 1.1.12
- cib_perform_op@Base 1.1.12
- cib_pref@Base 1.1.12
- cib_process_bump@Base 1.1.12
- cib_process_create@Base 1.1.12
- cib_process_delete@Base 1.1.12
- cib_process_diff@Base 1.1.12
- cib_process_erase@Base 1.1.12
- cib_process_modify@Base 1.1.12
- cib_process_query@Base 1.1.12
- cib_process_replace@Base 1.1.12
- cib_process_upgrade@Base 1.1.12
- cib_process_xpath@Base 1.1.12
- cib_read_config@Base 1.1.12
- cib_remote_new@Base 1.1.12
- cib_shadow_new@Base 1.1.12
- cib_version_details@Base 1.1.12
- createEmptyCib@Base 1.1.12
- delete_attr_delegate@Base 1.1.12
- find_nvpair_attr_delegate@Base 1.1.12
- get_object_parent@Base 1.1.12
- get_object_path@Base 1.1.12
- get_object_root@Base 1.1.12
- get_shadow_file@Base 1.1.12
- num_cib_op_callbacks@Base 1.1.12
- query_node_uname@Base 1.1.12
- query_node_uuid@Base 1.1.12
- read_attr_delegate@Base 1.1.12
- remove_cib_op_callback@Base 1.1.12
- set_standby@Base 1.1.12
- update_attr_delegate@Base 1.1.12
diff -Nru pacemaker-2.1.6/debian/libcib27t64.install 
pacemaker-2.1.6/debian/libcib27t64.install
--- pacemaker-2.1.6/debian/libcib27t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ pacemaker-2.1.6/debian/libcib27t64.install  2023-01-22 12:10:39.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libcib.so.*
diff -Nru pacemaker-2.1.6/debian/libcib27t64.lintian-overrides 
pacemaker-2.1.6/debian/libcib27t64.lintian-overrides
--- pacemaker-2.1.6/debian/libcib27t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libcib27t64.lintian-overrides        2024-02-29 
19:12:31.000000000 +0000
@@ -0,0 +1 @@
+libcib27t64: package-name-doesnt-match-sonames libcib27
diff -Nru pacemaker-2.1.6/debian/libcib27t64.symbols 
pacemaker-2.1.6/debian/libcib27t64.symbols
--- pacemaker-2.1.6/debian/libcib27t64.symbols  1970-01-01 00:00:00.000000000 
+0000
+++ pacemaker-2.1.6/debian/libcib27t64.symbols  2024-02-29 19:12:31.000000000 
+0000
@@ -0,0 +1,59 @@
+libcib.so.27 libcib27t64 #MINVER#
+* Build-Depends-Package: pacemaker-dev
+ cib__clean_up_connection@Base 2.1.4
+ cib__config_changed_v1@Base 2.1.6
+ cib__delete_node_attr@Base 2.1.4
+ cib__get_node_attrs@Base 2.1.5
+ cib__lookup_id@Base 2.1.2
+ cib__set_output@Base 2.1.1
+ cib__signon_query@Base 2.1.2
+ cib__update_node_attr@Base 2.1.4
+ cib_apply_patch_event@Base 1.1.12
+ cib_create_op@Base 1.1.12
+ cib_delete@Base 1.1.12
+ cib_diff_version_details@Base 1.1.12
+ cib_dump_pending_callbacks@Base 1.1.12
+ cib_file_new@Base 1.1.12
+ cib_file_read_and_verify@Base 1.1.13
+ cib_file_write_with_digest@Base 1.1.13
+ cib_free_callbacks@Base 1.1.17~rc1
+ cib_free_notify@Base 2.1.1
+ cib_get_generation@Base 1.1.12
+ cib_internal_op@Base 1.1.12
+ cib_metadata@Base 1.1.12
+ cib_native_callback@Base 1.1.12
+ cib_native_new@Base 1.1.12
+ cib_native_notify@Base 1.1.12
+ cib_new@Base 1.1.12
+ cib_new_no_shadow@Base 1.1.12
+ cib_new_variant@Base 1.1.12
+ cib_perform_op@Base 1.1.12
+ cib_pref@Base 1.1.12
+ cib_process_bump@Base 1.1.12
+ cib_process_create@Base 1.1.12
+ cib_process_delete@Base 1.1.12
+ cib_process_diff@Base 1.1.12
+ cib_process_erase@Base 1.1.12
+ cib_process_modify@Base 1.1.12
+ cib_process_query@Base 1.1.12
+ cib_process_replace@Base 1.1.12
+ cib_process_upgrade@Base 1.1.12
+ cib_process_xpath@Base 1.1.12
+ cib_read_config@Base 1.1.12
+ cib_remote_new@Base 1.1.12
+ cib_shadow_new@Base 1.1.12
+ cib_version_details@Base 1.1.12
+ createEmptyCib@Base 1.1.12
+ delete_attr_delegate@Base 1.1.12
+ find_nvpair_attr_delegate@Base 1.1.12
+ get_object_parent@Base 1.1.12
+ get_object_path@Base 1.1.12
+ get_object_root@Base 1.1.12
+ get_shadow_file@Base 1.1.12
+ num_cib_op_callbacks@Base 1.1.12
+ query_node_uname@Base 1.1.12
+ query_node_uuid@Base 1.1.12
+ read_attr_delegate@Base 1.1.12
+ remove_cib_op_callback@Base 1.1.12
+ set_standby@Base 1.1.12
+ update_attr_delegate@Base 1.1.12
diff -Nru pacemaker-2.1.6/debian/libcrmcluster29.install 
pacemaker-2.1.6/debian/libcrmcluster29.install
--- pacemaker-2.1.6/debian/libcrmcluster29.install      2023-01-22 
12:10:39.000000000 +0000
+++ pacemaker-2.1.6/debian/libcrmcluster29.install      1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libcrmcluster.so.*
diff -Nru pacemaker-2.1.6/debian/libcrmcluster29.symbols 
pacemaker-2.1.6/debian/libcrmcluster29.symbols
--- pacemaker-2.1.6/debian/libcrmcluster29.symbols      2023-08-03 
18:13:59.000000000 +0000
+++ pacemaker-2.1.6/debian/libcrmcluster29.symbols      1970-01-01 
00:00:00.000000000 +0000
@@ -1,64 +0,0 @@
-libcrmcluster.so.29 libcrmcluster29 #MINVER#
-* Build-Depends-Package: pacemaker-dev
- cluster_connect_cpg@Base 1.1.10
- cluster_disconnect_cpg@Base 1.1.10
- crm_active_peers@Base 1.1.10
- crm_cluster_connect@Base 1.1.10
- crm_cluster_disconnect@Base 1.1.10
- crm_get_peer@Base 1.1.10
- crm_get_peer_full@Base 1.1.11
- crm_have_quorum@Base 1.1.10
- crm_is_corosync_peer_active@Base 1.1.10
- crm_is_peer_active@Base 1.1.10
- crm_peer_cache@Base 1.1.10
- crm_peer_destroy@Base 1.1.10
- crm_peer_init@Base 1.1.10
- crm_peer_seq@Base 1.1.10
- crm_peer_uname@Base 1.1.10
- crm_peer_uuid@Base 1.1.10
- crm_remote_peer_cache@Base 1.1.11
- crm_remote_peer_cache_refresh@Base 1.1.11
- crm_remote_peer_cache_remove@Base 1.1.11
- crm_remote_peer_cache_size@Base 1.1.11
- crm_remote_peer_get@Base 1.1.15~rc1
- crm_set_autoreap@Base 1.1.14~rc4
- crm_set_status_callback@Base 1.1.10
- crm_terminate_member@Base 1.1.10
- crm_terminate_member_no_mainloop@Base 1.1.10
- crm_update_peer_proc@Base 1.1.10
- election_check@Base 1.1.11
- election_clear_dampening@Base 2.0.1~rc4
- election_count_vote@Base 1.1.11
- election_fini@Base 1.1.11
- election_init@Base 1.1.11
- election_remove@Base 1.1.11
- election_reset@Base 1.1.11
- election_state@Base 1.1.11
- election_timeout_set_period@Base 1.1.11
- election_timeout_stop@Base 1.1.11
- election_vote@Base 1.1.11
- get_cluster_type@Base 1.1.10
- get_local_node_name@Base 1.1.10
- get_local_nodeid@Base 1.1.10
- get_node_name@Base 1.1.10
- is_corosync_cluster@Base 1.1.10
- name_for_cluster_type@Base 1.1.10
- pcmk__corosync_add_nodes@Base 2.1.1
- pcmk__corosync_cluster_name@Base 2.1.1
- pcmk__corosync_quorum_connect@Base 2.1.1
- pcmk__reap_unseen_nodes@Base 2.1.1
- pcmk__refresh_node_caches_from_cib@Base 2.1.1
- pcmk__search_cluster_node_cache@Base 2.1.1
- pcmk__search_known_node_cache@Base 2.1.1
- pcmk__search_node_caches@Base 2.1.1
- pcmk__update_peer_expected@Base 2.1.1
- pcmk__update_peer_state@Base 2.1.1
- pcmk_cluster_free@Base 2.1.6
- pcmk_cluster_new@Base 2.1.6
- pcmk_cpg_membership@Base 1.1.10
- pcmk_message_common_cs@Base 1.1.10
- reap_crm_member@Base 1.1.10
- send_cluster_message@Base 1.1.10
- send_cluster_text@Base 1.1.10
- set_uuid@Base 1.1.10
- text2msg_type@Base 1.1.10
diff -Nru pacemaker-2.1.6/debian/libcrmcluster29t64.install 
pacemaker-2.1.6/debian/libcrmcluster29t64.install
--- pacemaker-2.1.6/debian/libcrmcluster29t64.install   1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libcrmcluster29t64.install   2023-01-22 
12:10:39.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libcrmcluster.so.*
diff -Nru pacemaker-2.1.6/debian/libcrmcluster29t64.lintian-overrides 
pacemaker-2.1.6/debian/libcrmcluster29t64.lintian-overrides
--- pacemaker-2.1.6/debian/libcrmcluster29t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libcrmcluster29t64.lintian-overrides 2024-02-29 
19:12:31.000000000 +0000
@@ -0,0 +1 @@
+libcrmcluster29t64: package-name-doesnt-match-sonames libcrmcluster29
diff -Nru pacemaker-2.1.6/debian/libcrmcluster29t64.symbols 
pacemaker-2.1.6/debian/libcrmcluster29t64.symbols
--- pacemaker-2.1.6/debian/libcrmcluster29t64.symbols   1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libcrmcluster29t64.symbols   2024-02-29 
19:12:31.000000000 +0000
@@ -0,0 +1,64 @@
+libcrmcluster.so.29 libcrmcluster29t64 #MINVER#
+* Build-Depends-Package: pacemaker-dev
+ cluster_connect_cpg@Base 1.1.10
+ cluster_disconnect_cpg@Base 1.1.10
+ crm_active_peers@Base 1.1.10
+ crm_cluster_connect@Base 1.1.10
+ crm_cluster_disconnect@Base 1.1.10
+ crm_get_peer@Base 1.1.10
+ crm_get_peer_full@Base 1.1.11
+ crm_have_quorum@Base 1.1.10
+ crm_is_corosync_peer_active@Base 1.1.10
+ crm_is_peer_active@Base 1.1.10
+ crm_peer_cache@Base 1.1.10
+ crm_peer_destroy@Base 1.1.10
+ crm_peer_init@Base 1.1.10
+ crm_peer_seq@Base 1.1.10
+ crm_peer_uname@Base 1.1.10
+ crm_peer_uuid@Base 1.1.10
+ crm_remote_peer_cache@Base 1.1.11
+ crm_remote_peer_cache_refresh@Base 1.1.11
+ crm_remote_peer_cache_remove@Base 1.1.11
+ crm_remote_peer_cache_size@Base 1.1.11
+ crm_remote_peer_get@Base 1.1.15~rc1
+ crm_set_autoreap@Base 1.1.14~rc4
+ crm_set_status_callback@Base 1.1.10
+ crm_terminate_member@Base 1.1.10
+ crm_terminate_member_no_mainloop@Base 1.1.10
+ crm_update_peer_proc@Base 1.1.10
+ election_check@Base 1.1.11
+ election_clear_dampening@Base 2.0.1~rc4
+ election_count_vote@Base 1.1.11
+ election_fini@Base 1.1.11
+ election_init@Base 1.1.11
+ election_remove@Base 1.1.11
+ election_reset@Base 1.1.11
+ election_state@Base 1.1.11
+ election_timeout_set_period@Base 1.1.11
+ election_timeout_stop@Base 1.1.11
+ election_vote@Base 1.1.11
+ get_cluster_type@Base 1.1.10
+ get_local_node_name@Base 1.1.10
+ get_local_nodeid@Base 1.1.10
+ get_node_name@Base 1.1.10
+ is_corosync_cluster@Base 1.1.10
+ name_for_cluster_type@Base 1.1.10
+ pcmk__corosync_add_nodes@Base 2.1.1
+ pcmk__corosync_cluster_name@Base 2.1.1
+ pcmk__corosync_quorum_connect@Base 2.1.1
+ pcmk__reap_unseen_nodes@Base 2.1.1
+ pcmk__refresh_node_caches_from_cib@Base 2.1.1
+ pcmk__search_cluster_node_cache@Base 2.1.1
+ pcmk__search_known_node_cache@Base 2.1.1
+ pcmk__search_node_caches@Base 2.1.1
+ pcmk__update_peer_expected@Base 2.1.1
+ pcmk__update_peer_state@Base 2.1.1
+ pcmk_cluster_free@Base 2.1.6
+ pcmk_cluster_new@Base 2.1.6
+ pcmk_cpg_membership@Base 1.1.10
+ pcmk_message_common_cs@Base 1.1.10
+ reap_crm_member@Base 1.1.10
+ send_cluster_message@Base 1.1.10
+ send_cluster_text@Base 1.1.10
+ set_uuid@Base 1.1.10
+ text2msg_type@Base 1.1.10
diff -Nru pacemaker-2.1.6/debian/libcrmcommon34.install 
pacemaker-2.1.6/debian/libcrmcommon34.install
--- pacemaker-2.1.6/debian/libcrmcommon34.install       2023-01-22 
12:10:39.000000000 +0000
+++ pacemaker-2.1.6/debian/libcrmcommon34.install       1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libcrmcommon.so.*
diff -Nru pacemaker-2.1.6/debian/libcrmcommon34.symbols 
pacemaker-2.1.6/debian/libcrmcommon34.symbols
--- pacemaker-2.1.6/debian/libcrmcommon34.symbols       2023-08-03 
18:13:59.000000000 +0000
+++ pacemaker-2.1.6/debian/libcrmcommon34.symbols       1970-01-01 
00:00:00.000000000 +0000
@@ -1,558 +0,0 @@
-libcrmcommon.so.34 libcrmcommon34 #MINVER#
-* Build-Depends-Package: pacemaker-dev
- add_message_xml@Base 1.1.9
- add_node_copy@Base 1.1.9
- add_node_nocopy@Base 1.1.9
- apply_xml_diff@Base 1.1.9
- bz2_strerror@Base 1.1.9
- calculate_on_disk_digest@Base 1.1.9
- calculate_operation_digest@Base 1.1.9
- calculate_xml_versioned_digest@Base 1.1.9
- can_prune_leaf@Base 1.1.9
- char2score@Base 1.1.9
- cli_config_update@Base 1.1.9
- compare_version@Base 1.1.9
- copy_in_properties@Base 1.1.9
- copy_xml@Base 1.1.9
- create_hello_message@Base 1.1.9
- create_reply_adv@Base 1.1.9
- create_request_adv@Base 1.1.9
- create_xml_node@Base 1.1.9
- crm_abort@Base 1.1.9
- crm_add_logfile@Base 1.1.9
- crm_build_path@Base 1.1.10
- crm_bump_log_level@Base 1.1.9
- crm_config_error@Base 2.1.1
- crm_config_warning@Base 2.1.1
- crm_create_nvpair_xml@Base 1.1.18~rc3
- crm_create_op_xml@Base 1.1.18~rc3
- crm_default_remote_port@Base 1.1.18~rc3
- crm_destroy_xml@Base 1.1.18~rc3
- crm_disable_blackbox@Base 1.1.11
- crm_element_value@Base 1.1.9
- crm_element_value_copy@Base 1.1.9
- crm_element_value_epoch@Base 2.0.3
- crm_element_value_int@Base 1.1.9
- crm_element_value_ll@Base 2.0.3
- crm_element_value_ms@Base 2.0.0~rc4
- crm_element_value_timeval@Base 2.0.1~rc2
- crm_enable_blackbox@Base 1.1.9
- crm_enable_stderr@Base 1.1.9
- crm_errno2exit@Base 2.0.0~rc4
- crm_exit@Base 1.1.9
- crm_exit_name@Base 2.0.0~rc4
- crm_exit_str@Base 2.0.0~rc4
- crm_foreach_xpath_result@Base 1.1.14~rc4
- crm_generate_ra_key@Base 1.1.18~rc3
- crm_generate_uuid@Base 1.1.9
- crm_get_msec@Base 1.1.9
- crm_gnutls_global_init@Base 1.1.12
- crm_ipc_buffer@Base 1.1.9
- crm_ipc_buffer_flags@Base 1.1.12
- crm_ipc_close@Base 1.1.9
- crm_ipc_connect@Base 1.1.9
- crm_ipc_connected@Base 1.1.9
- crm_ipc_default_buffer_size@Base 1.1.11
- crm_ipc_destroy@Base 1.1.9
- crm_ipc_get_fd@Base 1.1.9
- crm_ipc_is_authentic_process@Base 2.0.1-3~
- crm_ipc_name@Base 1.1.9
- crm_ipc_new@Base 1.1.9
- crm_ipc_read@Base 1.1.9
- crm_ipc_ready@Base 1.1.9
- crm_ipc_send@Base 1.1.9
- crm_is_callsite_active@Base 1.1.9
- crm_is_daemon_name@Base 1.1.17~rc4
- crm_is_true@Base 1.1.9
- crm_itoa_stack@Base 1.1.12
- crm_log_args@Base 1.1.9
- crm_log_cli_init@Base 1.1.9
- crm_log_deinit@Base 1.1.9
- crm_log_init@Base 1.1.9
- crm_log_level@Base 1.1.9
- crm_log_output_fn@Base 1.1.9
- crm_log_preinit@Base 1.1.12
- crm_md5sum@Base 1.1.9
- crm_meta_name@Base 1.1.9
- crm_meta_value@Base 1.1.9
- crm_next_same_xml@Base 1.1.18~rc3
- crm_op_needs_metadata@Base 1.1.18~rc3
- crm_parse_agent_spec@Base 1.1.18~rc3
- crm_parse_int@Base 1.1.9
- crm_parse_interval_spec@Base 2.0.0~rc4
- crm_parse_ll@Base 2.0.1~rc2
- crm_provider_required@Base 1.1.18~rc3
- crm_schema_cleanup@Base 1.1.16~rc1
- crm_schema_init@Base 1.1.16~rc1
- crm_signal@Base 1.1.9
- crm_signal_handler@Base 2.0.2
- crm_str_eq@Base 1.1.9
- crm_str_table_dup@Base 1.1.18~rc3
- crm_str_to_boolean@Base 1.1.9
- crm_strcase_equal@Base 2.0.0~rc4
- crm_strcase_hash@Base 1.1.12
- crm_strdup_printf@Base 1.1.13
- crm_strip_trailing_newline@Base 1.1.11
- crm_system_name@Base 1.1.9
- crm_time_add@Base 1.1.9
- crm_time_add_days@Base 1.1.9
- crm_time_add_hours@Base 1.1.9
- crm_time_add_minutes@Base 1.1.9
- crm_time_add_months@Base 1.1.9
- crm_time_add_seconds@Base 1.1.9
- crm_time_add_weeks@Base 1.1.9
- crm_time_add_years@Base 1.1.9
- crm_time_as_string@Base 1.1.9
- crm_time_calculate_duration@Base 1.1.12
- crm_time_check@Base 1.1.9
- crm_time_compare@Base 1.1.9
- crm_time_days_in_month@Base 1.1.9
- crm_time_free@Base 1.1.9
- crm_time_free_period@Base 2.0.3
- crm_time_get_gregorian@Base 1.1.9
- crm_time_get_isoweek@Base 1.1.9
- crm_time_get_ordinal@Base 1.1.9
- crm_time_get_seconds@Base 1.1.9
- crm_time_get_seconds_since_epoch@Base 1.1.9
- crm_time_get_timeofday@Base 1.1.9
- crm_time_get_timezone@Base 1.1.9
- crm_time_is_defined@Base 2.0.3
- crm_time_january1_weekday@Base 1.1.9
- crm_time_leapyear@Base 1.1.9
- crm_time_log_alias@Base 1.1.9
- crm_time_new@Base 1.1.9
- crm_time_new_undefined@Base 2.0.3
- crm_time_parse_duration@Base 1.1.9
- crm_time_parse_period@Base 1.1.9
- crm_time_set@Base 1.1.9
- crm_time_set_timet@Base 1.1.9
- crm_time_subtract@Base 1.1.9
- crm_time_weeks_in_year@Base 1.1.9
- crm_trace_nonlog@Base 1.1.9
- crm_update_callsites@Base 1.1.9
- crm_user_lookup@Base 1.1.9
- crm_write_blackbox@Base 1.1.9
- crm_xml_add@Base 1.1.9
- crm_xml_add_int@Base 1.1.9
- crm_xml_add_ll@Base 2.0.3
- crm_xml_add_ms@Base 2.0.0~rc4
- crm_xml_add_timeval@Base 2.0.3
- crm_xml_cleanup@Base 1.1.9
- crm_xml_escape@Base 1.1.13
- crm_xml_init@Base 1.1.10
- crm_xml_replace@Base 1.1.9
- crm_xml_sanitize_id@Base 1.1.17~rc1
- crm_xml_set_id@Base 1.1.17~rc1
- decode_transition_key@Base 1.1.9
- decode_transition_magic@Base 1.1.9
- dedupXpathResults@Base 1.1.14~rc4
- did_rsc_op_fail@Base 1.1.9
- diff_xml_object@Base 1.1.9
- dump_xml_formatted@Base 1.1.9
- dump_xml_formatted_with_text@Base 1.1.14~rc4
- dump_xml_unformatted@Base 1.1.9
- expand_idref@Base 1.1.9
- expand_plus_plus@Base 1.1.9
- filename2xml@Base 1.1.9
- find_entity@Base 1.1.9
- find_xml_children@Base 1.1.9
- find_xml_node@Base 1.1.9
- first_named_child@Base 1.1.9
- fix_plus_plus_recursive@Base 1.1.9
- freeXpathObject@Base 1.1.10
- free_xml@Base 1.1.9
- g_str_hash_traditional@Base 1.1.9
- getDocPtr@Base 1.1.9
- getXpathResult@Base 1.1.9
- get_crm_log_level@Base 1.1.9
- get_message_xml@Base 1.1.9
- get_schema_name@Base 1.1.9
- get_schema_version@Base 1.1.9
- get_xpath_object@Base 1.1.9
- get_xpath_object_relative@Base 1.1.9
- gio_poll_funcs@Base 1.1.9
- hash2field@Base 1.1.9
- hash2metafield@Base 1.1.9
- hash2nvpair@Base 1.1.9
- hash2smartfield@Base 1.1.9
- log_data_element@Base 1.1.9
- mainloop_add_fd@Base 1.1.9
- mainloop_add_ipc_client@Base 1.1.9
- mainloop_add_ipc_server@Base 1.1.9
- mainloop_add_ipc_server_with_prio@Base 2.0.3
- mainloop_add_signal@Base 1.1.9
- mainloop_add_trigger@Base 1.1.9
- mainloop_child_add@Base 1.1.10
- mainloop_child_add_with_flags@Base 1.1.13
- mainloop_child_kill@Base 1.1.12
- mainloop_child_name@Base 1.1.10
- mainloop_child_pid@Base 1.1.10
- mainloop_child_timeout@Base 1.1.10
- mainloop_child_userdata@Base 1.1.10
- mainloop_cleanup@Base 1.1.10
- mainloop_clear_child_userdata@Base 1.1.9
- mainloop_del_fd@Base 1.1.9
- mainloop_del_ipc_client@Base 1.1.9
- mainloop_del_ipc_server@Base 1.1.9
- mainloop_destroy_signal@Base 1.1.9
- mainloop_destroy_trigger@Base 1.1.9
- mainloop_get_ipc_client@Base 1.1.9
- mainloop_set_trigger@Base 1.1.9
- mainloop_timer_add@Base 1.1.11
- mainloop_timer_del@Base 1.1.11
- mainloop_timer_running@Base 1.1.11
- mainloop_timer_set_period@Base 1.1.11
- mainloop_timer_start@Base 1.1.11
- mainloop_timer_stop@Base 1.1.11
- mainloop_trigger_complete@Base 1.1.9
- md5_buffer@Base 1.1.9
- md5_finish_ctx@Base 1.1.9
- md5_init_ctx@Base 1.1.9
- md5_process_block@Base 1.1.9
- md5_process_bytes@Base 1.1.9
- md5_read_ctx@Base 1.1.9
- parse_op_key@Base 1.1.9
- patchset_process_digest@Base 1.1.14~rc4
- pcmk__accept_remote_connection@Base 2.0.4
- pcmk__add_alert_key@Base 2.0.4
- pcmk__add_alert_key_int@Base 2.0.4
- pcmk__add_arg_group@Base 2.0.3
- pcmk__add_logfile@Base 2.1.1
- pcmk__add_logfiles@Base 2.1.6
- pcmk__add_main_args@Base 2.0.3
- pcmk__add_mainloop_ipc@Base 2.0.5~rc2
- pcmk__add_scores@Base 2.1.4
- pcmk__add_separated_word@Base 2.0.5~rc2
- pcmk__alert_in_patchset@Base 2.0.4
- pcmk__alert_keys@Base 2.0.4
- pcmk__alert_new@Base 2.0.4
- pcmk__attrd_api_clear_failures@Base 2.1.5
- pcmk__attrd_api_delete@Base 2.1.5
- pcmk__attrd_api_purge@Base 2.1.5
- pcmk__attrd_api_query@Base 2.1.5
- pcmk__attrd_api_refresh@Base 2.1.5
- pcmk__attrd_api_update@Base 2.1.5
- pcmk__attrd_api_update_list@Base 2.1.5
- pcmk__auto_watchdog_timeout@Base 2.0.4
- pcmk__build_arg_context@Base 2.0.3
- pcmk__build_path@Base 2.0.4
- pcmk__call_message@Base 2.0.2
- pcmk__char_in_any_str@Base 2.0.5~rc2
- pcmk__check_acl@Base 2.1.4
- pcmk__chown_series_sequence@Base 2.0.4
- pcmk__cli_help@Base 2.0.4
- pcmk__cli_init_logging@Base 2.1.1
- pcmk__client_cleanup@Base 2.0.4
- pcmk__client_data2xml@Base 2.0.4
- pcmk__client_name@Base 2.0.4
- pcmk__client_pid@Base 2.0.4
- pcmk__client_type_str@Base 2.0.4
- pcmk__close_fds_in_child@Base 2.0.3
- pcmk__cluster_option@Base 2.0.4
- pcmk__cmdline_preproc@Base 2.0.3
- pcmk__compress@Base 2.0.4
- pcmk__connect_remote@Base 2.0.4
- pcmk__controld_api_reply2str@Base 2.1.6
- pcmk__copy_result@Base 2.1.4
- pcmk__copy_timet@Base 2.1.6
- pcmk__crm_ipc_is_authentic_process@Base 2.1.1
- pcmk__daemon_can_write@Base 1.1.19
- pcmk__daemonize@Base 2.0.5~rc2
- pcmk__drop_all_clients@Base 2.0.4
- pcmk__dup_alert@Base 2.0.4
- pcmk__effective_rc@Base 2.0.5~rc2
- pcmk__element_xpath@Base 2.1.5
- pcmk__enable_acl@Base 2.1.4
- pcmk__ends_with@Base 2.0.4
- pcmk__ends_with_ext@Base 2.0.4
- pcmk__env_option@Base 2.0.4
- pcmk__env_option_enabled@Base 2.0.4
- pcmk__epoch2str@Base 2.0.4
- pcmk__exitc_error_quark@Base 2.0.5~rc2
- pcmk__file_contents@Base 2.0.4
- pcmk__filter_op_for_digest@Base 2.0.4
- pcmk__find_client@Base 2.0.4
- pcmk__find_client_by_id@Base 2.0.4
- pcmk__force_args@Base 2.0.3
- pcmk__foreach_ipc_client@Base 2.0.4
- pcmk__format_nvpair@Base 2.1.1
- pcmk__format_option_metadata@Base 2.1.4
- pcmk__format_result@Base 2.1.4
- pcmk__formatted_printf@Base 2.1.1
- pcmk__formatted_vprintf@Base 2.1.1
- pcmk__free_alert@Base 2.0.4
- pcmk__free_arg_context@Base 2.0.3
- pcmk__free_client@Base 2.0.4
- pcmk__free_common_logger@Base 2.1.6
- pcmk__full_path@Base 2.1.2
- pcmk__g_strcat@Base 2.1.5
- pcmk__get_sbd_sync_resource_startup@Base 2.0.5~rc2
- pcmk__get_sbd_timeout@Base 2.0.4
- pcmk__get_tmpdir@Base 2.0.4
- pcmk__guint_from_hash@Base 2.0.4
- pcmk__html_add_header@Base 2.0.3
- pcmk__html_output_entries@Base 2.0.3
- pcmk__indented_printf@Base 2.0.2
- pcmk__indented_vprintf@Base 2.0.3
- pcmk__init_tls_dh@Base 2.0.1~rc2
- pcmk__ipc_client_count@Base 2.0.4
- pcmk__ipc_create_ack_as@Base 2.1.4
- pcmk__ipc_is_authentic_process_active@Base 2.0.1-3~
- pcmk__ipc_prepare_iov@Base 2.0.4
- pcmk__ipc_send_ack_as@Base 2.0.4
- pcmk__ipc_send_iov@Base 2.0.4
- pcmk__ipc_send_xml@Base 2.0.4
- pcmk__is_daemon@Base 2.1.1
- pcmk__is_fencing_action@Base 2.1.4
- pcmk__locate_sbd@Base 2.0.5~rc2
- pcmk__lock_pidfile@Base 2.0.4
- pcmk__log_output_entries@Base 2.0.4
- pcmk__log_output_new@Base 2.1.5
- pcmk__mainloop_timer_get_period@Base 2.1.1
- pcmk__message_name@Base 2.0.5~rc2
- pcmk__mk_html_output@Base 2.0.3
- pcmk__mk_log_output@Base 2.0.4
- pcmk__mk_none_output@Base 2.0.3
- pcmk__mk_text_output@Base 2.0.2
- pcmk__mk_xml_output@Base 2.0.2
- pcmk__n_rc@Base 2.1.5
- pcmk__new_client@Base 2.0.4
- pcmk__new_common_args@Base 2.0.3
- pcmk__new_tls_session@Base 2.0.1~rc2
- pcmk__new_unauth_client@Base 2.0.4
- pcmk__node_attr_target@Base 2.0.4
- pcmk__none_output_entries@Base 2.0.3
- pcmk__notify_key@Base 2.0.4
- pcmk__numeric_strcasecmp@Base 2.1.1
- pcmk__op_key@Base 2.0.4
- pcmk__our_nodename@Base 2.1.6
- pcmk__output_and_clear_error@Base 2.1.1
- pcmk__output_create_html_node@Base 2.0.3
- pcmk__output_create_xml_node@Base 2.0.3
- pcmk__output_create_xml_text_node@Base 2.0.3
- pcmk__output_free@Base 2.0.2
- pcmk__output_get_log_level@Base 2.1.6
- pcmk__output_new@Base 2.0.2
- pcmk__output_set_log_level@Base 2.1.1
- pcmk__output_xml_add_node_copy@Base 2.1.6
- pcmk__output_xml_create_parent@Base 2.0.3
- pcmk__output_xml_peek_parent@Base 2.0.3
- pcmk__output_xml_pop_parent@Base 2.0.3
- pcmk__output_xml_push_parent@Base 2.0.3
- pcmk__panic@Base 2.0.5~rc2
- pcmk__parse_health_strategy@Base 2.1.4
- pcmk__parse_ll_range@Base 2.0.4
- pcmk__pcmkd_api_reply2str@Base 2.1.6
- pcmk__pcmkd_state_enum2friendly@Base 2.1.5
- pcmk__pid_active@Base 2.0.4
- pcmk__pidfile_matches@Base 2.0.4
- pcmk__process_request@Base 2.1.4
- pcmk__procfs_has_pids@Base 2.1.5
- pcmk__procfs_num_cores@Base 2.0.4
- pcmk__procfs_pid2path@Base 2.1.5
- pcmk__procfs_pid_of@Base 2.0.4
- pcmk__quote_cmdline@Base 2.1.5
- pcmk__rc_error_quark@Base 2.0.5~rc2
- pcmk__read_handshake_data@Base 2.0.1~rc2
- pcmk__read_pidfile@Base 2.0.4
- pcmk__read_remote_message@Base 2.0.4
- pcmk__read_series_sequence@Base 2.0.4
- pcmk__readable_interval@Base 2.1.2
- pcmk__real_path@Base 2.0.4
- pcmk__register_format@Base 2.0.2
- pcmk__register_formats@Base 2.0.3
- pcmk__register_handlers@Base 2.1.4
- pcmk__register_message@Base 2.0.2
- pcmk__register_messages@Base 2.0.2
- pcmk__remote_message_xml@Base 2.0.4
- pcmk__remote_ready@Base 2.0.4
- pcmk__remote_send_xml@Base 2.0.4
- pcmk__reset_request@Base 2.1.4
- pcmk__reset_result@Base 2.1.2
- pcmk__result_bounds@Base 2.1.5
- pcmk__scan_double@Base 2.0.5~rc2
- pcmk__scan_ll@Base 2.1.1
- pcmk__scan_min_int@Base 2.1.1
- pcmk__scan_nvpair@Base 2.1.1
- pcmk__scan_port@Base 2.1.1
- pcmk__score_green@Base 2.0.4
- pcmk__score_red@Base 2.0.4
- pcmk__score_yellow@Base 2.0.4
- pcmk__series_filename@Base 2.0.4
- pcmk__serve_attrd_ipc@Base 2.0.4
- pcmk__serve_based_ipc@Base 2.0.4
- pcmk__serve_controld_ipc@Base 2.0.4
- pcmk__serve_fenced_ipc@Base 2.0.4
- pcmk__serve_pacemakerd_ipc@Base 2.1.1
- pcmk__serve_schedulerd_ipc@Base 2.1.4
- pcmk__set_client_queue_max@Base 2.0.4
- pcmk__set_env_option@Base 2.0.4
- pcmk__set_nonblocking@Base 2.0.4
- pcmk__set_result@Base 2.1.2
- pcmk__set_result_output@Base 2.1.2
- pcmk__set_xml_doc_flag@Base 2.1.4
- pcmk__sleep_ms@Base 2.1.1
- pcmk__sockaddr2str@Base 2.0.4
- pcmk__starts_with@Base 2.0.4
- pcmk__stop_based_ipc@Base 2.0.4
- pcmk__str_any_of@Base 2.0.5~rc2
- pcmk__str_in_list@Base 2.0.4
- pcmk__str_table_dup@Base 2.1.1
- pcmk__str_update@Base 2.1.4
- pcmk__strcase_any_of@Base 2.0.5~rc2
- pcmk__strcmp@Base 2.0.5~rc2
- pcmk__strikey_table@Base 2.1.1
- pcmk__strip_xml_text@Base 2.0.5~rc2
- pcmk__strkey_table@Base 2.1.1
- pcmk__substitute_secrets@Base 2.0.4
- pcmk__subtract_lists@Base 2.0.5~rc2
- pcmk__sync_directory@Base 2.0.4
- pcmk__text_output_entries@Base 2.0.3
- pcmk__text_output_new@Base 2.1.6
- pcmk__text_prompt@Base 2.1.1
- pcmk__time_format_hr@Base 2.0.4
- pcmk__time_hr_convert@Base 2.0.4
- pcmk__time_hr_free@Base 2.0.4
- pcmk__time_hr_new@Base 2.0.4
- pcmk__time_hr_now@Base 2.1.5
- pcmk__time_set_hr_dt@Base 2.0.4
- pcmk__timespec2str@Base 2.1.6
- pcmk__tls_client_handshake@Base 2.0.4
- pcmk__transition_key@Base 2.0.4
- pcmk__trim@Base 2.1.1
- pcmk__uid2username@Base 2.0.4
- pcmk__unregister_formats@Base 2.0.4
- pcmk__update_acl_user@Base 2.0.4
- pcmk__valid_boolean@Base 2.0.4
- pcmk__valid_interval_spec@Base 2.0.4
- pcmk__valid_number@Base 2.0.4
- pcmk__valid_percentage@Base 2.1.4
- pcmk__valid_positive_number@Base 2.0.4
- pcmk__valid_quorum@Base 2.0.4
- pcmk__valid_sbd_timeout@Base 2.0.4
- pcmk__valid_script@Base 2.0.4
- pcmk__validate_cluster_options@Base 2.0.4
- pcmk__validate_health_strategy@Base 2.1.4
- pcmk__verify_digest@Base 2.0.4
- pcmk__write_series_sequence@Base 2.0.4
- pcmk__write_sync@Base 2.0.4
- pcmk__xe_add_last_written@Base 2.0.5~rc2
- pcmk__xe_add_node@Base 2.1.5
- pcmk__xe_attr_is_true@Base 2.1.4
- pcmk__xe_foreach_child@Base 2.1.5
- pcmk__xe_get_bool_attr@Base 2.1.4
- pcmk__xe_match@Base 2.0.5~rc2
- pcmk__xe_remove_matching_attrs@Base 2.1.1
- pcmk__xe_set_bool_attr@Base 2.1.4
- pcmk__xe_set_props@Base 2.1.1
- pcmk__xe_set_propv@Base 2.1.1
- pcmk__xml_artefact_path@Base 2.0.3
- pcmk__xml_artefact_root@Base 2.0.3
- pcmk__xml_output_entries@Base 2.0.3
- pcmk__xml_output_finish@Base 2.1.5
- pcmk__xml_output_new@Base 2.1.5
- pcmk__xml_show@Base 2.1.6
- pcmk__xml_show_changes@Base 2.1.6
- pcmk__xpath_node_id@Base 2.1.1
- pcmk_acl_required@Base 1.1.12
- pcmk_cib_parent_name_for@Base 2.1.4
- pcmk_cib_xpath_for@Base 2.1.4
- pcmk_connect_ipc@Base 2.0.5~rc2
- pcmk_controld_api_fail@Base 2.0.5~rc2
- pcmk_controld_api_list_nodes@Base 2.0.5~rc2
- pcmk_controld_api_node_info@Base 2.0.5~rc2
- pcmk_controld_api_ping@Base 2.0.5~rc2
- pcmk_controld_api_refresh@Base 2.0.5~rc2
- pcmk_controld_api_replies_expected@Base 2.0.5~rc2
- pcmk_controld_api_reprobe@Base 2.0.5~rc2
- pcmk_copy_time@Base 2.0.4
- pcmk_create_html_node@Base 2.0.3
- pcmk_create_xml_text_node@Base 2.0.3
- pcmk_daemon_user@Base 2.0.4
- pcmk_disconnect_ipc@Base 2.0.5~rc2
- pcmk_dispatch_ipc@Base 2.0.5~rc2
- pcmk_drain_main_loop@Base 2.0.1~rc2
- pcmk_errorname@Base 1.1.10
- pcmk_find_cib_element@Base 2.1.4
- pcmk_format_named_time@Base 2.0.3
- pcmk_format_nvpair@Base 2.0.3
- pcmk_free_ipc_api@Base 2.0.5~rc2
- pcmk_free_ipc_event@Base 2.0.0~rc4
- pcmk_free_nvpairs@Base 2.0.1~rc5
- pcmk_free_xml_subtree@Base 2.0.3
- pcmk_get_ra_caps@Base 2.0.1~rc2
- pcmk_hostname@Base 2.0.1~rc2
- pcmk_ipc_is_connected@Base 2.0.5~rc2
- pcmk_ipc_name@Base 2.0.5~rc2
- pcmk_ipc_purge_node@Base 2.0.5~rc2
- pcmk_is_probe@Base 2.1.4
- pcmk_legacy2rc@Base 2.0.4
- pcmk_log_xml_impl@Base 2.1.6
- pcmk_new_ipc_api@Base 2.0.5~rc2
- pcmk_numeric_strcasecmp@Base 2.0.5~rc2
- pcmk_nvpairs2xml_attrs@Base 2.0.1~rc5
- pcmk_pacemakerd_api_daemon_state_enum2text@Base 2.0.5~rc2
- pcmk_pacemakerd_api_daemon_state_text2enum@Base 2.0.5~rc2
- pcmk_pacemakerd_api_ping@Base 2.0.5~rc2
- pcmk_pacemakerd_api_shutdown@Base 2.1.1
- pcmk_poll_ipc@Base 2.0.5~rc2
- pcmk_prepend_nvpair@Base 2.0.1~rc5
- pcmk_promotion_score_name@Base 2.1.1
- pcmk_quit_main_loop@Base 2.0.5~rc2
- pcmk_rc2exitc@Base 2.0.4
- pcmk_rc2legacy@Base 2.0.4
- pcmk_rc2ocf@Base 2.1.2
- pcmk_rc_name@Base 2.0.4
- pcmk_rc_str@Base 2.0.4
- pcmk_readable_score@Base 2.1.5
- pcmk_register_ipc_callback@Base 2.0.5~rc2
- pcmk_result_get_strings@Base 2.1.5
- pcmk_scan_nvpair@Base 2.0.2
- pcmk_schedulerd_api_graph@Base 2.1.4
- pcmk_sort_nvpairs@Base 2.0.1~rc5
- pcmk_stonith_param@Base 2.1.1
- pcmk_str_is_infinity@Base 2.0.4
- pcmk_str_is_minus_infinity@Base 2.0.4
- pcmk_strerror@Base 1.1.9
- pcmk_xe_is_probe@Base 2.1.4
- pcmk_xe_mask_probe_failure@Base 2.1.4
- pcmk_xml_attrs2nvpairs@Base 2.0.1~rc5
- purge_diff_markers@Base 1.1.9
- replace_xml_child@Base 1.1.9
- rsc_op_expected_rc@Base 1.1.9
- safe_str_neq@Base 1.1.9
- save_xml_to_file@Base 1.1.12
- score2char@Base 1.1.9
- score2char_stack@Base 1.1.12
- set_crm_log_level@Base 1.1.9
- sorted_xml@Base 1.1.9
- stdin2xml@Base 1.1.9
- string2xml@Base 1.1.9
- subtract_xml_object@Base 1.1.9
- update_validation@Base 1.1.9
- update_xml_child@Base 1.1.9
- validate_xml@Base 1.1.9
- validate_xml_verbose@Base 1.1.9
- write_xml_fd@Base 1.1.9
- write_xml_file@Base 1.1.9
- xml2list@Base 1.1.9
- xml_accept_changes@Base 1.1.12
- xml_acl_denied@Base 1.1.12
- xml_acl_disable@Base 1.1.12
- xml_acl_enabled@Base 1.1.12
- xml_acl_filtered_copy@Base 1.1.12
- xml_apply_patchset@Base 1.1.12
- xml_calculate_changes@Base 1.1.12
- xml_calculate_significant_changes@Base 1.1.19
- xml_create_patchset@Base 1.1.12
- xml_document_dirty@Base 1.1.12
- xml_get_path@Base 1.1.12
- xml_has_children@Base 1.1.9
- xml_latest_schema@Base 1.1.12
- xml_log_changes@Base 1.1.12
- xml_log_patchset@Base 1.1.12
- xml_patch_versions@Base 1.1.12
- xml_remove_prop@Base 1.1.9
- xml_track_changes@Base 1.1.12
- xml_tracking_changes@Base 1.1.12
- xpath_search@Base 1.1.9
diff -Nru pacemaker-2.1.6/debian/libcrmcommon34t64.install 
pacemaker-2.1.6/debian/libcrmcommon34t64.install
--- pacemaker-2.1.6/debian/libcrmcommon34t64.install    1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libcrmcommon34t64.install    2023-01-22 
12:10:39.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libcrmcommon.so.*
diff -Nru pacemaker-2.1.6/debian/libcrmcommon34t64.lintian-overrides 
pacemaker-2.1.6/debian/libcrmcommon34t64.lintian-overrides
--- pacemaker-2.1.6/debian/libcrmcommon34t64.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libcrmcommon34t64.lintian-overrides  2024-02-29 
19:12:31.000000000 +0000
@@ -0,0 +1 @@
+libcrmcommon34t64: package-name-doesnt-match-sonames libcrmcommon34
diff -Nru pacemaker-2.1.6/debian/libcrmcommon34t64.symbols 
pacemaker-2.1.6/debian/libcrmcommon34t64.symbols
--- pacemaker-2.1.6/debian/libcrmcommon34t64.symbols    1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libcrmcommon34t64.symbols    2024-02-29 
19:12:31.000000000 +0000
@@ -0,0 +1,558 @@
+libcrmcommon.so.34 libcrmcommon34t64 #MINVER#
+* Build-Depends-Package: pacemaker-dev
+ add_message_xml@Base 1.1.9
+ add_node_copy@Base 1.1.9
+ add_node_nocopy@Base 1.1.9
+ apply_xml_diff@Base 1.1.9
+ bz2_strerror@Base 1.1.9
+ calculate_on_disk_digest@Base 1.1.9
+ calculate_operation_digest@Base 1.1.9
+ calculate_xml_versioned_digest@Base 1.1.9
+ can_prune_leaf@Base 1.1.9
+ char2score@Base 1.1.9
+ cli_config_update@Base 1.1.9
+ compare_version@Base 1.1.9
+ copy_in_properties@Base 1.1.9
+ copy_xml@Base 1.1.9
+ create_hello_message@Base 1.1.9
+ create_reply_adv@Base 1.1.9
+ create_request_adv@Base 1.1.9
+ create_xml_node@Base 1.1.9
+ crm_abort@Base 1.1.9
+ crm_add_logfile@Base 1.1.9
+ crm_build_path@Base 1.1.10
+ crm_bump_log_level@Base 1.1.9
+ crm_config_error@Base 2.1.1
+ crm_config_warning@Base 2.1.1
+ crm_create_nvpair_xml@Base 1.1.18~rc3
+ crm_create_op_xml@Base 1.1.18~rc3
+ crm_default_remote_port@Base 1.1.18~rc3
+ crm_destroy_xml@Base 1.1.18~rc3
+ crm_disable_blackbox@Base 1.1.11
+ crm_element_value@Base 1.1.9
+ crm_element_value_copy@Base 1.1.9
+ crm_element_value_epoch@Base 2.0.3
+ crm_element_value_int@Base 1.1.9
+ crm_element_value_ll@Base 2.0.3
+ crm_element_value_ms@Base 2.0.0~rc4
+ crm_element_value_timeval@Base 2.0.1~rc2
+ crm_enable_blackbox@Base 1.1.9
+ crm_enable_stderr@Base 1.1.9
+ crm_errno2exit@Base 2.0.0~rc4
+ crm_exit@Base 1.1.9
+ crm_exit_name@Base 2.0.0~rc4
+ crm_exit_str@Base 2.0.0~rc4
+ crm_foreach_xpath_result@Base 1.1.14~rc4
+ crm_generate_ra_key@Base 1.1.18~rc3
+ crm_generate_uuid@Base 1.1.9
+ crm_get_msec@Base 1.1.9
+ crm_gnutls_global_init@Base 1.1.12
+ crm_ipc_buffer@Base 1.1.9
+ crm_ipc_buffer_flags@Base 1.1.12
+ crm_ipc_close@Base 1.1.9
+ crm_ipc_connect@Base 1.1.9
+ crm_ipc_connected@Base 1.1.9
+ crm_ipc_default_buffer_size@Base 1.1.11
+ crm_ipc_destroy@Base 1.1.9
+ crm_ipc_get_fd@Base 1.1.9
+ crm_ipc_is_authentic_process@Base 2.0.1-3~
+ crm_ipc_name@Base 1.1.9
+ crm_ipc_new@Base 1.1.9
+ crm_ipc_read@Base 1.1.9
+ crm_ipc_ready@Base 1.1.9
+ crm_ipc_send@Base 1.1.9
+ crm_is_callsite_active@Base 1.1.9
+ crm_is_daemon_name@Base 1.1.17~rc4
+ crm_is_true@Base 1.1.9
+ crm_itoa_stack@Base 1.1.12
+ crm_log_args@Base 1.1.9
+ crm_log_cli_init@Base 1.1.9
+ crm_log_deinit@Base 1.1.9
+ crm_log_init@Base 1.1.9
+ crm_log_level@Base 1.1.9
+ crm_log_output_fn@Base 1.1.9
+ crm_log_preinit@Base 1.1.12
+ crm_md5sum@Base 1.1.9
+ crm_meta_name@Base 1.1.9
+ crm_meta_value@Base 1.1.9
+ crm_next_same_xml@Base 1.1.18~rc3
+ crm_op_needs_metadata@Base 1.1.18~rc3
+ crm_parse_agent_spec@Base 1.1.18~rc3
+ crm_parse_int@Base 1.1.9
+ crm_parse_interval_spec@Base 2.0.0~rc4
+ crm_parse_ll@Base 2.0.1~rc2
+ crm_provider_required@Base 1.1.18~rc3
+ crm_schema_cleanup@Base 1.1.16~rc1
+ crm_schema_init@Base 1.1.16~rc1
+ crm_signal@Base 1.1.9
+ crm_signal_handler@Base 2.0.2
+ crm_str_eq@Base 1.1.9
+ crm_str_table_dup@Base 1.1.18~rc3
+ crm_str_to_boolean@Base 1.1.9
+ crm_strcase_equal@Base 2.0.0~rc4
+ crm_strcase_hash@Base 1.1.12
+ crm_strdup_printf@Base 1.1.13
+ crm_strip_trailing_newline@Base 1.1.11
+ crm_system_name@Base 1.1.9
+ crm_time_add@Base 1.1.9
+ crm_time_add_days@Base 1.1.9
+ crm_time_add_hours@Base 1.1.9
+ crm_time_add_minutes@Base 1.1.9
+ crm_time_add_months@Base 1.1.9
+ crm_time_add_seconds@Base 1.1.9
+ crm_time_add_weeks@Base 1.1.9
+ crm_time_add_years@Base 1.1.9
+ crm_time_as_string@Base 1.1.9
+ crm_time_calculate_duration@Base 1.1.12
+ crm_time_check@Base 1.1.9
+ crm_time_compare@Base 1.1.9
+ crm_time_days_in_month@Base 1.1.9
+ crm_time_free@Base 1.1.9
+ crm_time_free_period@Base 2.0.3
+ crm_time_get_gregorian@Base 1.1.9
+ crm_time_get_isoweek@Base 1.1.9
+ crm_time_get_ordinal@Base 1.1.9
+ crm_time_get_seconds@Base 1.1.9
+ crm_time_get_seconds_since_epoch@Base 1.1.9
+ crm_time_get_timeofday@Base 1.1.9
+ crm_time_get_timezone@Base 1.1.9
+ crm_time_is_defined@Base 2.0.3
+ crm_time_january1_weekday@Base 1.1.9
+ crm_time_leapyear@Base 1.1.9
+ crm_time_log_alias@Base 1.1.9
+ crm_time_new@Base 1.1.9
+ crm_time_new_undefined@Base 2.0.3
+ crm_time_parse_duration@Base 1.1.9
+ crm_time_parse_period@Base 1.1.9
+ crm_time_set@Base 1.1.9
+ crm_time_set_timet@Base 1.1.9
+ crm_time_subtract@Base 1.1.9
+ crm_time_weeks_in_year@Base 1.1.9
+ crm_trace_nonlog@Base 1.1.9
+ crm_update_callsites@Base 1.1.9
+ crm_user_lookup@Base 1.1.9
+ crm_write_blackbox@Base 1.1.9
+ crm_xml_add@Base 1.1.9
+ crm_xml_add_int@Base 1.1.9
+ crm_xml_add_ll@Base 2.0.3
+ crm_xml_add_ms@Base 2.0.0~rc4
+ crm_xml_add_timeval@Base 2.0.3
+ crm_xml_cleanup@Base 1.1.9
+ crm_xml_escape@Base 1.1.13
+ crm_xml_init@Base 1.1.10
+ crm_xml_replace@Base 1.1.9
+ crm_xml_sanitize_id@Base 1.1.17~rc1
+ crm_xml_set_id@Base 1.1.17~rc1
+ decode_transition_key@Base 1.1.9
+ decode_transition_magic@Base 1.1.9
+ dedupXpathResults@Base 1.1.14~rc4
+ did_rsc_op_fail@Base 1.1.9
+ diff_xml_object@Base 1.1.9
+ dump_xml_formatted@Base 1.1.9
+ dump_xml_formatted_with_text@Base 1.1.14~rc4
+ dump_xml_unformatted@Base 1.1.9
+ expand_idref@Base 1.1.9
+ expand_plus_plus@Base 1.1.9
+ filename2xml@Base 1.1.9
+ find_entity@Base 1.1.9
+ find_xml_children@Base 1.1.9
+ find_xml_node@Base 1.1.9
+ first_named_child@Base 1.1.9
+ fix_plus_plus_recursive@Base 1.1.9
+ freeXpathObject@Base 1.1.10
+ free_xml@Base 1.1.9
+ g_str_hash_traditional@Base 1.1.9
+ getDocPtr@Base 1.1.9
+ getXpathResult@Base 1.1.9
+ get_crm_log_level@Base 1.1.9
+ get_message_xml@Base 1.1.9
+ get_schema_name@Base 1.1.9
+ get_schema_version@Base 1.1.9
+ get_xpath_object@Base 1.1.9
+ get_xpath_object_relative@Base 1.1.9
+ gio_poll_funcs@Base 1.1.9
+ hash2field@Base 1.1.9
+ hash2metafield@Base 1.1.9
+ hash2nvpair@Base 1.1.9
+ hash2smartfield@Base 1.1.9
+ log_data_element@Base 1.1.9
+ mainloop_add_fd@Base 1.1.9
+ mainloop_add_ipc_client@Base 1.1.9
+ mainloop_add_ipc_server@Base 1.1.9
+ mainloop_add_ipc_server_with_prio@Base 2.0.3
+ mainloop_add_signal@Base 1.1.9
+ mainloop_add_trigger@Base 1.1.9
+ mainloop_child_add@Base 1.1.10
+ mainloop_child_add_with_flags@Base 1.1.13
+ mainloop_child_kill@Base 1.1.12
+ mainloop_child_name@Base 1.1.10
+ mainloop_child_pid@Base 1.1.10
+ mainloop_child_timeout@Base 1.1.10
+ mainloop_child_userdata@Base 1.1.10
+ mainloop_cleanup@Base 1.1.10
+ mainloop_clear_child_userdata@Base 1.1.9
+ mainloop_del_fd@Base 1.1.9
+ mainloop_del_ipc_client@Base 1.1.9
+ mainloop_del_ipc_server@Base 1.1.9
+ mainloop_destroy_signal@Base 1.1.9
+ mainloop_destroy_trigger@Base 1.1.9
+ mainloop_get_ipc_client@Base 1.1.9
+ mainloop_set_trigger@Base 1.1.9
+ mainloop_timer_add@Base 1.1.11
+ mainloop_timer_del@Base 1.1.11
+ mainloop_timer_running@Base 1.1.11
+ mainloop_timer_set_period@Base 1.1.11
+ mainloop_timer_start@Base 1.1.11
+ mainloop_timer_stop@Base 1.1.11
+ mainloop_trigger_complete@Base 1.1.9
+ md5_buffer@Base 1.1.9
+ md5_finish_ctx@Base 1.1.9
+ md5_init_ctx@Base 1.1.9
+ md5_process_block@Base 1.1.9
+ md5_process_bytes@Base 1.1.9
+ md5_read_ctx@Base 1.1.9
+ parse_op_key@Base 1.1.9
+ patchset_process_digest@Base 1.1.14~rc4
+ pcmk__accept_remote_connection@Base 2.0.4
+ pcmk__add_alert_key@Base 2.0.4
+ pcmk__add_alert_key_int@Base 2.0.4
+ pcmk__add_arg_group@Base 2.0.3
+ pcmk__add_logfile@Base 2.1.1
+ pcmk__add_logfiles@Base 2.1.6
+ pcmk__add_main_args@Base 2.0.3
+ pcmk__add_mainloop_ipc@Base 2.0.5~rc2
+ pcmk__add_scores@Base 2.1.4
+ pcmk__add_separated_word@Base 2.0.5~rc2
+ pcmk__alert_in_patchset@Base 2.0.4
+ pcmk__alert_keys@Base 2.0.4
+ pcmk__alert_new@Base 2.0.4
+ pcmk__attrd_api_clear_failures@Base 2.1.5
+ pcmk__attrd_api_delete@Base 2.1.5
+ pcmk__attrd_api_purge@Base 2.1.5
+ pcmk__attrd_api_query@Base 2.1.5
+ pcmk__attrd_api_refresh@Base 2.1.5
+ pcmk__attrd_api_update@Base 2.1.5
+ pcmk__attrd_api_update_list@Base 2.1.5
+ pcmk__auto_watchdog_timeout@Base 2.0.4
+ pcmk__build_arg_context@Base 2.0.3
+ pcmk__build_path@Base 2.0.4
+ pcmk__call_message@Base 2.0.2
+ pcmk__char_in_any_str@Base 2.0.5~rc2
+ pcmk__check_acl@Base 2.1.4
+ pcmk__chown_series_sequence@Base 2.0.4
+ pcmk__cli_help@Base 2.0.4
+ pcmk__cli_init_logging@Base 2.1.1
+ pcmk__client_cleanup@Base 2.0.4
+ pcmk__client_data2xml@Base 2.0.4
+ pcmk__client_name@Base 2.0.4
+ pcmk__client_pid@Base 2.0.4
+ pcmk__client_type_str@Base 2.0.4
+ pcmk__close_fds_in_child@Base 2.0.3
+ pcmk__cluster_option@Base 2.0.4
+ pcmk__cmdline_preproc@Base 2.0.3
+ pcmk__compress@Base 2.0.4
+ pcmk__connect_remote@Base 2.0.4
+ pcmk__controld_api_reply2str@Base 2.1.6
+ pcmk__copy_result@Base 2.1.4
+ pcmk__copy_timet@Base 2.1.6
+ pcmk__crm_ipc_is_authentic_process@Base 2.1.1
+ pcmk__daemon_can_write@Base 1.1.19
+ pcmk__daemonize@Base 2.0.5~rc2
+ pcmk__drop_all_clients@Base 2.0.4
+ pcmk__dup_alert@Base 2.0.4
+ pcmk__effective_rc@Base 2.0.5~rc2
+ pcmk__element_xpath@Base 2.1.5
+ pcmk__enable_acl@Base 2.1.4
+ pcmk__ends_with@Base 2.0.4
+ pcmk__ends_with_ext@Base 2.0.4
+ pcmk__env_option@Base 2.0.4
+ pcmk__env_option_enabled@Base 2.0.4
+ pcmk__epoch2str@Base 2.0.4
+ pcmk__exitc_error_quark@Base 2.0.5~rc2
+ pcmk__file_contents@Base 2.0.4
+ pcmk__filter_op_for_digest@Base 2.0.4
+ pcmk__find_client@Base 2.0.4
+ pcmk__find_client_by_id@Base 2.0.4
+ pcmk__force_args@Base 2.0.3
+ pcmk__foreach_ipc_client@Base 2.0.4
+ pcmk__format_nvpair@Base 2.1.1
+ pcmk__format_option_metadata@Base 2.1.4
+ pcmk__format_result@Base 2.1.4
+ pcmk__formatted_printf@Base 2.1.1
+ pcmk__formatted_vprintf@Base 2.1.1
+ pcmk__free_alert@Base 2.0.4
+ pcmk__free_arg_context@Base 2.0.3
+ pcmk__free_client@Base 2.0.4
+ pcmk__free_common_logger@Base 2.1.6
+ pcmk__full_path@Base 2.1.2
+ pcmk__g_strcat@Base 2.1.5
+ pcmk__get_sbd_sync_resource_startup@Base 2.0.5~rc2
+ pcmk__get_sbd_timeout@Base 2.0.4
+ pcmk__get_tmpdir@Base 2.0.4
+ pcmk__guint_from_hash@Base 2.0.4
+ pcmk__html_add_header@Base 2.0.3
+ pcmk__html_output_entries@Base 2.0.3
+ pcmk__indented_printf@Base 2.0.2
+ pcmk__indented_vprintf@Base 2.0.3
+ pcmk__init_tls_dh@Base 2.0.1~rc2
+ pcmk__ipc_client_count@Base 2.0.4
+ pcmk__ipc_create_ack_as@Base 2.1.4
+ pcmk__ipc_is_authentic_process_active@Base 2.0.1-3~
+ pcmk__ipc_prepare_iov@Base 2.0.4
+ pcmk__ipc_send_ack_as@Base 2.0.4
+ pcmk__ipc_send_iov@Base 2.0.4
+ pcmk__ipc_send_xml@Base 2.0.4
+ pcmk__is_daemon@Base 2.1.1
+ pcmk__is_fencing_action@Base 2.1.4
+ pcmk__locate_sbd@Base 2.0.5~rc2
+ pcmk__lock_pidfile@Base 2.0.4
+ pcmk__log_output_entries@Base 2.0.4
+ pcmk__log_output_new@Base 2.1.5
+ pcmk__mainloop_timer_get_period@Base 2.1.1
+ pcmk__message_name@Base 2.0.5~rc2
+ pcmk__mk_html_output@Base 2.0.3
+ pcmk__mk_log_output@Base 2.0.4
+ pcmk__mk_none_output@Base 2.0.3
+ pcmk__mk_text_output@Base 2.0.2
+ pcmk__mk_xml_output@Base 2.0.2
+ pcmk__n_rc@Base 2.1.5
+ pcmk__new_client@Base 2.0.4
+ pcmk__new_common_args@Base 2.0.3
+ pcmk__new_tls_session@Base 2.0.1~rc2
+ pcmk__new_unauth_client@Base 2.0.4
+ pcmk__node_attr_target@Base 2.0.4
+ pcmk__none_output_entries@Base 2.0.3
+ pcmk__notify_key@Base 2.0.4
+ pcmk__numeric_strcasecmp@Base 2.1.1
+ pcmk__op_key@Base 2.0.4
+ pcmk__our_nodename@Base 2.1.6
+ pcmk__output_and_clear_error@Base 2.1.1
+ pcmk__output_create_html_node@Base 2.0.3
+ pcmk__output_create_xml_node@Base 2.0.3
+ pcmk__output_create_xml_text_node@Base 2.0.3
+ pcmk__output_free@Base 2.0.2
+ pcmk__output_get_log_level@Base 2.1.6
+ pcmk__output_new@Base 2.0.2
+ pcmk__output_set_log_level@Base 2.1.1
+ pcmk__output_xml_add_node_copy@Base 2.1.6
+ pcmk__output_xml_create_parent@Base 2.0.3
+ pcmk__output_xml_peek_parent@Base 2.0.3
+ pcmk__output_xml_pop_parent@Base 2.0.3
+ pcmk__output_xml_push_parent@Base 2.0.3
+ pcmk__panic@Base 2.0.5~rc2
+ pcmk__parse_health_strategy@Base 2.1.4
+ pcmk__parse_ll_range@Base 2.0.4
+ pcmk__pcmkd_api_reply2str@Base 2.1.6
+ pcmk__pcmkd_state_enum2friendly@Base 2.1.5
+ pcmk__pid_active@Base 2.0.4
+ pcmk__pidfile_matches@Base 2.0.4
+ pcmk__process_request@Base 2.1.4
+ pcmk__procfs_has_pids@Base 2.1.5
+ pcmk__procfs_num_cores@Base 2.0.4
+ pcmk__procfs_pid2path@Base 2.1.5
+ pcmk__procfs_pid_of@Base 2.0.4
+ pcmk__quote_cmdline@Base 2.1.5
+ pcmk__rc_error_quark@Base 2.0.5~rc2
+ pcmk__read_handshake_data@Base 2.0.1~rc2
+ pcmk__read_pidfile@Base 2.0.4
+ pcmk__read_remote_message@Base 2.0.4
+ pcmk__read_series_sequence@Base 2.0.4
+ pcmk__readable_interval@Base 2.1.2
+ pcmk__real_path@Base 2.0.4
+ pcmk__register_format@Base 2.0.2
+ pcmk__register_formats@Base 2.0.3
+ pcmk__register_handlers@Base 2.1.4
+ pcmk__register_message@Base 2.0.2
+ pcmk__register_messages@Base 2.0.2
+ pcmk__remote_message_xml@Base 2.0.4
+ pcmk__remote_ready@Base 2.0.4
+ pcmk__remote_send_xml@Base 2.0.4
+ pcmk__reset_request@Base 2.1.4
+ pcmk__reset_result@Base 2.1.2
+ pcmk__result_bounds@Base 2.1.5
+ pcmk__scan_double@Base 2.0.5~rc2
+ pcmk__scan_ll@Base 2.1.1
+ pcmk__scan_min_int@Base 2.1.1
+ pcmk__scan_nvpair@Base 2.1.1
+ pcmk__scan_port@Base 2.1.1
+ pcmk__score_green@Base 2.0.4
+ pcmk__score_red@Base 2.0.4
+ pcmk__score_yellow@Base 2.0.4
+ pcmk__series_filename@Base 2.0.4
+ pcmk__serve_attrd_ipc@Base 2.0.4
+ pcmk__serve_based_ipc@Base 2.0.4
+ pcmk__serve_controld_ipc@Base 2.0.4
+ pcmk__serve_fenced_ipc@Base 2.0.4
+ pcmk__serve_pacemakerd_ipc@Base 2.1.1
+ pcmk__serve_schedulerd_ipc@Base 2.1.4
+ pcmk__set_client_queue_max@Base 2.0.4
+ pcmk__set_env_option@Base 2.0.4
+ pcmk__set_nonblocking@Base 2.0.4
+ pcmk__set_result@Base 2.1.2
+ pcmk__set_result_output@Base 2.1.2
+ pcmk__set_xml_doc_flag@Base 2.1.4
+ pcmk__sleep_ms@Base 2.1.1
+ pcmk__sockaddr2str@Base 2.0.4
+ pcmk__starts_with@Base 2.0.4
+ pcmk__stop_based_ipc@Base 2.0.4
+ pcmk__str_any_of@Base 2.0.5~rc2
+ pcmk__str_in_list@Base 2.0.4
+ pcmk__str_table_dup@Base 2.1.1
+ pcmk__str_update@Base 2.1.4
+ pcmk__strcase_any_of@Base 2.0.5~rc2
+ pcmk__strcmp@Base 2.0.5~rc2
+ pcmk__strikey_table@Base 2.1.1
+ pcmk__strip_xml_text@Base 2.0.5~rc2
+ pcmk__strkey_table@Base 2.1.1
+ pcmk__substitute_secrets@Base 2.0.4
+ pcmk__subtract_lists@Base 2.0.5~rc2
+ pcmk__sync_directory@Base 2.0.4
+ pcmk__text_output_entries@Base 2.0.3
+ pcmk__text_output_new@Base 2.1.6
+ pcmk__text_prompt@Base 2.1.1
+ pcmk__time_format_hr@Base 2.0.4
+ pcmk__time_hr_convert@Base 2.0.4
+ pcmk__time_hr_free@Base 2.0.4
+ pcmk__time_hr_new@Base 2.0.4
+ pcmk__time_hr_now@Base 2.1.5
+ pcmk__time_set_hr_dt@Base 2.0.4
+ pcmk__timespec2str@Base 2.1.6
+ pcmk__tls_client_handshake@Base 2.0.4
+ pcmk__transition_key@Base 2.0.4
+ pcmk__trim@Base 2.1.1
+ pcmk__uid2username@Base 2.0.4
+ pcmk__unregister_formats@Base 2.0.4
+ pcmk__update_acl_user@Base 2.0.4
+ pcmk__valid_boolean@Base 2.0.4
+ pcmk__valid_interval_spec@Base 2.0.4
+ pcmk__valid_number@Base 2.0.4
+ pcmk__valid_percentage@Base 2.1.4
+ pcmk__valid_positive_number@Base 2.0.4
+ pcmk__valid_quorum@Base 2.0.4
+ pcmk__valid_sbd_timeout@Base 2.0.4
+ pcmk__valid_script@Base 2.0.4
+ pcmk__validate_cluster_options@Base 2.0.4
+ pcmk__validate_health_strategy@Base 2.1.4
+ pcmk__verify_digest@Base 2.0.4
+ pcmk__write_series_sequence@Base 2.0.4
+ pcmk__write_sync@Base 2.0.4
+ pcmk__xe_add_last_written@Base 2.0.5~rc2
+ pcmk__xe_add_node@Base 2.1.5
+ pcmk__xe_attr_is_true@Base 2.1.4
+ pcmk__xe_foreach_child@Base 2.1.5
+ pcmk__xe_get_bool_attr@Base 2.1.4
+ pcmk__xe_match@Base 2.0.5~rc2
+ pcmk__xe_remove_matching_attrs@Base 2.1.1
+ pcmk__xe_set_bool_attr@Base 2.1.4
+ pcmk__xe_set_props@Base 2.1.1
+ pcmk__xe_set_propv@Base 2.1.1
+ pcmk__xml_artefact_path@Base 2.0.3
+ pcmk__xml_artefact_root@Base 2.0.3
+ pcmk__xml_output_entries@Base 2.0.3
+ pcmk__xml_output_finish@Base 2.1.5
+ pcmk__xml_output_new@Base 2.1.5
+ pcmk__xml_show@Base 2.1.6
+ pcmk__xml_show_changes@Base 2.1.6
+ pcmk__xpath_node_id@Base 2.1.1
+ pcmk_acl_required@Base 1.1.12
+ pcmk_cib_parent_name_for@Base 2.1.4
+ pcmk_cib_xpath_for@Base 2.1.4
+ pcmk_connect_ipc@Base 2.0.5~rc2
+ pcmk_controld_api_fail@Base 2.0.5~rc2
+ pcmk_controld_api_list_nodes@Base 2.0.5~rc2
+ pcmk_controld_api_node_info@Base 2.0.5~rc2
+ pcmk_controld_api_ping@Base 2.0.5~rc2
+ pcmk_controld_api_refresh@Base 2.0.5~rc2
+ pcmk_controld_api_replies_expected@Base 2.0.5~rc2
+ pcmk_controld_api_reprobe@Base 2.0.5~rc2
+ pcmk_copy_time@Base 2.0.4
+ pcmk_create_html_node@Base 2.0.3
+ pcmk_create_xml_text_node@Base 2.0.3
+ pcmk_daemon_user@Base 2.0.4
+ pcmk_disconnect_ipc@Base 2.0.5~rc2
+ pcmk_dispatch_ipc@Base 2.0.5~rc2
+ pcmk_drain_main_loop@Base 2.0.1~rc2
+ pcmk_errorname@Base 1.1.10
+ pcmk_find_cib_element@Base 2.1.4
+ pcmk_format_named_time@Base 2.0.3
+ pcmk_format_nvpair@Base 2.0.3
+ pcmk_free_ipc_api@Base 2.0.5~rc2
+ pcmk_free_ipc_event@Base 2.0.0~rc4
+ pcmk_free_nvpairs@Base 2.0.1~rc5
+ pcmk_free_xml_subtree@Base 2.0.3
+ pcmk_get_ra_caps@Base 2.0.1~rc2
+ pcmk_hostname@Base 2.0.1~rc2
+ pcmk_ipc_is_connected@Base 2.0.5~rc2
+ pcmk_ipc_name@Base 2.0.5~rc2
+ pcmk_ipc_purge_node@Base 2.0.5~rc2
+ pcmk_is_probe@Base 2.1.4
+ pcmk_legacy2rc@Base 2.0.4
+ pcmk_log_xml_impl@Base 2.1.6
+ pcmk_new_ipc_api@Base 2.0.5~rc2
+ pcmk_numeric_strcasecmp@Base 2.0.5~rc2
+ pcmk_nvpairs2xml_attrs@Base 2.0.1~rc5
+ pcmk_pacemakerd_api_daemon_state_enum2text@Base 2.0.5~rc2
+ pcmk_pacemakerd_api_daemon_state_text2enum@Base 2.0.5~rc2
+ pcmk_pacemakerd_api_ping@Base 2.0.5~rc2
+ pcmk_pacemakerd_api_shutdown@Base 2.1.1
+ pcmk_poll_ipc@Base 2.0.5~rc2
+ pcmk_prepend_nvpair@Base 2.0.1~rc5
+ pcmk_promotion_score_name@Base 2.1.1
+ pcmk_quit_main_loop@Base 2.0.5~rc2
+ pcmk_rc2exitc@Base 2.0.4
+ pcmk_rc2legacy@Base 2.0.4
+ pcmk_rc2ocf@Base 2.1.2
+ pcmk_rc_name@Base 2.0.4
+ pcmk_rc_str@Base 2.0.4
+ pcmk_readable_score@Base 2.1.5
+ pcmk_register_ipc_callback@Base 2.0.5~rc2
+ pcmk_result_get_strings@Base 2.1.5
+ pcmk_scan_nvpair@Base 2.0.2
+ pcmk_schedulerd_api_graph@Base 2.1.4
+ pcmk_sort_nvpairs@Base 2.0.1~rc5
+ pcmk_stonith_param@Base 2.1.1
+ pcmk_str_is_infinity@Base 2.0.4
+ pcmk_str_is_minus_infinity@Base 2.0.4
+ pcmk_strerror@Base 1.1.9
+ pcmk_xe_is_probe@Base 2.1.4
+ pcmk_xe_mask_probe_failure@Base 2.1.4
+ pcmk_xml_attrs2nvpairs@Base 2.0.1~rc5
+ purge_diff_markers@Base 1.1.9
+ replace_xml_child@Base 1.1.9
+ rsc_op_expected_rc@Base 1.1.9
+ safe_str_neq@Base 1.1.9
+ save_xml_to_file@Base 1.1.12
+ score2char@Base 1.1.9
+ score2char_stack@Base 1.1.12
+ set_crm_log_level@Base 1.1.9
+ sorted_xml@Base 1.1.9
+ stdin2xml@Base 1.1.9
+ string2xml@Base 1.1.9
+ subtract_xml_object@Base 1.1.9
+ update_validation@Base 1.1.9
+ update_xml_child@Base 1.1.9
+ validate_xml@Base 1.1.9
+ validate_xml_verbose@Base 1.1.9
+ write_xml_fd@Base 1.1.9
+ write_xml_file@Base 1.1.9
+ xml2list@Base 1.1.9
+ xml_accept_changes@Base 1.1.12
+ xml_acl_denied@Base 1.1.12
+ xml_acl_disable@Base 1.1.12
+ xml_acl_enabled@Base 1.1.12
+ xml_acl_filtered_copy@Base 1.1.12
+ xml_apply_patchset@Base 1.1.12
+ xml_calculate_changes@Base 1.1.12
+ xml_calculate_significant_changes@Base 1.1.19
+ xml_create_patchset@Base 1.1.12
+ xml_document_dirty@Base 1.1.12
+ xml_get_path@Base 1.1.12
+ xml_has_children@Base 1.1.9
+ xml_latest_schema@Base 1.1.12
+ xml_log_changes@Base 1.1.12
+ xml_log_patchset@Base 1.1.12
+ xml_patch_versions@Base 1.1.12
+ xml_remove_prop@Base 1.1.9
+ xml_track_changes@Base 1.1.12
+ xml_tracking_changes@Base 1.1.12
+ xpath_search@Base 1.1.9
diff -Nru pacemaker-2.1.6/debian/libcrmservice28.install 
pacemaker-2.1.6/debian/libcrmservice28.install
--- pacemaker-2.1.6/debian/libcrmservice28.install      2023-01-22 
12:10:39.000000000 +0000
+++ pacemaker-2.1.6/debian/libcrmservice28.install      1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libcrmservice.so.*
diff -Nru pacemaker-2.1.6/debian/libcrmservice28.symbols 
pacemaker-2.1.6/debian/libcrmservice28.symbols
--- pacemaker-2.1.6/debian/libcrmservice28.symbols      2023-07-03 
20:14:19.000000000 +0000
+++ pacemaker-2.1.6/debian/libcrmservice28.symbols      1970-01-01 
00:00:00.000000000 +0000
@@ -1,29 +0,0 @@
-libcrmservice.so.28 libcrmservice28 #MINVER#
-* Build-Depends-Package: pacemaker-dev
- get_directory_list@Base 1.1.13
- resources_action_create@Base 1.1.13
- resources_agent_exists@Base 2.0.2
- resources_find_service_class@Base 1.1.13
- resources_list_agents@Base 1.1.13
- resources_list_providers@Base 1.1.13
- resources_list_standards@Base 1.1.13
- services__create_resource_action@Base 2.1.1
- services__exit_reason@Base 2.1.2
- services__format_result@Base 2.1.4
- services__grab_stderr@Base 2.1.2
- services__grab_stdout@Base 2.1.2
- services__set_result@Base 2.1.2
- services_action_async@Base 1.1.13
- services_action_async_fork_notify@Base 2.0.2
- services_action_cancel@Base 1.1.13
- services_action_cleanup@Base 1.1.13
- services_action_create@Base 1.1.13
- services_action_create_generic@Base 1.1.13
- services_action_free@Base 1.1.13
- services_action_kick@Base 1.1.13
- services_action_sync@Base 1.1.13
- services_action_user@Base 1.1.18~rc3
- services_alert_async@Base 1.1.18~rc3
- services_alert_create@Base 1.1.18~rc3
- services_list@Base 1.1.13
- services_result2ocf@Base 2.1.2
diff -Nru pacemaker-2.1.6/debian/libcrmservice28t64.install 
pacemaker-2.1.6/debian/libcrmservice28t64.install
--- pacemaker-2.1.6/debian/libcrmservice28t64.install   1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libcrmservice28t64.install   2023-01-22 
12:10:39.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libcrmservice.so.*
diff -Nru pacemaker-2.1.6/debian/libcrmservice28t64.lintian-overrides 
pacemaker-2.1.6/debian/libcrmservice28t64.lintian-overrides
--- pacemaker-2.1.6/debian/libcrmservice28t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libcrmservice28t64.lintian-overrides 2024-02-29 
19:12:31.000000000 +0000
@@ -0,0 +1 @@
+libcrmservice28t64: package-name-doesnt-match-sonames libcrmservice28
diff -Nru pacemaker-2.1.6/debian/libcrmservice28t64.symbols 
pacemaker-2.1.6/debian/libcrmservice28t64.symbols
--- pacemaker-2.1.6/debian/libcrmservice28t64.symbols   1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libcrmservice28t64.symbols   2024-02-29 
19:12:31.000000000 +0000
@@ -0,0 +1,29 @@
+libcrmservice.so.28 libcrmservice28t64 #MINVER#
+* Build-Depends-Package: pacemaker-dev
+ get_directory_list@Base 1.1.13
+ resources_action_create@Base 1.1.13
+ resources_agent_exists@Base 2.0.2
+ resources_find_service_class@Base 1.1.13
+ resources_list_agents@Base 1.1.13
+ resources_list_providers@Base 1.1.13
+ resources_list_standards@Base 1.1.13
+ services__create_resource_action@Base 2.1.1
+ services__exit_reason@Base 2.1.2
+ services__format_result@Base 2.1.4
+ services__grab_stderr@Base 2.1.2
+ services__grab_stdout@Base 2.1.2
+ services__set_result@Base 2.1.2
+ services_action_async@Base 1.1.13
+ services_action_async_fork_notify@Base 2.0.2
+ services_action_cancel@Base 1.1.13
+ services_action_cleanup@Base 1.1.13
+ services_action_create@Base 1.1.13
+ services_action_create_generic@Base 1.1.13
+ services_action_free@Base 1.1.13
+ services_action_kick@Base 1.1.13
+ services_action_sync@Base 1.1.13
+ services_action_user@Base 1.1.18~rc3
+ services_alert_async@Base 1.1.18~rc3
+ services_alert_create@Base 1.1.18~rc3
+ services_list@Base 1.1.13
+ services_result2ocf@Base 2.1.2
diff -Nru pacemaker-2.1.6/debian/liblrmd28.install 
pacemaker-2.1.6/debian/liblrmd28.install
--- pacemaker-2.1.6/debian/liblrmd28.install    2023-01-22 12:10:39.000000000 
+0000
+++ pacemaker-2.1.6/debian/liblrmd28.install    1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/liblrmd.so.*
diff -Nru pacemaker-2.1.6/debian/liblrmd28.symbols 
pacemaker-2.1.6/debian/liblrmd28.symbols
--- pacemaker-2.1.6/debian/liblrmd28.symbols    2023-08-03 18:13:59.000000000 
+0000
+++ pacemaker-2.1.6/debian/liblrmd28.symbols    1970-01-01 00:00:00.000000000 
+0000
@@ -1,43 +0,0 @@
-liblrmd.so.28 liblrmd28 #MINVER#
-* Build-Depends-Package: pacemaker-dev
- lrmd__init_remote_key@Base 2.1.1
- lrmd__metadata_async@Base 2.1.5
- lrmd__new@Base 2.1.2
- lrmd__register_messages@Base 2.1.1
- lrmd__remote_send_xml@Base 2.1.1
- lrmd__reset_result@Base 2.1.2
- lrmd__set_result@Base 2.1.2
- lrmd__uptime@Base 2.1.6
- lrmd__validate_remote_settings@Base 2.1.1
- lrmd_api_delete@Base 1.1.9
- lrmd_api_new@Base 1.1.9
- lrmd_copy_event@Base 1.1.9
- lrmd_copy_rsc_info@Base 1.1.9
- lrmd_dispatch@Base 1.1.9
- lrmd_free_event@Base 1.1.9
- lrmd_free_op_info@Base 2.0.0~rc4
- lrmd_free_rsc_info@Base 1.1.9
- lrmd_internal_proxy_send@Base 1.1.9
- lrmd_internal_set_proxy_callback@Base 1.1.9
- lrmd_key_value_add@Base 1.1.9
- lrmd_key_value_freeall@Base 1.1.9
- lrmd_list_freeall@Base 1.1.9
- lrmd_new_event@Base 2.0.4
- lrmd_new_rsc_info@Base 1.1.19
- lrmd_poll@Base 1.1.9
- lrmd_remote_api_new@Base 1.1.9
- lrmd_send_attribute_alert@Base 1.1.18~rc3
- lrmd_send_fencing_alert@Base 1.1.18~rc3
- lrmd_send_node_alert@Base 1.1.18~rc3
- lrmd_send_resource_alert@Base 1.1.18~rc3
- proxy_table@Base 1.1.13
- psk_cred_s@Base 1.1.9
- remote_proxy_ack_shutdown@Base 1.1.15~rc1
- remote_proxy_cb@Base 1.1.17~rc1
- remote_proxy_disconnected@Base 1.1.17~rc1
- remote_proxy_dispatch@Base 1.1.17~rc1
- remote_proxy_free@Base 1.1.13
- remote_proxy_nack_shutdown@Base 1.1.17~rc1
- remote_proxy_new@Base 1.1.17~rc1
- remote_proxy_relay_event@Base 1.1.13
- remote_proxy_relay_response@Base 1.1.13
diff -Nru pacemaker-2.1.6/debian/liblrmd28t64.install 
pacemaker-2.1.6/debian/liblrmd28t64.install
--- pacemaker-2.1.6/debian/liblrmd28t64.install 1970-01-01 00:00:00.000000000 
+0000
+++ pacemaker-2.1.6/debian/liblrmd28t64.install 2023-01-22 12:10:39.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/liblrmd.so.*
diff -Nru pacemaker-2.1.6/debian/liblrmd28t64.lintian-overrides 
pacemaker-2.1.6/debian/liblrmd28t64.lintian-overrides
--- pacemaker-2.1.6/debian/liblrmd28t64.lintian-overrides       1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/liblrmd28t64.lintian-overrides       2024-02-29 
19:12:31.000000000 +0000
@@ -0,0 +1 @@
+liblrmd28t64: package-name-doesnt-match-sonames liblrmd28
diff -Nru pacemaker-2.1.6/debian/liblrmd28t64.symbols 
pacemaker-2.1.6/debian/liblrmd28t64.symbols
--- pacemaker-2.1.6/debian/liblrmd28t64.symbols 1970-01-01 00:00:00.000000000 
+0000
+++ pacemaker-2.1.6/debian/liblrmd28t64.symbols 2024-02-29 19:12:31.000000000 
+0000
@@ -0,0 +1,43 @@
+liblrmd.so.28 liblrmd28t64 #MINVER#
+* Build-Depends-Package: pacemaker-dev
+ lrmd__init_remote_key@Base 2.1.1
+ lrmd__metadata_async@Base 2.1.5
+ lrmd__new@Base 2.1.2
+ lrmd__register_messages@Base 2.1.1
+ lrmd__remote_send_xml@Base 2.1.1
+ lrmd__reset_result@Base 2.1.2
+ lrmd__set_result@Base 2.1.2
+ lrmd__uptime@Base 2.1.6
+ lrmd__validate_remote_settings@Base 2.1.1
+ lrmd_api_delete@Base 1.1.9
+ lrmd_api_new@Base 1.1.9
+ lrmd_copy_event@Base 1.1.9
+ lrmd_copy_rsc_info@Base 1.1.9
+ lrmd_dispatch@Base 1.1.9
+ lrmd_free_event@Base 1.1.9
+ lrmd_free_op_info@Base 2.0.0~rc4
+ lrmd_free_rsc_info@Base 1.1.9
+ lrmd_internal_proxy_send@Base 1.1.9
+ lrmd_internal_set_proxy_callback@Base 1.1.9
+ lrmd_key_value_add@Base 1.1.9
+ lrmd_key_value_freeall@Base 1.1.9
+ lrmd_list_freeall@Base 1.1.9
+ lrmd_new_event@Base 2.0.4
+ lrmd_new_rsc_info@Base 1.1.19
+ lrmd_poll@Base 1.1.9
+ lrmd_remote_api_new@Base 1.1.9
+ lrmd_send_attribute_alert@Base 1.1.18~rc3
+ lrmd_send_fencing_alert@Base 1.1.18~rc3
+ lrmd_send_node_alert@Base 1.1.18~rc3
+ lrmd_send_resource_alert@Base 1.1.18~rc3
+ proxy_table@Base 1.1.13
+ psk_cred_s@Base 1.1.9
+ remote_proxy_ack_shutdown@Base 1.1.15~rc1
+ remote_proxy_cb@Base 1.1.17~rc1
+ remote_proxy_disconnected@Base 1.1.17~rc1
+ remote_proxy_dispatch@Base 1.1.17~rc1
+ remote_proxy_free@Base 1.1.13
+ remote_proxy_nack_shutdown@Base 1.1.17~rc1
+ remote_proxy_new@Base 1.1.17~rc1
+ remote_proxy_relay_event@Base 1.1.13
+ remote_proxy_relay_response@Base 1.1.13
diff -Nru pacemaker-2.1.6/debian/libpacemaker1.install 
pacemaker-2.1.6/debian/libpacemaker1.install
--- pacemaker-2.1.6/debian/libpacemaker1.install        2023-01-22 
12:10:39.000000000 +0000
+++ pacemaker-2.1.6/debian/libpacemaker1.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libpacemaker.so.*
diff -Nru pacemaker-2.1.6/debian/libpacemaker1.symbols 
pacemaker-2.1.6/debian/libpacemaker1.symbols
--- pacemaker-2.1.6/debian/libpacemaker1.symbols        2023-08-03 
18:13:59.000000000 +0000
+++ pacemaker-2.1.6/debian/libpacemaker1.symbols        1970-01-01 
00:00:00.000000000 +0000
@@ -1,85 +0,0 @@
-libpacemaker.so.1 libpacemaker1 #MINVER#
-* Build-Depends-Package: pacemaker-dev
- clone_action_flags@Base 1.1.14~rc4
- clone_append_meta@Base 1.1.14~rc4
- clone_create_actions@Base 1.1.14~rc4
- clone_create_probe@Base 1.1.14~rc4
- clone_expand@Base 1.1.14~rc4
- clone_internal_constraints@Base 1.1.14~rc4
- clone_rsc_location@Base 1.1.14~rc4
- copies_per_node@Base 1.1.17
- pcmk__abort_dangling_migration@Base 2.1.5
- pcmk__acl_annotate_permissions@Base 2.1.4
- pcmk__acl_evaled_render@Base 2.1.4
- pcmk__bundle_action_flags@Base 2.0.2
- pcmk__bundle_add_utilization@Base 2.1.4
- pcmk__bundle_allocate@Base 2.0.4
- pcmk__bundle_create_actions@Base 2.0.2
- pcmk__bundle_create_probe@Base 2.0.2
- pcmk__bundle_expand@Base 2.0.2
- pcmk__bundle_internal_constraints@Base 2.0.2
- pcmk__bundle_rsc_location@Base 2.0.2
- pcmk__bundle_shutdown_lock@Base 2.1.4
- pcmk__check_rules@Base 2.1.5
- pcmk__clone_add_utilization@Base 2.1.4
- pcmk__clone_shutdown_lock@Base 2.1.4
- pcmk__cluster_status_text@Base 2.1.1
- pcmk__controller_status@Base 2.1.1
- pcmk__copy_node_list@Base 2.0.4
- pcmk__create_history_xml@Base 2.0.3
- pcmk__create_migration_actions@Base 2.1.5
- pcmk__designated_controller@Base 2.1.1
- pcmk__event_from_graph_action@Base 2.1.2
- pcmk__execute_graph@Base 2.1.2
- pcmk__fence_history@Base 2.0.4
- pcmk__fence_installed@Base 2.0.4
- pcmk__fence_last@Base 2.0.4
- pcmk__fence_list_targets@Base 2.0.4
- pcmk__fence_metadata@Base 2.0.4
- pcmk__fence_register_level@Base 2.0.4
- pcmk__fence_registered@Base 2.0.4
- pcmk__fence_unregister_level@Base 2.0.4
- pcmk__fence_validate@Base 2.0.4
- pcmk__free_graph@Base 2.1.2
- pcmk__get_fencing_history@Base 2.1.4
- pcmk__graph_status2text@Base 2.1.2
- pcmk__inject_scheduler_input@Base 2.1.4
- pcmk__list_nodes@Base 2.1.1
- pcmk__list_result_codes@Base 2.1.5
- pcmk__log_graph@Base 2.1.2
- pcmk__log_graph_action@Base 2.1.2
- pcmk__log_transition_summary@Base 2.0.2
- pcmk__order_migration_equivalents@Base 2.1.5
- pcmk__output_cluster_status@Base 2.1.4
- pcmk__output_simple_status@Base 2.1.4
- pcmk__pacemakerd_status@Base 2.1.1
- pcmk__profile_dir@Base 2.1.2
- pcmk__query_node_info@Base 2.1.6
- pcmk__register_lib_messages@Base 2.1.1
- pcmk__request_fencing@Base 2.1.4
- pcmk__resource_digests@Base 2.1.1
- pcmk__rsc_can_migrate@Base 2.1.5
- pcmk__schedule_actions@Base 2.0.2
- pcmk__set_graph_functions@Base 2.1.2
- pcmk__show_result_code@Base 2.1.5
- pcmk__simulate@Base 2.1.2
- pcmk__simulate_node_config@Base 2.1.4
- pcmk__simulate_transition@Base 2.1.4
- pcmk__status@Base 2.1.4
- pcmk__this_with_colocations@Base 2.1.6
- pcmk__unpack_constraints@Base 2.1.2
- pcmk__unpack_graph@Base 2.1.2
- pcmk__update_graph@Base 2.1.2
- pcmk__with_this_colocations@Base 2.1.6
- pcmk_check_rules@Base 2.1.5
- pcmk_controller_status@Base 2.1.1
- pcmk_designated_controller@Base 2.1.1
- pcmk_free_injections@Base 2.1.2
- pcmk_list_nodes@Base 2.1.1
- pcmk_list_result_codes@Base 2.1.5
- pcmk_pacemakerd_status@Base 2.1.1
- pcmk_query_node_info@Base 2.1.6
- pcmk_resource_digests@Base 2.1.1
- pcmk_show_result_code@Base 2.1.5
- pcmk_simulate@Base 2.1.2
- pcmk_status@Base 2.1.4
diff -Nru pacemaker-2.1.6/debian/libpacemaker1t64.install 
pacemaker-2.1.6/debian/libpacemaker1t64.install
--- pacemaker-2.1.6/debian/libpacemaker1t64.install     1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libpacemaker1t64.install     2023-01-22 
12:10:39.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libpacemaker.so.*
diff -Nru pacemaker-2.1.6/debian/libpacemaker1t64.lintian-overrides 
pacemaker-2.1.6/debian/libpacemaker1t64.lintian-overrides
--- pacemaker-2.1.6/debian/libpacemaker1t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libpacemaker1t64.lintian-overrides   2024-02-29 
19:12:31.000000000 +0000
@@ -0,0 +1 @@
+libpacemaker1t64: package-name-doesnt-match-sonames libpacemaker1
diff -Nru pacemaker-2.1.6/debian/libpacemaker1t64.symbols 
pacemaker-2.1.6/debian/libpacemaker1t64.symbols
--- pacemaker-2.1.6/debian/libpacemaker1t64.symbols     1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libpacemaker1t64.symbols     2024-02-29 
19:12:31.000000000 +0000
@@ -0,0 +1,85 @@
+libpacemaker.so.1 libpacemaker1t64 #MINVER#
+* Build-Depends-Package: pacemaker-dev
+ clone_action_flags@Base 1.1.14~rc4
+ clone_append_meta@Base 1.1.14~rc4
+ clone_create_actions@Base 1.1.14~rc4
+ clone_create_probe@Base 1.1.14~rc4
+ clone_expand@Base 1.1.14~rc4
+ clone_internal_constraints@Base 1.1.14~rc4
+ clone_rsc_location@Base 1.1.14~rc4
+ copies_per_node@Base 1.1.17
+ pcmk__abort_dangling_migration@Base 2.1.5
+ pcmk__acl_annotate_permissions@Base 2.1.4
+ pcmk__acl_evaled_render@Base 2.1.4
+ pcmk__bundle_action_flags@Base 2.0.2
+ pcmk__bundle_add_utilization@Base 2.1.4
+ pcmk__bundle_allocate@Base 2.0.4
+ pcmk__bundle_create_actions@Base 2.0.2
+ pcmk__bundle_create_probe@Base 2.0.2
+ pcmk__bundle_expand@Base 2.0.2
+ pcmk__bundle_internal_constraints@Base 2.0.2
+ pcmk__bundle_rsc_location@Base 2.0.2
+ pcmk__bundle_shutdown_lock@Base 2.1.4
+ pcmk__check_rules@Base 2.1.5
+ pcmk__clone_add_utilization@Base 2.1.4
+ pcmk__clone_shutdown_lock@Base 2.1.4
+ pcmk__cluster_status_text@Base 2.1.1
+ pcmk__controller_status@Base 2.1.1
+ pcmk__copy_node_list@Base 2.0.4
+ pcmk__create_history_xml@Base 2.0.3
+ pcmk__create_migration_actions@Base 2.1.5
+ pcmk__designated_controller@Base 2.1.1
+ pcmk__event_from_graph_action@Base 2.1.2
+ pcmk__execute_graph@Base 2.1.2
+ pcmk__fence_history@Base 2.0.4
+ pcmk__fence_installed@Base 2.0.4
+ pcmk__fence_last@Base 2.0.4
+ pcmk__fence_list_targets@Base 2.0.4
+ pcmk__fence_metadata@Base 2.0.4
+ pcmk__fence_register_level@Base 2.0.4
+ pcmk__fence_registered@Base 2.0.4
+ pcmk__fence_unregister_level@Base 2.0.4
+ pcmk__fence_validate@Base 2.0.4
+ pcmk__free_graph@Base 2.1.2
+ pcmk__get_fencing_history@Base 2.1.4
+ pcmk__graph_status2text@Base 2.1.2
+ pcmk__inject_scheduler_input@Base 2.1.4
+ pcmk__list_nodes@Base 2.1.1
+ pcmk__list_result_codes@Base 2.1.5
+ pcmk__log_graph@Base 2.1.2
+ pcmk__log_graph_action@Base 2.1.2
+ pcmk__log_transition_summary@Base 2.0.2
+ pcmk__order_migration_equivalents@Base 2.1.5
+ pcmk__output_cluster_status@Base 2.1.4
+ pcmk__output_simple_status@Base 2.1.4
+ pcmk__pacemakerd_status@Base 2.1.1
+ pcmk__profile_dir@Base 2.1.2
+ pcmk__query_node_info@Base 2.1.6
+ pcmk__register_lib_messages@Base 2.1.1
+ pcmk__request_fencing@Base 2.1.4
+ pcmk__resource_digests@Base 2.1.1
+ pcmk__rsc_can_migrate@Base 2.1.5
+ pcmk__schedule_actions@Base 2.0.2
+ pcmk__set_graph_functions@Base 2.1.2
+ pcmk__show_result_code@Base 2.1.5
+ pcmk__simulate@Base 2.1.2
+ pcmk__simulate_node_config@Base 2.1.4
+ pcmk__simulate_transition@Base 2.1.4
+ pcmk__status@Base 2.1.4
+ pcmk__this_with_colocations@Base 2.1.6
+ pcmk__unpack_constraints@Base 2.1.2
+ pcmk__unpack_graph@Base 2.1.2
+ pcmk__update_graph@Base 2.1.2
+ pcmk__with_this_colocations@Base 2.1.6
+ pcmk_check_rules@Base 2.1.5
+ pcmk_controller_status@Base 2.1.1
+ pcmk_designated_controller@Base 2.1.1
+ pcmk_free_injections@Base 2.1.2
+ pcmk_list_nodes@Base 2.1.1
+ pcmk_list_result_codes@Base 2.1.5
+ pcmk_pacemakerd_status@Base 2.1.1
+ pcmk_query_node_info@Base 2.1.6
+ pcmk_resource_digests@Base 2.1.1
+ pcmk_show_result_code@Base 2.1.5
+ pcmk_simulate@Base 2.1.2
+ pcmk_status@Base 2.1.4
diff -Nru pacemaker-2.1.6/debian/libpe-rules26.install 
pacemaker-2.1.6/debian/libpe-rules26.install
--- pacemaker-2.1.6/debian/libpe-rules26.install        2023-01-22 
12:10:39.000000000 +0000
+++ pacemaker-2.1.6/debian/libpe-rules26.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libpe_rules.so.*
diff -Nru pacemaker-2.1.6/debian/libpe-rules26.symbols 
pacemaker-2.1.6/debian/libpe-rules26.symbols
--- pacemaker-2.1.6/debian/libpe-rules26.symbols        2023-08-03 
18:13:59.000000000 +0000
+++ pacemaker-2.1.6/debian/libpe-rules26.symbols        1970-01-01 
00:00:00.000000000 +0000
@@ -1,41 +0,0 @@
-libpe_rules.so.26 libpe-rules26 #MINVER#
-* Build-Depends-Package: pacemaker-dev
- add_hash_param@Base 1.0.10
- fail2text@Base 1.0.10
- find_expression_type@Base 1.0.10
- pe__eval_attr_expr@Base 2.0.5~rc2
- pe__eval_date_expr@Base 2.0.5~rc2
- pe__eval_op_expr@Base 2.0.5~rc2
- pe__eval_role_expr@Base 2.0.5~rc2
- pe__eval_rsc_expr@Base 2.0.5~rc2
- pe_cron_range_satisfied@Base 2.0.2
- pe_eval_expr@Base 2.0.5~rc2
- pe_eval_nvpairs@Base 2.0.5~rc2
- pe_eval_rules@Base 2.0.5~rc2
- pe_eval_subexpr@Base 2.0.5~rc2
- pe_evaluate_rules@Base 2.0.3
- pe_expand_re_matches@Base 1.1.16~rc1
- pe_free_alert_list@Base 1.1.18~rc3
- pe_metadata@Base 1.0.10
- pe_node_attribute_calculated@Base 1.1.18~rc3
- pe_node_attribute_raw@Base 1.1.18~rc3
- pe_pref@Base 1.0.10
- pe_test_expression@Base 2.0.3
- pe_test_expression_full@Base 1.1.17~rc1
- pe_test_expression_re@Base 1.1.16~rc1
- pe_test_rule@Base 2.0.3
- pe_test_rule_full@Base 1.1.17~rc1
- pe_test_rule_re@Base 1.1.16~rc1
- pe_unpack_alerts@Base 1.1.18~rc3
- pe_unpack_nvpairs@Base 2.0.3
- role2text@Base 1.0.10
- task2text@Base 1.0.10
- test_expression@Base 1.0.10
- test_rule@Base 1.0.10
- test_ruleset@Base 1.0.10
- text2role@Base 1.0.10
- text2task@Base 1.0.10
- unpack_instance_attributes@Base 1.0.10
- verify_pe_options@Base 1.0.10
- was_processing_error@Base 1.0.10
- was_processing_warning@Base 1.0.10
diff -Nru pacemaker-2.1.6/debian/libpe-rules26t64.install 
pacemaker-2.1.6/debian/libpe-rules26t64.install
--- pacemaker-2.1.6/debian/libpe-rules26t64.install     1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libpe-rules26t64.install     2023-01-22 
12:10:39.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libpe_rules.so.*
diff -Nru pacemaker-2.1.6/debian/libpe-rules26t64.lintian-overrides 
pacemaker-2.1.6/debian/libpe-rules26t64.lintian-overrides
--- pacemaker-2.1.6/debian/libpe-rules26t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libpe-rules26t64.lintian-overrides   2024-02-29 
19:12:31.000000000 +0000
@@ -0,0 +1 @@
+libpe-rules26t64: package-name-doesnt-match-sonames libpe-rules26
diff -Nru pacemaker-2.1.6/debian/libpe-rules26t64.symbols 
pacemaker-2.1.6/debian/libpe-rules26t64.symbols
--- pacemaker-2.1.6/debian/libpe-rules26t64.symbols     1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libpe-rules26t64.symbols     2024-02-29 
19:12:31.000000000 +0000
@@ -0,0 +1,41 @@
+libpe_rules.so.26 libpe-rules26t64 #MINVER#
+* Build-Depends-Package: pacemaker-dev
+ add_hash_param@Base 1.0.10
+ fail2text@Base 1.0.10
+ find_expression_type@Base 1.0.10
+ pe__eval_attr_expr@Base 2.0.5~rc2
+ pe__eval_date_expr@Base 2.0.5~rc2
+ pe__eval_op_expr@Base 2.0.5~rc2
+ pe__eval_role_expr@Base 2.0.5~rc2
+ pe__eval_rsc_expr@Base 2.0.5~rc2
+ pe_cron_range_satisfied@Base 2.0.2
+ pe_eval_expr@Base 2.0.5~rc2
+ pe_eval_nvpairs@Base 2.0.5~rc2
+ pe_eval_rules@Base 2.0.5~rc2
+ pe_eval_subexpr@Base 2.0.5~rc2
+ pe_evaluate_rules@Base 2.0.3
+ pe_expand_re_matches@Base 1.1.16~rc1
+ pe_free_alert_list@Base 1.1.18~rc3
+ pe_metadata@Base 1.0.10
+ pe_node_attribute_calculated@Base 1.1.18~rc3
+ pe_node_attribute_raw@Base 1.1.18~rc3
+ pe_pref@Base 1.0.10
+ pe_test_expression@Base 2.0.3
+ pe_test_expression_full@Base 1.1.17~rc1
+ pe_test_expression_re@Base 1.1.16~rc1
+ pe_test_rule@Base 2.0.3
+ pe_test_rule_full@Base 1.1.17~rc1
+ pe_test_rule_re@Base 1.1.16~rc1
+ pe_unpack_alerts@Base 1.1.18~rc3
+ pe_unpack_nvpairs@Base 2.0.3
+ role2text@Base 1.0.10
+ task2text@Base 1.0.10
+ test_expression@Base 1.0.10
+ test_rule@Base 1.0.10
+ test_ruleset@Base 1.0.10
+ text2role@Base 1.0.10
+ text2task@Base 1.0.10
+ unpack_instance_attributes@Base 1.0.10
+ verify_pe_options@Base 1.0.10
+ was_processing_error@Base 1.0.10
+ was_processing_warning@Base 1.0.10
diff -Nru pacemaker-2.1.6/debian/libpe-status28.install 
pacemaker-2.1.6/debian/libpe-status28.install
--- pacemaker-2.1.6/debian/libpe-status28.install       2023-01-22 
12:10:39.000000000 +0000
+++ pacemaker-2.1.6/debian/libpe-status28.install       1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libpe_status.so.*
diff -Nru pacemaker-2.1.6/debian/libpe-status28.symbols 
pacemaker-2.1.6/debian/libpe-status28.symbols
--- pacemaker-2.1.6/debian/libpe-status28.symbols       2023-08-03 
18:13:59.000000000 +0000
+++ pacemaker-2.1.6/debian/libpe-status28.symbols       1970-01-01 
00:00:00.000000000 +0000
@@ -1,214 +0,0 @@
-libpe_status.so.28 libpe-status28 #MINVER#
-* Build-Depends-Package: pacemaker-dev
- add_hash_param@Base 1.1.14~rc4
- add_tag_ref@Base 1.1.14~rc4
- calculate_active_ops@Base 1.1.14~rc4
- cleanup_calculations@Base 1.1.14~rc4
- clone_active@Base 1.1.14~rc4
- clone_free@Base 1.1.14~rc4
- clone_print@Base 1.1.14~rc4
- clone_resource_state@Base 1.1.14~rc4
- clone_strip@Base 1.1.14~rc4
- clone_unpack@Base 1.1.14~rc4
- clone_zero@Base 1.1.14~rc4
- cluster_status@Base 1.1.14~rc4
- common_free@Base 1.1.14~rc4
- common_print@Base 1.1.17~rc1
- custom_action@Base 1.1.14~rc4
- destroy_ticket@Base 1.1.14~rc4
- fail2text@Base 1.1.14~rc4
- find_actions@Base 1.1.14~rc4
- find_actions_exact@Base 1.1.14~rc4
- find_clone_instance@Base 1.1.14~rc4
- find_expression_type@Base 1.1.14~rc4
- find_first_action@Base 1.1.14~rc4
- find_operations@Base 1.1.14~rc4
- find_rsc_op_entry@Base 1.1.14~rc4
- get_complex_task@Base 1.1.14~rc4
- get_effective_time@Base 1.1.14~rc4
- get_meta_attributes@Base 1.1.14~rc4
- get_pseudo_op@Base 1.1.14~rc4
- get_rsc_attributes@Base 1.1.14~rc4
- get_target_role@Base 1.1.14~rc4
- group_active@Base 1.1.14~rc4
- group_free@Base 1.1.14~rc4
- group_print@Base 1.1.14~rc4
- group_resource_state@Base 1.1.14~rc4
- group_unpack@Base 1.1.14~rc4
- is_parent@Base 1.1.14~rc4
- is_set_recursive@Base 1.1.14~rc4
- native_active@Base 1.1.14~rc4
- native_add_running@Base 1.1.14~rc4
- native_find_rsc@Base 1.1.14~rc4
- native_free@Base 1.1.14~rc4
- native_location@Base 1.1.14~rc4
- native_parameter@Base 1.1.14~rc4
- native_print@Base 1.1.14~rc4
- native_resource_state@Base 1.1.14~rc4
- native_unpack@Base 1.1.14~rc4
- node_list_exclude@Base 1.1.14~rc4
- order_actions@Base 1.1.14~rc4
- pcmk__native_output_string@Base 2.1.1
- pcmk__rsc_filtered_by_node@Base 2.0.5~rc2
- pe__action2reason@Base 2.1.2
- pe__add_action_expected_result@Base 2.1.5
- pe__add_bundle_remote_name@Base 2.0.2
- pe__add_param_check@Base 2.0.1~rc2
- pe__build_node_name_list@Base 2.1.1
- pe__build_rsc_list@Base 2.1.1
- pe__bundle_active@Base 2.0.2
- pe__bundle_containers@Base 2.1.6
- pe__bundle_html@Base 2.0.3
- pe__bundle_is_filtered@Base 2.0.5~rc2
- pe__bundle_max@Base 2.1.6
- pe__bundle_max_per_node@Base 2.1.6
- pe__bundle_needs_remote_name@Base 2.0.2
- pe__bundle_resource_state@Base 2.0.2
- pe__bundle_text@Base 2.0.3
- pe__bundle_xml@Base 2.0.3
- pe__calculate_digests@Base 2.1.1
- pe__clear_failcount@Base 2.0.1~rc2
- pe__clear_resource_flags_on_all@Base 2.1.1
- pe__clear_resource_flags_recursive@Base 2.0.5~rc2
- pe__clear_resource_history@Base 2.0.4
- pe__clone_child_id@Base 2.1.4
- pe__clone_default@Base 2.1.1
- pe__clone_is_filtered@Base 2.0.5~rc2
- pe__clone_is_ordered@Base 2.1.5
- pe__clone_max@Base 2.1.6
- pe__clone_node_max@Base 2.1.6
- pe__clone_promoted_max@Base 2.1.5
- pe__clone_promoted_node_max@Base 2.1.5
- pe__clone_xml@Base 2.0.3
- pe__cmp_node_name@Base 2.1.5
- pe__common_output_html@Base 2.0.3
- pe__common_output_text@Base 2.0.3
- pe__const_top_resource@Base 2.1.6
- pe__copy_node@Base 2.0.4
- pe__count_active_node@Base 2.1.6
- pe__count_bundle@Base 2.0.3
- pe__count_common@Base 2.0.3
- pe__create_clone_notif_pseudo_ops@Base 2.1.6
- pe__create_clone_notifications@Base 2.1.6
- pe__create_promotable_pseudo_ops@Base 2.1.5
- pe__eval_attr_expr@Base 2.0.5~rc2
- pe__eval_date_expr@Base 2.0.5~rc2
- pe__eval_op_expr@Base 2.0.5~rc2
- pe__eval_role_expr@Base 2.0.5~rc2
- pe__eval_rsc_expr@Base 2.0.5~rc2
- pe__failed_probe_for_rsc@Base 2.1.4
- pe__filter_rsc_list@Base 2.0.5~rc2
- pe__find_active_requires@Base 1.1.19
- pe__find_bundle_replica@Base 2.0.2
- pe__foreach_param_check@Base 2.0.1~rc2
- pe__free_bundle@Base 2.0.2
- pe__free_clone_notification_data@Base 2.1.6
- pe__free_digests@Base 2.1.1
- pe__free_param_checks@Base 2.0.1~rc2
- pe__group_default@Base 2.1.1
- pe__group_flag_is_set@Base 2.1.5
- pe__group_is_filtered@Base 2.0.5~rc2
- pe__group_xml@Base 2.0.3
- pe__is_bundle_node@Base 2.0.4
- pe__is_guest_node@Base 2.0.2
- pe__is_guest_or_remote_node@Base 2.0.2
- pe__is_newer_op@Base 2.1.5
- pe__is_remote_node@Base 2.0.2
- pe__is_universal_clone@Base 2.0.1~rc2
- pe__last_group_member@Base 2.1.5
- pe__name_and_nvpairs_xml@Base 2.0.3
- pe__native_is_filtered@Base 2.0.5~rc2
- pe__new_rsc_pseudo_action@Base 2.1.5
- pe__node_display_name@Base 2.0.4
- pe__node_health@Base 2.1.4
- pe__node_list2table@Base 2.0.4
- pe__order_notifs_after_fencing@Base 2.1.5
- pe__print_bundle@Base 2.0.2
- pe__register_messages@Base 2.0.3
- pe__resource_actions@Base 2.0.2
- pe__resource_contains_guest_node@Base 2.0.2
- pe__resource_description@Base 2.1.6
- pe__resource_html@Base 2.0.3
- pe__resource_is_disabled@Base 2.0.3
- pe__resource_is_remote_conn@Base 2.0.2
- pe__resource_text@Base 2.0.3
- pe__resource_xml@Base 2.0.3
- pe__rsc_has_tag@Base 2.0.5~rc2
- pe__rsc_running_on_any@Base 2.1.1
- pe__rsc_running_on_only@Base 2.1.6
- pe__rscs_brief_output@Base 2.0.3
- pe__rscs_with_tag@Base 2.0.5~rc2
- pe__set_clone_flag@Base 2.1.5
- pe__set_next_role@Base 2.1.1
- pe__set_resource_flags_recursive@Base 2.0.5~rc2
- pe__show_node_weights_as@Base 2.0.4
- pe__shutdown_requested@Base 2.0.3
- pe__sum_node_health_scores@Base 2.1.4
- pe__target_rc_from_xml@Base 2.0.3
- pe__uname_has_tag@Base 2.0.4
- pe__unames_with_tag@Base 2.0.4
- pe__unpack_bundle@Base 2.0.2
- pe__unpack_dataset_nvpairs@Base 2.0.3
- pe__update_recheck_time@Base 2.0.3
- pe_action_set_reason@Base 1.1.18~rc3
- pe_base_name_end@Base 1.1.18
- pe_bundle_replicas@Base 1.1.18~rc3
- pe_can_fence@Base 1.1.14~rc4
- pe_create_node@Base 1.1.17~rc1
- pe_create_remote_xml@Base 1.1.18~rc3
- pe_cron_range_satisfied@Base 2.0.2
- pe_eval_expr@Base 2.0.5~rc2
- pe_eval_nvpairs@Base 2.0.5~rc2
- pe_eval_rules@Base 2.0.5~rc2
- pe_eval_subexpr@Base 2.0.5~rc2
- pe_evaluate_rules@Base 2.0.3
- pe_expand_re_matches@Base 1.1.16~rc1
- pe_fence_node@Base 1.1.14~rc4
- pe_fence_op@Base 1.1.14~rc4
- pe_find_node@Base 1.1.14~rc4
- pe_find_node_any@Base 1.1.14~rc4
- pe_find_node_id@Base 1.1.14~rc4
- pe_find_resource@Base 1.1.14~rc4
- pe_find_resource_with_flags@Base 1.1.18~rc4
- pe_foreach_guest_node@Base 1.1.15~rc1
- pe_free_action@Base 1.1.14~rc4
- pe_free_working_set@Base 2.0.1~rc2
- pe_get_configured_timeout@Base 1.1.18~rc4
- pe_get_failcount@Base 1.1.18~rc4
- pe_metadata@Base 1.1.14~rc4
- pe_new_working_set@Base 2.0.1~rc2
- pe_node_attribute_calculated@Base 1.1.18~rc3
- pe_node_attribute_raw@Base 1.1.18~rc3
- pe_pref@Base 1.1.14~rc4
- pe_reset_working_set@Base 2.0.1~rc2
- pe_rsc_params@Base 2.1.1
- pe_test_expression@Base 2.0.3
- pe_test_expression_full@Base 1.1.17~rc1
- pe_test_expression_re@Base 1.1.16~rc1
- pe_test_rule@Base 2.0.3
- pe_test_rule_full@Base 1.1.17~rc1
- pe_test_rule_re@Base 1.1.16~rc1
- pe_unpack_nvpairs@Base 2.0.3
- pe_wo@Base 1.1.18~rc3
- print_rscs_brief@Base 1.1.14~rc4
- resource_class_functions@Base 1.1.14~rc4
- resource_location@Base 1.1.14~rc4
- role2text@Base 1.1.14~rc4
- rsc_action_digest_cmp@Base 1.1.14~rc4
- rsc_printable_id@Base 1.1.14~rc4
- set_working_set_defaults@Base 1.1.14~rc4
- sort_op_by_callid@Base 1.1.14~rc4
- task2text@Base 1.1.14~rc4
- test_expression@Base 1.1.14~rc4
- test_rule@Base 1.1.14~rc4
- test_ruleset@Base 1.1.14~rc4
- text2role@Base 1.1.14~rc4
- text2task@Base 1.1.14~rc4
- ticket_new@Base 1.1.14~rc4
- trigger_unfencing@Base 1.1.14~rc4
- uber_parent@Base 1.1.14~rc4
- unpack_instance_attributes@Base 1.1.14~rc4
- verify_pe_options@Base 1.1.14~rc4
- was_processing_error@Base 1.1.14~rc4
- was_processing_warning@Base 1.1.14~rc4
- xml_contains_remote_node@Base 1.1.14~rc4
diff -Nru pacemaker-2.1.6/debian/libpe-status28t64.install 
pacemaker-2.1.6/debian/libpe-status28t64.install
--- pacemaker-2.1.6/debian/libpe-status28t64.install    1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libpe-status28t64.install    2023-01-22 
12:10:39.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libpe_status.so.*
diff -Nru pacemaker-2.1.6/debian/libpe-status28t64.lintian-overrides 
pacemaker-2.1.6/debian/libpe-status28t64.lintian-overrides
--- pacemaker-2.1.6/debian/libpe-status28t64.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libpe-status28t64.lintian-overrides  2024-02-29 
19:12:31.000000000 +0000
@@ -0,0 +1 @@
+libpe-status28t64: package-name-doesnt-match-sonames libpe-status28
diff -Nru pacemaker-2.1.6/debian/libpe-status28t64.symbols 
pacemaker-2.1.6/debian/libpe-status28t64.symbols
--- pacemaker-2.1.6/debian/libpe-status28t64.symbols    1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libpe-status28t64.symbols    2024-02-29 
19:12:31.000000000 +0000
@@ -0,0 +1,214 @@
+libpe_status.so.28 libpe-status28t64 #MINVER#
+* Build-Depends-Package: pacemaker-dev
+ add_hash_param@Base 1.1.14~rc4
+ add_tag_ref@Base 1.1.14~rc4
+ calculate_active_ops@Base 1.1.14~rc4
+ cleanup_calculations@Base 1.1.14~rc4
+ clone_active@Base 1.1.14~rc4
+ clone_free@Base 1.1.14~rc4
+ clone_print@Base 1.1.14~rc4
+ clone_resource_state@Base 1.1.14~rc4
+ clone_strip@Base 1.1.14~rc4
+ clone_unpack@Base 1.1.14~rc4
+ clone_zero@Base 1.1.14~rc4
+ cluster_status@Base 1.1.14~rc4
+ common_free@Base 1.1.14~rc4
+ common_print@Base 1.1.17~rc1
+ custom_action@Base 1.1.14~rc4
+ destroy_ticket@Base 1.1.14~rc4
+ fail2text@Base 1.1.14~rc4
+ find_actions@Base 1.1.14~rc4
+ find_actions_exact@Base 1.1.14~rc4
+ find_clone_instance@Base 1.1.14~rc4
+ find_expression_type@Base 1.1.14~rc4
+ find_first_action@Base 1.1.14~rc4
+ find_operations@Base 1.1.14~rc4
+ find_rsc_op_entry@Base 1.1.14~rc4
+ get_complex_task@Base 1.1.14~rc4
+ get_effective_time@Base 1.1.14~rc4
+ get_meta_attributes@Base 1.1.14~rc4
+ get_pseudo_op@Base 1.1.14~rc4
+ get_rsc_attributes@Base 1.1.14~rc4
+ get_target_role@Base 1.1.14~rc4
+ group_active@Base 1.1.14~rc4
+ group_free@Base 1.1.14~rc4
+ group_print@Base 1.1.14~rc4
+ group_resource_state@Base 1.1.14~rc4
+ group_unpack@Base 1.1.14~rc4
+ is_parent@Base 1.1.14~rc4
+ is_set_recursive@Base 1.1.14~rc4
+ native_active@Base 1.1.14~rc4
+ native_add_running@Base 1.1.14~rc4
+ native_find_rsc@Base 1.1.14~rc4
+ native_free@Base 1.1.14~rc4
+ native_location@Base 1.1.14~rc4
+ native_parameter@Base 1.1.14~rc4
+ native_print@Base 1.1.14~rc4
+ native_resource_state@Base 1.1.14~rc4
+ native_unpack@Base 1.1.14~rc4
+ node_list_exclude@Base 1.1.14~rc4
+ order_actions@Base 1.1.14~rc4
+ pcmk__native_output_string@Base 2.1.1
+ pcmk__rsc_filtered_by_node@Base 2.0.5~rc2
+ pe__action2reason@Base 2.1.2
+ pe__add_action_expected_result@Base 2.1.5
+ pe__add_bundle_remote_name@Base 2.0.2
+ pe__add_param_check@Base 2.0.1~rc2
+ pe__build_node_name_list@Base 2.1.1
+ pe__build_rsc_list@Base 2.1.1
+ pe__bundle_active@Base 2.0.2
+ pe__bundle_containers@Base 2.1.6
+ pe__bundle_html@Base 2.0.3
+ pe__bundle_is_filtered@Base 2.0.5~rc2
+ pe__bundle_max@Base 2.1.6
+ pe__bundle_max_per_node@Base 2.1.6
+ pe__bundle_needs_remote_name@Base 2.0.2
+ pe__bundle_resource_state@Base 2.0.2
+ pe__bundle_text@Base 2.0.3
+ pe__bundle_xml@Base 2.0.3
+ pe__calculate_digests@Base 2.1.1
+ pe__clear_failcount@Base 2.0.1~rc2
+ pe__clear_resource_flags_on_all@Base 2.1.1
+ pe__clear_resource_flags_recursive@Base 2.0.5~rc2
+ pe__clear_resource_history@Base 2.0.4
+ pe__clone_child_id@Base 2.1.4
+ pe__clone_default@Base 2.1.1
+ pe__clone_is_filtered@Base 2.0.5~rc2
+ pe__clone_is_ordered@Base 2.1.5
+ pe__clone_max@Base 2.1.6
+ pe__clone_node_max@Base 2.1.6
+ pe__clone_promoted_max@Base 2.1.5
+ pe__clone_promoted_node_max@Base 2.1.5
+ pe__clone_xml@Base 2.0.3
+ pe__cmp_node_name@Base 2.1.5
+ pe__common_output_html@Base 2.0.3
+ pe__common_output_text@Base 2.0.3
+ pe__const_top_resource@Base 2.1.6
+ pe__copy_node@Base 2.0.4
+ pe__count_active_node@Base 2.1.6
+ pe__count_bundle@Base 2.0.3
+ pe__count_common@Base 2.0.3
+ pe__create_clone_notif_pseudo_ops@Base 2.1.6
+ pe__create_clone_notifications@Base 2.1.6
+ pe__create_promotable_pseudo_ops@Base 2.1.5
+ pe__eval_attr_expr@Base 2.0.5~rc2
+ pe__eval_date_expr@Base 2.0.5~rc2
+ pe__eval_op_expr@Base 2.0.5~rc2
+ pe__eval_role_expr@Base 2.0.5~rc2
+ pe__eval_rsc_expr@Base 2.0.5~rc2
+ pe__failed_probe_for_rsc@Base 2.1.4
+ pe__filter_rsc_list@Base 2.0.5~rc2
+ pe__find_active_requires@Base 1.1.19
+ pe__find_bundle_replica@Base 2.0.2
+ pe__foreach_param_check@Base 2.0.1~rc2
+ pe__free_bundle@Base 2.0.2
+ pe__free_clone_notification_data@Base 2.1.6
+ pe__free_digests@Base 2.1.1
+ pe__free_param_checks@Base 2.0.1~rc2
+ pe__group_default@Base 2.1.1
+ pe__group_flag_is_set@Base 2.1.5
+ pe__group_is_filtered@Base 2.0.5~rc2
+ pe__group_xml@Base 2.0.3
+ pe__is_bundle_node@Base 2.0.4
+ pe__is_guest_node@Base 2.0.2
+ pe__is_guest_or_remote_node@Base 2.0.2
+ pe__is_newer_op@Base 2.1.5
+ pe__is_remote_node@Base 2.0.2
+ pe__is_universal_clone@Base 2.0.1~rc2
+ pe__last_group_member@Base 2.1.5
+ pe__name_and_nvpairs_xml@Base 2.0.3
+ pe__native_is_filtered@Base 2.0.5~rc2
+ pe__new_rsc_pseudo_action@Base 2.1.5
+ pe__node_display_name@Base 2.0.4
+ pe__node_health@Base 2.1.4
+ pe__node_list2table@Base 2.0.4
+ pe__order_notifs_after_fencing@Base 2.1.5
+ pe__print_bundle@Base 2.0.2
+ pe__register_messages@Base 2.0.3
+ pe__resource_actions@Base 2.0.2
+ pe__resource_contains_guest_node@Base 2.0.2
+ pe__resource_description@Base 2.1.6
+ pe__resource_html@Base 2.0.3
+ pe__resource_is_disabled@Base 2.0.3
+ pe__resource_is_remote_conn@Base 2.0.2
+ pe__resource_text@Base 2.0.3
+ pe__resource_xml@Base 2.0.3
+ pe__rsc_has_tag@Base 2.0.5~rc2
+ pe__rsc_running_on_any@Base 2.1.1
+ pe__rsc_running_on_only@Base 2.1.6
+ pe__rscs_brief_output@Base 2.0.3
+ pe__rscs_with_tag@Base 2.0.5~rc2
+ pe__set_clone_flag@Base 2.1.5
+ pe__set_next_role@Base 2.1.1
+ pe__set_resource_flags_recursive@Base 2.0.5~rc2
+ pe__show_node_weights_as@Base 2.0.4
+ pe__shutdown_requested@Base 2.0.3
+ pe__sum_node_health_scores@Base 2.1.4
+ pe__target_rc_from_xml@Base 2.0.3
+ pe__uname_has_tag@Base 2.0.4
+ pe__unames_with_tag@Base 2.0.4
+ pe__unpack_bundle@Base 2.0.2
+ pe__unpack_dataset_nvpairs@Base 2.0.3
+ pe__update_recheck_time@Base 2.0.3
+ pe_action_set_reason@Base 1.1.18~rc3
+ pe_base_name_end@Base 1.1.18
+ pe_bundle_replicas@Base 1.1.18~rc3
+ pe_can_fence@Base 1.1.14~rc4
+ pe_create_node@Base 1.1.17~rc1
+ pe_create_remote_xml@Base 1.1.18~rc3
+ pe_cron_range_satisfied@Base 2.0.2
+ pe_eval_expr@Base 2.0.5~rc2
+ pe_eval_nvpairs@Base 2.0.5~rc2
+ pe_eval_rules@Base 2.0.5~rc2
+ pe_eval_subexpr@Base 2.0.5~rc2
+ pe_evaluate_rules@Base 2.0.3
+ pe_expand_re_matches@Base 1.1.16~rc1
+ pe_fence_node@Base 1.1.14~rc4
+ pe_fence_op@Base 1.1.14~rc4
+ pe_find_node@Base 1.1.14~rc4
+ pe_find_node_any@Base 1.1.14~rc4
+ pe_find_node_id@Base 1.1.14~rc4
+ pe_find_resource@Base 1.1.14~rc4
+ pe_find_resource_with_flags@Base 1.1.18~rc4
+ pe_foreach_guest_node@Base 1.1.15~rc1
+ pe_free_action@Base 1.1.14~rc4
+ pe_free_working_set@Base 2.0.1~rc2
+ pe_get_configured_timeout@Base 1.1.18~rc4
+ pe_get_failcount@Base 1.1.18~rc4
+ pe_metadata@Base 1.1.14~rc4
+ pe_new_working_set@Base 2.0.1~rc2
+ pe_node_attribute_calculated@Base 1.1.18~rc3
+ pe_node_attribute_raw@Base 1.1.18~rc3
+ pe_pref@Base 1.1.14~rc4
+ pe_reset_working_set@Base 2.0.1~rc2
+ pe_rsc_params@Base 2.1.1
+ pe_test_expression@Base 2.0.3
+ pe_test_expression_full@Base 1.1.17~rc1
+ pe_test_expression_re@Base 1.1.16~rc1
+ pe_test_rule@Base 2.0.3
+ pe_test_rule_full@Base 1.1.17~rc1
+ pe_test_rule_re@Base 1.1.16~rc1
+ pe_unpack_nvpairs@Base 2.0.3
+ pe_wo@Base 1.1.18~rc3
+ print_rscs_brief@Base 1.1.14~rc4
+ resource_class_functions@Base 1.1.14~rc4
+ resource_location@Base 1.1.14~rc4
+ role2text@Base 1.1.14~rc4
+ rsc_action_digest_cmp@Base 1.1.14~rc4
+ rsc_printable_id@Base 1.1.14~rc4
+ set_working_set_defaults@Base 1.1.14~rc4
+ sort_op_by_callid@Base 1.1.14~rc4
+ task2text@Base 1.1.14~rc4
+ test_expression@Base 1.1.14~rc4
+ test_rule@Base 1.1.14~rc4
+ test_ruleset@Base 1.1.14~rc4
+ text2role@Base 1.1.14~rc4
+ text2task@Base 1.1.14~rc4
+ ticket_new@Base 1.1.14~rc4
+ trigger_unfencing@Base 1.1.14~rc4
+ uber_parent@Base 1.1.14~rc4
+ unpack_instance_attributes@Base 1.1.14~rc4
+ verify_pe_options@Base 1.1.14~rc4
+ was_processing_error@Base 1.1.14~rc4
+ was_processing_warning@Base 1.1.14~rc4
+ xml_contains_remote_node@Base 1.1.14~rc4
diff -Nru pacemaker-2.1.6/debian/libstonithd26.install 
pacemaker-2.1.6/debian/libstonithd26.install
--- pacemaker-2.1.6/debian/libstonithd26.install        2023-01-22 
12:10:39.000000000 +0000
+++ pacemaker-2.1.6/debian/libstonithd26.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libstonithd.so.*
diff -Nru pacemaker-2.1.6/debian/libstonithd26.symbols 
pacemaker-2.1.6/debian/libstonithd26.symbols
--- pacemaker-2.1.6/debian/libstonithd26.symbols        2023-07-03 
20:14:19.000000000 +0000
+++ pacemaker-2.1.6/debian/libstonithd26.symbols        1970-01-01 
00:00:00.000000000 +0000
@@ -1,52 +0,0 @@
-libstonithd.so.26 libstonithd26 #MINVER#
-* Build-Depends-Package: pacemaker-dev
- create_device_registration_xml@Base 1.1.9
- create_level_registration_xml@Base 1.1.9
- get_stonith_provider@Base 1.1.9
- i_hate_pils@Base 1.1.9
- stonith__action_create@Base 2.1.5
- stonith__action_result@Base 1.1.19
- stonith__destroy_action@Base 1.1.19
- stonith__device_parameter_flags@Base 2.0.4
- stonith__event_description@Base 2.1.4
- stonith__event_execution_status@Base 2.1.4
- stonith__event_exit_reason@Base 2.1.4
- stonith__event_exit_status@Base 2.1.4
- stonith__event_state_eq@Base 2.0.5~rc2
- stonith__event_state_neq@Base 2.0.5~rc2
- stonith__event_state_pending@Base 2.0.5~rc2
- stonith__execute_async@Base 2.1.5
- stonith__execution_status@Base 2.1.4
- stonith__exit_reason@Base 2.1.4
- stonith__exit_status@Base 2.1.4
- stonith__find_xe_with_result@Base 2.1.4
- stonith__first_matching_event@Base 2.0.5~rc2
- stonith__history_description@Base 2.1.5
- stonith__later_succeeded@Base 2.0.3
- stonith__legacy2status@Base 2.1.4
- stonith__metadata_async@Base 2.1.5
- stonith__parse_targets@Base 2.0.3
- stonith__register_messages@Base 2.0.2
- stonith__result2rc@Base 2.1.4
- stonith__sort_history@Base 2.0.3
- stonith__watchdog_fencing_enabled_for_node@Base 2.1.2
- stonith__watchdog_fencing_enabled_for_node_api@Base 2.1.2
- stonith__xe_get_result@Base 2.1.4
- stonith__xe_set_result@Base 2.1.4
- stonith_action_str@Base 2.0.2
- stonith_agent_exists@Base 2.0.2
- stonith_api_connect_retry@Base 2.0.3
- stonith_api_delete@Base 1.1.9
- stonith_api_kick@Base 1.1.9
- stonith_api_new@Base 1.1.9
- stonith_api_time@Base 1.1.9
- stonith_create_op@Base 1.1.9
- stonith_dispatch@Base 1.1.9
- stonith_dump_pending_callbacks@Base 1.1.9
- stonith_get_namespace@Base 1.1.19
- stonith_history_free@Base 1.1.19
- stonith_key_value_add@Base 1.1.9
- stonith_key_value_freeall@Base 1.1.9
- stonith_namespace2text@Base 1.1.19
- stonith_op_state_str@Base 2.1.1
- stonith_text2namespace@Base 1.1.19
diff -Nru pacemaker-2.1.6/debian/libstonithd26t64.install 
pacemaker-2.1.6/debian/libstonithd26t64.install
--- pacemaker-2.1.6/debian/libstonithd26t64.install     1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libstonithd26t64.install     2023-01-22 
12:10:39.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libstonithd.so.*
diff -Nru pacemaker-2.1.6/debian/libstonithd26t64.lintian-overrides 
pacemaker-2.1.6/debian/libstonithd26t64.lintian-overrides
--- pacemaker-2.1.6/debian/libstonithd26t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libstonithd26t64.lintian-overrides   2024-02-29 
19:12:31.000000000 +0000
@@ -0,0 +1 @@
+libstonithd26t64: package-name-doesnt-match-sonames libstonithd26
diff -Nru pacemaker-2.1.6/debian/libstonithd26t64.symbols 
pacemaker-2.1.6/debian/libstonithd26t64.symbols
--- pacemaker-2.1.6/debian/libstonithd26t64.symbols     1970-01-01 
00:00:00.000000000 +0000
+++ pacemaker-2.1.6/debian/libstonithd26t64.symbols     2024-02-29 
19:12:31.000000000 +0000
@@ -0,0 +1,52 @@
+libstonithd.so.26 libstonithd26t64 #MINVER#
+* Build-Depends-Package: pacemaker-dev
+ create_device_registration_xml@Base 1.1.9
+ create_level_registration_xml@Base 1.1.9
+ get_stonith_provider@Base 1.1.9
+ i_hate_pils@Base 1.1.9
+ stonith__action_create@Base 2.1.5
+ stonith__action_result@Base 1.1.19
+ stonith__destroy_action@Base 1.1.19
+ stonith__device_parameter_flags@Base 2.0.4
+ stonith__event_description@Base 2.1.4
+ stonith__event_execution_status@Base 2.1.4
+ stonith__event_exit_reason@Base 2.1.4
+ stonith__event_exit_status@Base 2.1.4
+ stonith__event_state_eq@Base 2.0.5~rc2
+ stonith__event_state_neq@Base 2.0.5~rc2
+ stonith__event_state_pending@Base 2.0.5~rc2
+ stonith__execute_async@Base 2.1.5
+ stonith__execution_status@Base 2.1.4
+ stonith__exit_reason@Base 2.1.4
+ stonith__exit_status@Base 2.1.4
+ stonith__find_xe_with_result@Base 2.1.4
+ stonith__first_matching_event@Base 2.0.5~rc2
+ stonith__history_description@Base 2.1.5
+ stonith__later_succeeded@Base 2.0.3
+ stonith__legacy2status@Base 2.1.4
+ stonith__metadata_async@Base 2.1.5
+ stonith__parse_targets@Base 2.0.3
+ stonith__register_messages@Base 2.0.2
+ stonith__result2rc@Base 2.1.4
+ stonith__sort_history@Base 2.0.3
+ stonith__watchdog_fencing_enabled_for_node@Base 2.1.2
+ stonith__watchdog_fencing_enabled_for_node_api@Base 2.1.2
+ stonith__xe_get_result@Base 2.1.4
+ stonith__xe_set_result@Base 2.1.4
+ stonith_action_str@Base 2.0.2
+ stonith_agent_exists@Base 2.0.2
+ stonith_api_connect_retry@Base 2.0.3
+ stonith_api_delete@Base 1.1.9
+ stonith_api_kick@Base 1.1.9
+ stonith_api_new@Base 1.1.9
+ stonith_api_time@Base 1.1.9
+ stonith_create_op@Base 1.1.9
+ stonith_dispatch@Base 1.1.9
+ stonith_dump_pending_callbacks@Base 1.1.9
+ stonith_get_namespace@Base 1.1.19
+ stonith_history_free@Base 1.1.19
+ stonith_key_value_add@Base 1.1.9
+ stonith_key_value_freeall@Base 1.1.9
+ stonith_namespace2text@Base 1.1.19
+ stonith_op_state_str@Base 2.1.1
+ stonith_text2namespace@Base 1.1.19

Reply via email to