From 683cdffc122b2145e5f9afcc635a9131304fc221a2ee908efce53d56af2f958a Mon Sep 17 00:00:00 2001 From: Emil Penchev Date: Wed, 7 Dec 2022 15:06:14 +0000 Subject: [PATCH] Accepting request 1040915 from home:epenchev:branches:network:ha-clustering:Factory Update to version 2.4.6 OBS-URL: https://build.opensuse.org/request/show/1040915 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/corosync?expand=0&rev=187 --- corosync-2.4.5+git.5d625cef.tar.bz2 | 3 -- corosync-2.4.6.tar.gz | 3 ++ corosync.changes | 78 +++++++++++++++++++++++++++++ corosync.spec | 4 +- 4 files changed, 83 insertions(+), 5 deletions(-) delete mode 100644 corosync-2.4.5+git.5d625cef.tar.bz2 create mode 100644 corosync-2.4.6.tar.gz diff --git a/corosync-2.4.5+git.5d625cef.tar.bz2 b/corosync-2.4.5+git.5d625cef.tar.bz2 deleted file mode 100644 index 80d9079..0000000 --- a/corosync-2.4.5+git.5d625cef.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1084104742b6e0319ae49cb02239862f9717b5a9c70612134e4afe78ddee25d7 -size 523552 diff --git a/corosync-2.4.6.tar.gz b/corosync-2.4.6.tar.gz new file mode 100644 index 0000000..4868dd7 --- /dev/null +++ b/corosync-2.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb572b99df91c2abb98b52c8b1313b89b6146d212b0e0028203cfecafe942fba +size 1268555 diff --git a/corosync.changes b/corosync.changes index 14b24fe..785e822 100644 --- a/corosync.changes +++ b/corosync.changes @@ -1,3 +1,81 @@ +------------------------------------------------------------------- +Mon Nov 21 19:56:53 UTC 2022 - Emil Penchev + +- 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 16:06:20 UTC 2022 - Emil Penchev diff --git a/corosync.spec b/corosync.spec index 0593cd1..80e4e7f 100644 --- a/corosync.spec +++ b/corosync.spec @@ -47,10 +47,10 @@ Name: corosync Summary: The Corosync Cluster Engine and Application Programming Interfaces License: BSD-3-Clause Group: Productivity/Clustering/HA -Version: 2.4.5+git.5d625cef +Version: 2.4.6 Release: 0 URL: http://corosync.github.io/corosync/ -Source0: %{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.gz Source2: baselibs.conf Patch1: upstream-afd97d7884940_coroapi-Use-size_t-for-private_data_size.patch Patch2: Fix-compile-warnings-with-GCC-7.2.1.patch