Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libqb100 | Distribution: openSUSE Tumbleweed |
Version: 2.0.4+20211112.a2691b9 | Vendor: openSUSE |
Release: 3.3 | Build date: Tue May 10 22:53:00 2022 |
Group: System/Libraries | Build host: lamb14 |
Size: 186438 | Source RPM: libqb-2.0.4+20211112.a2691b9-3.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/ClusterLabs/libqb | |
Summary: An IPC library for high performance servers |
libqb is a library providing high performance client server reusable features. It provides logging, tracing, IPC, and polling.
LGPL-2.1-or-later
* Fri Jan 14 2022 Yan Gao <ygao@suse.com> - Retry if posix_fallocate is interrupted with EINTR (#453) (gh#ClusterLabs/libqb#451, bsc#1193737, bsc#1193912) * bsc#1193737-0001-Retry-if-posix_fallocate-is-interrupted-with-EINTR-4.patch * Thu Nov 25 2021 Dominique Leuenberger <dimstar@opensuse.org> - Inject package version differently into the build system (boo#1193087): + Drop libqb-configure-package-version.patch + copy the package version into .tarball-version (if it does not exist and we would happen to use a tarball to build). * Tue Nov 16 2021 Yan Gao <ygao@suse.com> - Update to version 2.0.4+20211112.a2691b9 (v2.0.4): - poll: Don't log in a signal handler (gh#ClusterLabs/libqb##447) - Fix pthread returns (gh#ClusterLabs/libqb#444) - doxygen2man: print structure descriptions (gh#ClusterLabs/libqb#443) - Implement heap based timer list (gh#ClusterLabs/libqb#439) * Thu Oct 07 2021 Yan Gao <ygao@suse.com> - Update to version 2.0.3+20210303.404adbc (v2.0.3): - syslog: Add a message-id parameter for messages (gh#ClusterLabs/libqb#433) - timers: Add some locking (gh#ClusterLabs/libqb#436) - ipcc: Have a few goes at tidying up after a dead server (gh#ClusterLabs/libqb#434) - strlcpy: Check for maxlen underflow (gh#ClusterLabs/libqb#432) - doxygen2man: fix printing of lines starting with '.' (gh#ClusterLabs/libqb#431) - doxygen2man: ignore all-whitespace brief descriptions (gh#ClusterLabs/libqb#430) * Fri Dec 04 2020 Yan Gao <ygao@suse.com> - Update to version 2.0.2+20201203.def947e (v2.0.2): - ipcs : Decrease log level. (#426) - cov: Quieten some covscan warnings (#427) - doxygen2man: Fix a couple of covscan-detected errors (#425) - ipcs: Add missing qb_list_del when freeing server (#423) (gh#ClusterLabs/libqb#422) - ipc: add qb_ipcc_auth_get() API call (#418) - doxygen2man: Remove horrible hack (#420) (gh#ClusterLabs/libqb#419) - doxygen2man: Add support for @code blocks (#417) - man: Tidy man pages (#416) - doxygen2man: Add option to read copyright line from the header file (#415) (gh#ClusterLabs/libqb#414) * Wed Aug 26 2020 Yan Gao <ygao@suse.com> - Update to version 2.0.1+20200729.416caf2 (v2.0.1): - unix.c: use posix_fallocate() (#409) - doxygen2man: Tidy RETURN VALUE - doxygen2man - Print structure descriptions (where available) (#408) - Make manpages (#405) - doxygen2man: Fix a couple of the worst coverity errors (#404) - doxygen2man - Lots of new features & fixes for parsing libqb manpages (#402) - array: More locking fixes (#400) - log: Fix threading races (#396) - Some bugs spotted by coverity (#399) * Mon May 04 2020 Yan Gao <ygao@suse.com> - Update to version 2.0.0+20200504.803d924 (v2.0.0): - log: journal: fix forgotten syslog reload when flipped from journal - Let remote_tempdir() assume a NUL-terminated name - Make it impossible to truncate or overflow the connection description - master: Issue 390: Clarify documentation of qb_loop_timer_expire_time_get and provide new function to return previously documented behavior (#391) (gh#ClusterLabs/libqb#390) * Mon May 04 2020 Yan Gao <ygao@suse.com> - Update to version 1.9.1+20200318.93f9975 (v1.9.1): - Doxygen2man (#388) - trie: Don't assume that chars are unsigned < 126 (#386) - list: fix list handling for gcc10 (#383) - Set correct ownership if qb_ipcs_connection_auth_set() has been used (gh#ClusterLabs/libqb#369, rh#1836146) - Allow group access to the IPC directory - Errors are represented as negative values * Mon May 04 2020 Yan Gao <ygao@suse.com> - Update to version 1.9.0+20191211.51a03aa (v1.9.0): - lib: Fix some minor warnings from newer compilers - ipc: Always initialize response struct - ringbuffer: fix mistaken errno handling around _rb_chunk_reclaim - array,log: Never set errno to a negative value - log: Set errno when qb_log_target_alloc() fails - ipc: Remove kqueue EOF log message - ipc: fix force-filesystem-sockets - IPC: server: avoid temporary channel priority loss, up to deadlock-worth (gh#ClusterLabs/libqb#352, rh#1718773, bsc#1188212) - ipc: Use mkdtemp for more secure IPC files * Wed Jun 19 2019 Yan Gao <ygao@suse.com> - Update to version 1.0.3+20190408.7cd7b06: - ipc: fixes (CVE-2019-12779, bsc#1137835) - Merge: * bsc#1137835-0002-ipc-fixes.patch - ipc: use O_EXCL on SHM files, and randomize the names (CVE-2019-12779, bsc#1137835) - Merge: * bsc#1137835-0001-ipc-use-O_EXCL-on-SHM-files-and-randomize-the-names.patch * Tue Apr 02 2019 Jan Engelhardt <jengelh@inai.de> - Drop manual requires from libqb-tests. - Let libqb-devel depend on the exact package, libqb20 not just a virtual libqb provide. - Drop redundant %if..%endif guards that do not affect the build. * Tue Apr 02 2019 Yan Gao <ygao@suse.com> - Update to version 1.0.3+20190326.a521604: - enable building / shipping of libqb-tests.rpm (bsc#1131328) * Thu Feb 07 2019 ygao@suse.com - spec: libqb-tools conflicts with libqb0 <= 1.0.3 * Tue Jan 29 2019 ygao@suse.com - spec: libqb20 provides libqb-%{version}-%{release} - spec: add missing COPYING in libqb20 package * Tue Jan 29 2019 Jan Engelhardt <jengelh@inai.de> - Trim filler wording from descriptions. Remove unnecesary pkgconfig Requires (automatically discovered). - Split non-library parts of libqb20 into libqb-tools. * Thu Jan 24 2019 ygao@suse.com - Update to version 1.0.3+20190115.c880fcf: - Add Pthreads (and possibly other) flags to the pkg-config file (#332) - skiplist: Fix previous skiplist fix
/usr/lib64/libqb.so.100 /usr/lib64/libqb.so.100.2.1 /usr/share/doc/packages/libqb100 /usr/share/doc/packages/libqb100/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jun 17 00:05:37 2022