Skip to content

Commit

Permalink
Update libqb to version 2.0.7+20230607.06c8641 / rev 35 via SR 1093859
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
yan_gao authored and bmwiedemann committed Jun 21, 2023
1 parent 53f96d7 commit bb431ab
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 8 deletions.
Binary file modified packages/libq/libqb/.files
Binary file not shown.
15 changes: 15 additions & 0 deletions packages/libq/libqb/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -325,4 +325,19 @@
<comment>Automatic submission by obs-autosubmit</comment>
<requestid>991002</requestid>
</revision>
<revision rev="35" vrev="1">
<srcmd5>10d966a45a07b42dd683508d090d071d</srcmd5>
<version>2.0.7+20230607.06c8641</version>
<time>1687379844</time>
<user>dimstar_suse</user>
<comment>- 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)</comment>
<requestid>1093859</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/libq/libqb/.servicemark

This file was deleted.

6 changes: 3 additions & 3 deletions packages/libq/libqb/_service
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
To update to a new release, change "revision" to the desired
git commit hash and bump "version" if necessary

<param name="version">2.0.6</param>
<param name="version">2.0.7</param>
-->
<param name="versionformat">2.0.6+%cd.%h</param>
<param name="revision">v2.0.6</param>
<param name="versionformat">2.0.7+%cd.%h</param>
<param name="revision">v2.0.7</param>
<param name="changesgenerate">enable</param>
</service>

Expand Down
2 changes: 1 addition & 1 deletion packages/libq/libqb/_servicedata
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
</service>
<service name="tar_scm">
<param name="url">https://github.com/ClusterLabs/libqb.git</param>
<param name="changesrevision">758044bed5f615c90818aa5431d00303288888e5</param></service></servicedata>
<param name="changesrevision">06c8641de2e1fef1fc6026709fb2109fbbb79d79</param></service></servicedata>
1 change: 0 additions & 1 deletion packages/libq/libqb/libqb-2.0.6+20220323.758044b.tar.xz

This file was deleted.

1 change: 1 addition & 0 deletions packages/libq/libqb/libqb-2.0.7+20230607.06c8641.tar.xz
12 changes: 12 additions & 0 deletions packages/libq/libqb/libqb.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jun 19 18:31:05 UTC 2023 - Yan Gao <ygao@suse.com>

- 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 <dmueller@suse.com>

Expand Down
5 changes: 3 additions & 2 deletions packages/libq/libqb/libqb.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bb431ab

Please # to comment.