[packages/libqb] - up to 2.0.9, fix sigsegv in loop code
baggins
baggins at pld-linux.org
Mon Oct 27 18:38:54 CET 2025
commit 4663b160d403171455656543698f5cedc994b02b
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Oct 27 20:38:27 2025 +0100
- up to 2.0.9, fix sigsegv in loop code
libqb.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/libqb.spec b/libqb.spec
index c097de5..8afb07a 100644
--- a/libqb.spec
+++ b/libqb.spec
@@ -7,13 +7,13 @@
Summary: libqb - high performance client server reusable features
Summary(pl.UTF-8): libqb - wysoko wydajne funkcje architektury klient-serwer
Name: libqb
-Version: 2.0.8
-Release: 2
+Version: 2.0.9
+Release: 1
License: LGPL v2.1+
Group: Libraries
#Source0Download: https://github.com/ClusterLabs/libqb/releases
Source0: https://github.com/ClusterLabs/libqb/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 26bccc2a347ca61f08fc7a2136d43c19
+# Source0-md5: cbf1fba20e9282b570b953b8ce7e75d8
URL: https://github.com/ClusterLabs/libqb
%{?with_tests:BuildRequires: check-devel >= 0.9.4}
BuildRequires: doxygen
@@ -25,6 +25,9 @@ BuildRequires: tar >= 1:1.22
BuildRequires: xz
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# Building with -DNDEBUG causes sig11 in loop code.
+%define filterout_cpp -DNDEBUG
+
%description
libqb is a library with the primary purpose of providing high
performance client server reusable features. It provides high
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libqb.git/commitdiff/4663b160d403171455656543698f5cedc994b02b
More information about the pld-cvs-commit
mailing list