forked from pool/libqb
- ringbuffer: Make max_size of ringbuffer accurate so shm ipc max msg size value is honored
- ipcs: For shm ipc, always retry outstanding notifications when next event is sent - ipc_socket: In fbsd send() returns ENOBUFS when dgram queue is full, this should be treated similar to EAGAIN - kqueue: Properly enable kqueue filter in poll loop - ipcs: Attempt to resend outstanding event notifications during event send - ipcs: Disconnect shm ipc connection when poll socket returns error on msg receive - ipcs: Properly disconnect client connection on POLLNVAL or any other error causing connection removal from mainloop. - Upstream version cs: 39e9ef542dc89893c7c5af4fbd539338266e8031 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=24
This commit is contained in:
parent
133518516a
commit
4fce676b4f
2
_service
2
_service
@ -8,7 +8,7 @@
|
||||
git commit hash and bump "version" if necessary
|
||||
-->
|
||||
<param name="version">0.14.4</param>
|
||||
<param name="revision">7c6e109046ec772a97a7fe2cdf61f84fc2155b7e</param>
|
||||
<param name="revision">39e9ef542dc89893c7c5af4fbd539338266e8031</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 07:38:56 UTC 2013 - ygao@suse.com
|
||||
|
||||
- ringbuffer: Make max_size of ringbuffer accurate so shm ipc max msg size value is honored
|
||||
- ipcs: For shm ipc, always retry outstanding notifications when next event is sent
|
||||
- ipc_socket: In fbsd send() returns ENOBUFS when dgram queue is full, this should be treated similar to EAGAIN
|
||||
- kqueue: Properly enable kqueue filter in poll loop
|
||||
- ipcs: Attempt to resend outstanding event notifications during event send
|
||||
- ipcs: Disconnect shm ipc connection when poll socket returns error on msg receive
|
||||
- ipcs: Properly disconnect client connection on POLLNVAL or any other error causing connection removal from mainloop.
|
||||
- Upstream version cs: 39e9ef542dc89893c7c5af4fbd539338266e8031
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 2 12:02:52 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libqb
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -31,8 +31,8 @@ BuildRequires: automake
|
||||
BuildRequires: check-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: libtool
|
||||
BuildRequires: procps
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: procps
|
||||
# Need git so build-aux/git-version-gen can extract the version number and
|
||||
# commit hash during autogen run (not used currently)
|
||||
#BuildRequires: git
|
||||
@ -44,7 +44,6 @@ tracing, ipc, and poll.
|
||||
|
||||
%package -n libqb0
|
||||
Summary: An IPC library for high performance servers
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Provides: %{name} = %{version}
|
||||
|
||||
@ -55,7 +54,6 @@ tracing, ipc, and poll.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1493db31821e43cbeb6a2d0c2dcb39401230a10e7cd0a0b2ea8c7e9b393f16db
|
||||
size 468835
|
||||
oid sha256:87c5ea7bbe850c070860e8bed57a292d09f8a0eb7572abc869c6cb3b23c8e0c6
|
||||
size 470615
|
||||
|
Loading…
x
Reference in New Issue
Block a user