Changelog for
libqb-tests-2.0.8+20230721.002171b-175.18.i586.rpm :
* Mon Jul 24 2023 Yan Gao
- Update to version 2.0.8+20230721.002171b (v2.0.8):- log: fix potential overflow with long log messages (gh#ClusterLabs/libqb#490, CVE-2023-39976, bsc#1214066)
* Mon Jun 19 2023 Yan Gao - Update to version 2.0.7+20230607.06c8641 (v2.0.7):- blackbox: fix potential overlow/memory corruption (gh#ClusterLabs/libqb#486)- tests: allow -j to work (gh#ClusterLabs/libqb#485)- strlcpy: avoid compiler warning from strncpy (gh#ClusterLabs/libqb#473)- timer: Move state check to before time check (gh#ClusterLabs/libqb#479)- ipc: Retry receiving credentials if the the message is short (gh#ClusterLabs/libqb#476, rh#2111711)- lib: Fix some small bugs spotted by newest covscan (gh#ClusterLabs/libqb#471)- doxygen2man: Fix function parameter alignment (gh#ClusterLabs/libqb#468)
* Thu Apr 21 2022 Dirk Müller - Make sure that the libstat_wrapper.so library is included in the libqb-tests RPM (when built)
* Wed Mar 23 2022 Yan Gao - Update to version 2.0.6+20220323.758044b (v2.0.6):- test: Include ipc_sock.test in the libqb-tests rpm (gh#ClusterLabs/libqb##463)
* Wed Mar 23 2022 Yan Gao - Update to version 2.0.5+20220321.ccdaada (v2.0.5):- blackbox: Sanitize items read from the blackbox header (gh#ClusterLabs/libqb#438)- ipcc: Fix errno returned from qb_ipcc_connect (gh#ClusterLabs/libqb#460)- util: reimplement time functions as a series of fallbacks (gh#ClusterLabs/libqb#457)- util: use HAVE_GETTIMEOFDAY where appropriate- Retry if posix_fallocate is interrupted with EINTR (#453) (gh#ClusterLabs/libqb#451, bsc#1193737, bsc#1193912)- Merge:
* bsc#1193737-0001-Retry-if-posix_fallocate-is-interrupted-with-EINTR-4.patch- ipcc: Add an async connect API (gh#ClusterLabs/libqb#450)
* Fri Jan 14 2022 Yan Gao - 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 - 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 - 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 - 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 - 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 AATTcode blocks (#417)- man: Tidy man pages (#416)- doxygen2man: Add option to read copyright line from the header file (#415) (gh#ClusterLabs/libqb#414)