forked from pool/libqb
- Bump version to 0.16.0
- ipc_socket.c: Detect EOF connection on connection STREAM socket - ipc_socket.c: Handle the unlikely event of an EAGAIN or EINTR during dgram max size detection - Fixes sem leak - Fixes less-than-zero comparision of unsigned int - Fixes double fd close - Fixes fd leak - Fixes use ater free in shm disconnect - Fixes use after free during ipcs client disconnect - ipcc: Add abilty to verify dgram kernel buffer size meets max msg value - Upstream version cs: 75f7ed373758b3cb9087e89e4fae17379dd7b483 (v0.16.0) OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=25
This commit is contained in:
parent
4fce676b4f
commit
570d5b039c
4
_service
4
_service
@ -7,8 +7,8 @@
|
|||||||
To update to a new release, change "revision" to the desired
|
To update to a new release, change "revision" to the desired
|
||||||
git commit hash and bump "version" if necessary
|
git commit hash and bump "version" if necessary
|
||||||
-->
|
-->
|
||||||
<param name="version">0.14.4</param>
|
<param name="version">0.16.0</param>
|
||||||
<param name="revision">39e9ef542dc89893c7c5af4fbd539338266e8031</param>
|
<param name="revision">75f7ed373758b3cb9087e89e4fae17379dd7b483</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 26 01:19:30 UTC 2013 - ygao@suse.com
|
||||||
|
|
||||||
|
- Bump version to 0.16.0
|
||||||
|
- ipc_socket.c: Detect EOF connection on connection STREAM socket
|
||||||
|
- ipc_socket.c: Handle the unlikely event of an EAGAIN or EINTR during dgram max size detection
|
||||||
|
- Fixes sem leak
|
||||||
|
- Fixes less-than-zero comparision of unsigned int
|
||||||
|
- Fixes double fd close
|
||||||
|
- Fixes fd leak
|
||||||
|
- Fixes use ater free in shm disconnect
|
||||||
|
- Fixes use after free during ipcs client disconnect
|
||||||
|
- ipcc: Add abilty to verify dgram kernel buffer size meets max msg value
|
||||||
|
- Upstream version cs: 75f7ed373758b3cb9087e89e4fae17379dd7b483 (v0.16.0)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 07:38:56 UTC 2013 - ygao@suse.com
|
Mon Jul 22 07:38:56 UTC 2013 - ygao@suse.com
|
||||||
|
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libqb
|
Name: libqb
|
||||||
Version: 0.14.4
|
Version: 0.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An IPC library for high performance servers
|
Summary: An IPC library for high performance servers
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://www.libqb.org
|
Url: https://github.com/ClusterLabs/libqb
|
||||||
Source0: %{name}.tar.bz2
|
Source0: %{name}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ tracing, ipc, and poll.
|
|||||||
%setup -q -n %{name}
|
%setup -q -n %{name}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#./autogen.sh
|
./autogen.sh
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:87c5ea7bbe850c070860e8bed57a292d09f8a0eb7572abc869c6cb3b23c8e0c6
|
oid sha256:d5b677f36efc40008a3f811654438184e279eb6a231078f5af9d68940960ef2f
|
||||||
size 470615
|
size 471525
|
||||||
|
Loading…
x
Reference in New Issue
Block a user