From 83e810ab3649658b87f5538481dbc6bfd711f93e15f108d4a155c64d3300312d Mon Sep 17 00:00:00 2001 From: Yan Gao Date: Tue, 20 Jun 2023 05:38:20 +0000 Subject: [PATCH] Accepting request 1093858 from home:yan_gao:branches:network:ha-clustering:Factory - 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) OBS-URL: https://build.opensuse.org/request/show/1093858 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=106 --- _service | 6 +++--- _servicedata | 2 +- libqb-2.0.6+20220323.758044b.tar.xz | 3 --- libqb-2.0.7+20230607.06c8641.tar.xz | 3 +++ libqb.changes | 12 ++++++++++++ libqb.spec | 5 +++-- 6 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 libqb-2.0.6+20220323.758044b.tar.xz create mode 100644 libqb-2.0.7+20230607.06c8641.tar.xz diff --git a/_service b/_service index efbb2f4..cb45d76 100644 --- a/_service +++ b/_service @@ -8,10 +8,10 @@ To update to a new release, change "revision" to the desired git commit hash and bump "version" if necessary - 2.0.6 + 2.0.7 --> - 2.0.6+%cd.%h - v2.0.6 + 2.0.7+%cd.%h + v2.0.7 enable diff --git a/_servicedata b/_servicedata index 4deff3c..0f70f1e 100644 --- a/_servicedata +++ b/_servicedata @@ -5,4 +5,4 @@ https://github.com/ClusterLabs/libqb.git - 758044bed5f615c90818aa5431d00303288888e5 \ No newline at end of file + 06c8641de2e1fef1fc6026709fb2109fbbb79d79 \ No newline at end of file diff --git a/libqb-2.0.6+20220323.758044b.tar.xz b/libqb-2.0.6+20220323.758044b.tar.xz deleted file mode 100644 index b0d1f40..0000000 --- a/libqb-2.0.6+20220323.758044b.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6832ed3054124de2e0b77c404ab727b0fb219e8e4703309eab2df76676c595de -size 189380 diff --git a/libqb-2.0.7+20230607.06c8641.tar.xz b/libqb-2.0.7+20230607.06c8641.tar.xz new file mode 100644 index 0000000..a16eaa3 --- /dev/null +++ b/libqb-2.0.7+20230607.06c8641.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1873dc7c502e673b3316c024482555c54905dbe1b6baed3e284532f17a50e79 +size 190936 diff --git a/libqb.changes b/libqb.changes index 567e9f2..c9c34e9 100644 --- a/libqb.changes +++ b/libqb.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jun 19 18:31:05 UTC 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 07:50:45 UTC 2022 - Dirk Müller diff --git a/libqb.spec b/libqb.spec index 6b6289b..59fbc46 100644 --- a/libqb.spec +++ b/libqb.spec @@ -1,7 +1,7 @@ # # spec file for package libqb # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %bcond_without doxygen2man Name: libqb -Version: 2.0.6+20220323.758044b +Version: 2.0.7+20230607.06c8641 Release: 0 Summary: An IPC library for high performance servers License: LGPL-2.1-or-later @@ -37,6 +37,7 @@ BuildRequires: doxygen BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: procps +BuildRequires: util-linux # Need git so build-aux/git-version-gen can extract the version number and # commit hash during autogen run (not used currently) #BuildRequires: git