Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libcorosync-devel-2.4.6-1.4 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: libcorosync-devel Distribution: openSUSE:Factory:zSystems
Version: 2.4.6 Vendor: openSUSE
Release: 1.4 Build date: Thu Jun 15 21:04:48 2023
Group: Development/Libraries/C and C++ Build host: s390zp26
Size: 219481 Source RPM: corosync-2.4.6-1.4.src.rpm
Packager: https://bugs.opensuse.org
Url: http://corosync.github.io/corosync/
Summary: The Corosync Cluster Engine Development Kit
This package contains include files and man pages used to develop using
The Corosync Cluster Engine APIs.

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Nov 21 2022 Emil Penchev <emil.penchev@suse.com>
  - Update to version 2.4.6:
    * totemsrp: More informative messages
    * icmap: fix the icmap_get_*_r functions
    * stats: Add basic schedule-miss stats to needle
    * icmap: icmap_init_r() leaks if trie_create() fails
    * test: Fix cpgtest
    * pkgconfig: Add libqb dependency
    * man: votequorum.5: use proper single quotes
    * cpg: Change downlist log level
    * totem: Increase ring_id seq after load
    * totempg: Check sanity (length) of received message
    * totemsrp: Reduce MTU to left room second mcast
    * qnetd: Rename qnetd-log.c to log.c
    * qnetd: Fix double -d description
    * qnetd: Check log initialization error
    * qnetd: Add function to set log target
    * qdevice: Use log instead of libqb log
    * qdevice: Import log instead of qdevice-log
    * qdevice: Merge msg_decode_error functions
    * qnetd: Use log-common for nodelist debug dump
    * qdevice: Configurable log priority bump
    * tests: Add utils_parse_bool_str test
    * qdevice: Free memory used by log
    * qdevice: Add log test
    * qdevice: Add header files to list of test sources
    * qdevice: Add chk variant of vsyslog to test-log
    * qdevice: Add prototype of __vsyslog_chk
    * votequorum: Ignore the icmap_get_* return value
    * logconfig: Remove double free of value
    * cmap: Assert copied string length
    * sync: Assert sync_callbacks.name length
    * votequorum: Assert copied strings length
    * cpghum: Remove unused time variables and functions
    * cfgtool: Remove unused callbacks
    * cmapctl: Free bin_value on error
    * quorumtool: Assert copied string length
    * votequorum: Reflect runtime change of 2Node to WFA
    * main: Add schedmiss timestamp into message
    * votequorum: Change check of expected_votes
    * quorumtool: Fix exit status codes
    * quorumtool: exit on invalid expected votes
    * votequorum: set wfa status only on startup
    * Revert "totemip: Add support for sin6_scope_id"
    * Revert "totemip: compare sin6_scope_id and interface_num"
    * main: Make schedmiss in cmap and log equal
    * totemip: Add support for sin6_scope_id
    * qnetd: Do not call ffsplit_do on shutdown
    * qdevice: Fix connect heuristics result callback
    * qdevice: Fix connect heuristics result callback
    * qdevice: Log adds newline automatically
    * qnetd: Fix dpd timer
    * qnetd: Add support for keep active partition vote
    * common_lib: Remove trailing spaces in cs_strerror
    * totemsrp: Move token received callback
    * tests: Use CS_DISPATCH_BLOCKING instead of cycle
    * qnetd: Fix NULL dereference of client
    * qnetd: Simplify KAP Tie-breaker logic
    * totem: Add cancel_hold_on_retransmit config option
    * logsys: Unlock config mutex on error
    * totemsrp: Switch totempg buffers at the right time
    * totemudpu: Don't block local socketpair
    * configure.ac: fix pkgconfig issue of rdma
    * totemip: Add support for sin6_scope_id
    * totemip: compare sin6_scope_id and interface_num
    * qdevice: Change log level to NOTICE on PASS
    * cfgtool: output error messages to stderr
    * tools: use util_strtonum for options checking
    * cmapctl: return EXIT_FAILURE on failure
    * quorumtool: Help shouldn't require running service
    * quorumtool: strict check for -o option
    * cmapctl: check NULL for key type and value for -p
    * man: adjust description about interface section
    * qnetd: sort by node_id when add new client
    * man: replace votequorum_poll for actually used fn
* Mon Apr 11 2022 Emil Penchev <emil.penchev@suse.com>
  - Update to version corosync-2.4.5+git.5d625cef:
    * totemudpu: Don't block local socketpair
    * totemsrp: Switch totempg buffers at the right time
    * logsys: Unlock config mutex on error
* Mon Aug 23 2021 varkoly@suse.com
  - Update to version 2.4.5+git70.64010f57:
    * totem: Add cancel_hold_on_retransmit config option
* Tue Jun 01 2021 varkoly@suse.com
  - Update to version 2.4.5+git69.6236728a:
    * man: replace votequorum_poll for actually used fn
    * qnetd: sort by node_id when add new client
    * man: adjust description about interface section
    * qnetd: Simplify KAP Tie-breaker logic
    * qnetd: Fix NULL dereference of client
    * man: votequorum.5: use proper single quotes
    * tests: Use CS_DISPATCH_BLOCKING instead of cycle
    * totemsrp: Move token received callback
    * common_lib: Remove trailing spaces in cs_strerror
    * totemsrp: More informative messages
  - Remove patches:
    bug-1166899-quorumtool-Fix-exit-status-codes.patch
    bug-1163460-totemip-Add-support-for-sin6_scope_id.patch
* Tue Mar 09 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Drop the script-dependencies on /sbin/chkconfig: deprecated
  - Drop the main package's dependency on /usr/sbin/adduser: the main
    package does not call this in the pre scripts.
  - Change Requires(pre): shadow in corosync-qdevice to
    Requires(pre): /usr/sbin/adduser (support alternartive
    implementations).
  - Use %systemd_ordering for the various, too strict, systemd script
    dependencies.
* Tue Oct 27 2020 Aleksei Burlakov <aburlakov@suse.com>
  - (Again) Fix bsc#1163460 Corosync does not support link-local IPv6 addresses
    Added: bug-1163460-totemip-Add-support-for-sin6_scope_id.patch
    Reason: This time the path will NOT cause problems when doing rolling
      upgrade, see bsc#1168771
* Wed Aug 19 2020 Dominique Leuenberger <dimstar@opensuse.org>
  - Stop mangling libexecdir: it's not needed at all.
* Wed Apr 22 2020 XinLiang <XLiang@suse.com>
  - Revoke the patch bug-1163460-totemip-Add-support-for-sin6_scope_id.patch
    Deleted: bug-1163460-totemip-Add-support-for-sin6_scope_id.patch
    Reason: That path will cause problems while doing rolling upgrade, see bsc#1168771
* Fri Mar 20 2020 XinLiang <XLiang@suse.com>
  - Fix bsc#1163460 Corosync does not support link-local IPv6 addresses
    Added: bug-1163460-totemip-Add-support-for-sin6_scope_id.patch
* Wed Mar 18 2020 XinLiang <XLiang@suse.com>
  - Fix bsc#1166899, return value of "corosync-quorumtool -s" was not correct
    Added: bug-1166899-quorumtool-Fix-exit-status-codes.patch
* Fri Jan 03 2020 matthias.gerstner@suse.com
  - Don't package sysconfig file in tmpfiles.d, it's a bug. Instead correctly
    add it to /etc/sysconfig, invoking fillup accordingly.

Files

/usr/include/corosync
/usr/include/corosync/cfg.h
/usr/include/corosync/cmap.h
/usr/include/corosync/corodefs.h
/usr/include/corosync/corotypes.h
/usr/include/corosync/cpg.h
/usr/include/corosync/hdb.h
/usr/include/corosync/quorum.h
/usr/include/corosync/sam.h
/usr/include/corosync/totem
/usr/include/corosync/totem/totem.h
/usr/include/corosync/totem/totemip.h
/usr/include/corosync/totem/totempg.h
/usr/include/corosync/votequorum.h
/usr/lib64/libcfg.so
/usr/lib64/libcmap.so
/usr/lib64/libcorosync_common.so
/usr/lib64/libcpg.so
/usr/lib64/libquorum.so
/usr/lib64/libsam.so
/usr/lib64/libtotem_pg.so
/usr/lib64/libvotequorum.so
/usr/lib64/pkgconfig/corosync.pc
/usr/lib64/pkgconfig/libcfg.pc
/usr/lib64/pkgconfig/libcmap.pc
/usr/lib64/pkgconfig/libcorosync_common.pc
/usr/lib64/pkgconfig/libcpg.pc
/usr/lib64/pkgconfig/libquorum.pc
/usr/lib64/pkgconfig/libsam.pc
/usr/lib64/pkgconfig/libtotem_pg.pc
/usr/lib64/pkgconfig/libvotequorum.pc
/usr/share/doc/packages/libcorosync-devel
/usr/share/doc/packages/libcorosync-devel/LICENSE
/usr/share/man/man3/cmap_context_get.3.gz
/usr/share/man/man3/cmap_context_set.3.gz
/usr/share/man/man3/cmap_dec.3.gz
/usr/share/man/man3/cmap_delete.3.gz
/usr/share/man/man3/cmap_dispatch.3.gz
/usr/share/man/man3/cmap_fd_get.3.gz
/usr/share/man/man3/cmap_finalize.3.gz
/usr/share/man/man3/cmap_get.3.gz
/usr/share/man/man3/cmap_inc.3.gz
/usr/share/man/man3/cmap_initialize.3.gz
/usr/share/man/man3/cmap_iter_finalize.3.gz
/usr/share/man/man3/cmap_iter_init.3.gz
/usr/share/man/man3/cmap_iter_next.3.gz
/usr/share/man/man3/cmap_set.3.gz
/usr/share/man/man3/cmap_track_add.3.gz
/usr/share/man/man3/cmap_track_delete.3.gz
/usr/share/man/man3/cpg_context_get.3.gz
/usr/share/man/man3/cpg_context_set.3.gz
/usr/share/man/man3/cpg_dispatch.3.gz
/usr/share/man/man3/cpg_fd_get.3.gz
/usr/share/man/man3/cpg_finalize.3.gz
/usr/share/man/man3/cpg_initialize.3.gz
/usr/share/man/man3/cpg_iteration_finalize.3.gz
/usr/share/man/man3/cpg_iteration_initialize.3.gz
/usr/share/man/man3/cpg_iteration_next.3.gz
/usr/share/man/man3/cpg_join.3.gz
/usr/share/man/man3/cpg_leave.3.gz
/usr/share/man/man3/cpg_local_get.3.gz
/usr/share/man/man3/cpg_mcast_joined.3.gz
/usr/share/man/man3/cpg_membership_get.3.gz
/usr/share/man/man3/cpg_model_initialize.3.gz
/usr/share/man/man3/cpg_zcb_alloc.3.gz
/usr/share/man/man3/cpg_zcb_free.3.gz
/usr/share/man/man3/cpg_zcb_mcast_joined.3.gz
/usr/share/man/man3/quorum_context_get.3.gz
/usr/share/man/man3/quorum_context_set.3.gz
/usr/share/man/man3/quorum_dispatch.3.gz
/usr/share/man/man3/quorum_fd_get.3.gz
/usr/share/man/man3/quorum_finalize.3.gz
/usr/share/man/man3/quorum_getquorate.3.gz
/usr/share/man/man3/quorum_initialize.3.gz
/usr/share/man/man3/quorum_trackstart.3.gz
/usr/share/man/man3/quorum_trackstop.3.gz
/usr/share/man/man3/sam_data_getsize.3.gz
/usr/share/man/man3/sam_data_restore.3.gz
/usr/share/man/man3/sam_data_store.3.gz
/usr/share/man/man3/sam_finalize.3.gz
/usr/share/man/man3/sam_hc_callback_register.3.gz
/usr/share/man/man3/sam_hc_send.3.gz
/usr/share/man/man3/sam_initialize.3.gz
/usr/share/man/man3/sam_mark_failed.3.gz
/usr/share/man/man3/sam_register.3.gz
/usr/share/man/man3/sam_start.3.gz
/usr/share/man/man3/sam_stop.3.gz
/usr/share/man/man3/sam_warn_signal_set.3.gz
/usr/share/man/man3/votequorum_context_get.3.gz
/usr/share/man/man3/votequorum_context_set.3.gz
/usr/share/man/man3/votequorum_dispatch.3.gz
/usr/share/man/man3/votequorum_fd_get.3.gz
/usr/share/man/man3/votequorum_finalize.3.gz
/usr/share/man/man3/votequorum_getinfo.3.gz
/usr/share/man/man3/votequorum_initialize.3.gz
/usr/share/man/man3/votequorum_qdevice_master_wins.3.gz
/usr/share/man/man3/votequorum_qdevice_poll.3.gz
/usr/share/man/man3/votequorum_qdevice_register.3.gz
/usr/share/man/man3/votequorum_qdevice_unregister.3.gz
/usr/share/man/man3/votequorum_qdevice_update.3.gz
/usr/share/man/man3/votequorum_setexpected.3.gz
/usr/share/man/man3/votequorum_setvotes.3.gz
/usr/share/man/man3/votequorum_trackstart.3.gz
/usr/share/man/man3/votequorum_trackstop.3.gz
/usr/share/man/man8/cmap_overview.8.gz
/usr/share/man/man8/cpg_overview.8.gz
/usr/share/man/man8/quorum_overview.8.gz
/usr/share/man/man8/sam_overview.8.gz
/usr/share/man/man8/votequorum_overview.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024