SHA256
1
0
forked from pool/libqb

Accepting request 337267 from home:yan_gao:branches:network:ha-clustering:Factory:Test

- ipc: Prevent fd and memory leaks in handle_new_connection() (bsc#947341)
 * bug-947341_libqb-ipc-fd-memory-leaks.patch

- log: don't call dlopen inside dl_iterate_phdr()
- ipc: Don't send the dispatch_del() function a closed fd
- Upstream version cs: 1a7ea3b8d8bf9d5ffbbfdc785ace2b81e9f2356d

OBS-URL: https://build.opensuse.org/request/show/337267
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=69
This commit is contained in:
Yan Gao
2015-10-09 11:34:33 +00:00
committed by Git OBS Bridge
parent f09d48bc14
commit 581ca04095
6 changed files with 50 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
Name: libqb
Version: 0.17.2+git20150824.4d817cc
Version: 0.17.2+git20151001.1a7ea3b
Release: 0
Summary: An IPC library for high performance servers
License: LGPL-2.1+
@@ -26,6 +26,7 @@ Url: https://github.com/ClusterLabs/libqb
Source0: %{name}-%{version}.tar.bz2
Source1: baselibs.conf
Patch1: libqb-configure-package-version.patch
Patch2: bug-947341_libqb-ipc-fd-memory-leaks.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
@@ -68,6 +69,7 @@ tracing, ipc, and poll.
%prep
%setup -q -n %{name}-%{version}
%patch1 -p1
%patch2 -p1
%build
./autogen.sh