forked from pool/libqb
- Simplify internal ipcs ref counting, add comments and document api behavior
- Simplifies connection ref counting without changing behavior - Fix: refcount leak - Fix: ringbuffer: Add file header version field and detect reading corrupted blackbox files using hash value - fix a problem when the character string beyond the number of the maximum characters is passed - Add a IPC service context pointer and accessors from both the connection and service level. - ringbuffer: use atomic ops on ringbuffer chunk magic - IPC: make each connection ref the owning service - Indicate when/why qb_rb_force_close() fails to remove share memory files - Deal better with corrupt blackbox files. - Upstream version cs: 7c6e109046ec772a97a7fe2cdf61f84fc2155b7e OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=21
This commit is contained in:
parent
59e9f8877e
commit
fae77086c1
4
_service
4
_service
@ -1,14 +1,14 @@
|
||||
<services>
|
||||
<service name="tar_scm">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">git://github.com/asalkeld/libqb.git</param>
|
||||
<param name="url">git://github.com/ClusterLabs/libqb.git</param>
|
||||
<param name="package-meta">yes</param>
|
||||
<!--
|
||||
To update to a new release, change "revision" to the desired
|
||||
git commit hash and bump "version" if necessary
|
||||
-->
|
||||
<param name="version">0.14.4</param>
|
||||
<param name="revision">258e86583ecd2437161211b9d70bc69229630e7e</param>
|
||||
<param name="revision">7c6e109046ec772a97a7fe2cdf61f84fc2155b7e</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress">
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fc09bc9412d33eae812a6d4f9e3f391c719a2b07755f19eb6247ddc3595265a
|
||||
size 2615450
|
||||
oid sha256:9ad7ff8b182118fce5134e545ac60157fae8ebd753ea4b638836352c44e3d9c3
|
||||
size 4501031
|
||||
|
@ -23,7 +23,7 @@ Summary: An IPC library for high performance servers
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Url: http://www.libqb.org
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source0: %{name}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
BuildRequires: autoconf
|
||||
@ -84,7 +84,7 @@ Authors:
|
||||
Angus Salkeld <asalkeld@redhat.com>
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q -n %{name}
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 2 10:39:34 UTC 2013 - ygao@suse.com
|
||||
|
||||
- Simplify internal ipcs ref counting, add comments and document api behavior
|
||||
- Simplifies connection ref counting without changing behavior
|
||||
- Fix: refcount leak
|
||||
- Fix: ringbuffer: Add file header version field and detect reading corrupted blackbox files using hash value
|
||||
- fix a problem when the character string beyond the number of the maximum characters is passed
|
||||
- Add a IPC service context pointer and accessors from both the connection and service level.
|
||||
- ringbuffer: use atomic ops on ringbuffer chunk magic
|
||||
- IPC: make each connection ref the owning service
|
||||
- Indicate when/why qb_rb_force_close() fails to remove share memory files
|
||||
- Deal better with corrupt blackbox files.
|
||||
- Upstream version cs: 7c6e109046ec772a97a7fe2cdf61f84fc2155b7e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 28 09:42:40 UTC 2013 - ygao@suse.com
|
||||
|
||||
|
@ -23,7 +23,7 @@ Summary: An IPC library for high performance servers
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Url: http://www.libqb.org
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source0: %{name}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
BuildRequires: autoconf
|
||||
@ -84,7 +84,7 @@ Authors:
|
||||
Angus Salkeld <asalkeld@redhat.com>
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q -n %{name}
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
|
3
libqb.tar.bz2
Normal file
3
libqb.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1493db31821e43cbeb6a2d0c2dcb39401230a10e7cd0a0b2ea8c7e9b393f16db
|
||||
size 468835
|
Loading…
x
Reference in New Issue
Block a user