From bb431ab815603059e9c4d83a7e8429473511cd58 Mon Sep 17 00:00:00 2001 From: yan_gao <> Date: Wed, 21 Jun 2023 20:37:25 +0000 Subject: [PATCH] Update libqb to version 2.0.7+20230607.06c8641 / rev 35 via SR 1093859 https://build.opensuse.org/request/show/1093859 by user yan_gao + dimstar_suse - 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) (forwarded request 1093858 from yan_gao) --- packages/libq/libqb/.files | Bin 330 -> 330 bytes packages/libq/libqb/.rev | 15 +++++++++++++++ packages/libq/libqb/.servicemark | 1 - packages/libq/libqb/_service | 6 +++--- packages/libq/libqb/_servicedata | 2 +- .../libqb/libqb-2.0.6+20220323.758044b.tar.xz | 1 - .../libqb/libqb-2.0.7+20230607.06c8641.tar.xz | 1 + packages/libq/libqb/libqb.changes | 12 ++++++++++++ packages/libq/libqb/libqb.spec | 5 +++-- 9 files changed, 35 insertions(+), 8 deletions(-) delete mode 100644 packages/libq/libqb/.servicemark delete mode 120000 packages/libq/libqb/libqb-2.0.6+20220323.758044b.tar.xz create mode 120000 packages/libq/libqb/libqb-2.0.7+20230607.06c8641.tar.xz diff --git a/packages/libq/libqb/.files b/packages/libq/libqb/.files index 6738bec2bc73154ecd5046dc6ddb1e9d9ed4910f..58ed582049ea86c14bcd643cab30a071aecc11d7 100644 GIT binary patch literal 330 zcmXw#T}nhT421_ok)nIJ;G7;KCdFc0_rT(q-294l$ruknaIO$#8ZwC>tmkTz)&Nw36~VldWv7)(+FDD zPO~KstIcO;H?4o%zb9U3gT#;5xSSo;ynl90||3p}b fpjRvf-B!XXtq?lp)Hv(NjF)YHzpz(5y!iG5BD7Wd literal 330 zcmXw!TS^2m5JekAk)V5M@KX#)C8;EDRwHkHLw2jvzZ(iO`)2(5KG-8rY)R-zjjv>daL^K3bFvS`E z&VD-&aVrUS&{33I&OAY5WN1JLk+DQJ{^6H@0v|j+LI4N}lCPx&GyF~$|M}(CQm3sN z))-S4nvf_VB*W$aj?;o}pSN-OILfe@l@+2e^;#JMH#1|XRtgBz;OE)jOgYf$Wo&M( cT984D-EXrsYEqRub?F)BKsDv=zd&iHZ?b+@BLDyZ diff --git a/packages/libq/libqb/.rev b/packages/libq/libqb/.rev index f2257d1710a..91bb579c68a 100644 --- a/packages/libq/libqb/.rev +++ b/packages/libq/libqb/.rev @@ -325,4 +325,19 @@ Automatic submission by obs-autosubmit 991002 + + 10d966a45a07b42dd683508d090d071d + 2.0.7+20230607.06c8641 + + dimstar_suse + - 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) (forwarded request 1093858 from yan_gao) + 1093859 + diff --git a/packages/libq/libqb/.servicemark b/packages/libq/libqb/.servicemark deleted file mode 100644 index 8182dabb96e..00000000000 --- a/packages/libq/libqb/.servicemark +++ /dev/null @@ -1 +0,0 @@ -91bdaef29947f93eb1f2624248a6f26d diff --git a/packages/libq/libqb/_service b/packages/libq/libqb/_service index f9d5bd3ceab..2774be67593 100644 --- a/packages/libq/libqb/_service +++ b/packages/libq/libqb/_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/packages/libq/libqb/_servicedata b/packages/libq/libqb/_servicedata index 96f44c51445..5f80bb6a170 100644 --- a/packages/libq/libqb/_servicedata +++ b/packages/libq/libqb/_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/packages/libq/libqb/libqb-2.0.6+20220323.758044b.tar.xz b/packages/libq/libqb/libqb-2.0.6+20220323.758044b.tar.xz deleted file mode 120000 index 1f03aa1946f..00000000000 --- a/packages/libq/libqb/libqb-2.0.6+20220323.758044b.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreidiglwtavasjxrobn34ibfloj5q7mqz5dshamyj5kzn65thnrmv3y \ No newline at end of file diff --git a/packages/libq/libqb/libqb-2.0.7+20230607.06c8641.tar.xz b/packages/libq/libqb/libqb-2.0.7+20230607.06c8641.tar.xz new file mode 120000 index 00000000000..4c69b4d4ec5 --- /dev/null +++ b/packages/libq/libqb/libqb-2.0.7+20230607.06c8641.tar.xz @@ -0,0 +1 @@ +/ipfs/bafkreihbq464pric4zz3gmlmajcievk4ksif3pq3noxnhyuekmxrpjiope \ No newline at end of file diff --git a/packages/libq/libqb/libqb.changes b/packages/libq/libqb/libqb.changes index 7d46a22de1f..2a89e50a9e2 100644 --- a/packages/libq/libqb/libqb.changes +++ b/packages/libq/libqb/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/packages/libq/libqb/libqb.spec b/packages/libq/libqb/libqb.spec index 4f6dde953c2..933621deb9e 100644 --- a/packages/libq/libqb/libqb.spec +++ b/packages/libq/libqb/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