forked from pool/libqb
- 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
21 lines
614 B
Plaintext
21 lines
614 B
Plaintext
<services>
|
|
<service name="tar_scm">
|
|
<param name="scm">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">7c6e109046ec772a97a7fe2cdf61f84fc2155b7e</param>
|
|
</service>
|
|
|
|
<service name="recompress">
|
|
<param name="file">*libqb*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
|
|
<service name="set_version"/>
|
|
</services>
|