forked from pool/libqb
- IPC: call poll if we are mid message and get EAGAIN - Make sure that mmap'ed files smaller than a page size are written to. - IPC: Pass the timeout to poll() if the recv function returns EAGAIN - LOG: make the format comparison safe and sane - LOG: don't break on empty callsites, just ignore them - LOG: use the array callback to register new callsites - array: add a mechanism to get a callback when a bin is allocated - Fix a crash in ptrie if you iterate over the map in the deleted notifier. - Make sure atomic's are initialized (for non-gcc atomic). - ipc_us: slightly more robust cmsg handling - ipc_us: on Linux, set SO_PASSCRED on the sending socket too - blackbox: fix 64-bit big-endian issues - RB: change the #error to ENOTSUP if no usable shared process sem - LOG: Make sure the semaphores are initialized. - Upstream version cs: 709b32de434ec157ec2a73153e58ffec186ae660 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=14
21 lines
611 B
Plaintext
21 lines
611 B
Plaintext
<services>
|
|
<service name="tar_scm">
|
|
<param name="scm">git</param>
|
|
<param name="url">git://github.com/asalkeld/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.3</param>
|
|
<param name="revision">709b32de434ec157ec2a73153e58ffec186ae660</param>
|
|
</service>
|
|
|
|
<service name="recompress">
|
|
<param name="file">*libqb*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
|
|
<service name="set_version"/>
|
|
</services>
|