libnbd/_service

19 lines
720 B
Plaintext
Raw Normal View History

<services>
<service name="tar_scm" mode="disabled">
<param name="filename">libnbd</param>
Accepting request 1011044 from home:jfehlig:branches:Virtualization - Update to version 1.14.1: * Version 1.14.1. * copy/copy-file-to-qcow2-compressed.sh: Alternate test for compressed clusters * ci: Expire artifacts after 1 week * sh: Add workaround for macOS SIP DYLD_* environment sanitiser * info: Tone down the colours in nbdinfo normal output * tests/make-pki.sh: Use Subject Alternative Name for server certificate * info: Improve error message when the export may be unknown to the server * info: Add limited colourized output * dump: Move ANSI colours to separate library under common/include * Version 1.14.0. * docs: Finalize release notes for 1.14 * Version 1.13.9. * build: Document gmake instead of make on *BSD, macOS * build: Use GNUTLS_CFLAGS when checking for <gnutls/socket.h> * build: Remove use of $^ * copy: Skip compressed qcow2 test on older qemu-nbd * interop: Skip interop-qemu-nbd-tls-psk if qemu-nbd doesn't support PSK * tests: Check nbdkit supports --tls-verify-peer before using * docs: Document signal handling * generator: Set SO_NOSIGPIPE on sockets * lib/crypto: Use GNUTLS_NO_SIGNAL if available * docs: Add outline release notes for libnbd 1.14 * lib/crypto.c: Ignore TLS premature termination after write shutdown * lib/crypto.c: Check for <gnutls/socket.h> before including * Version 1.13.8. * generator: Add README.state-machine.md to EXTRA_DIST * generator: Fix reentry to REPLY.START when recv returns EAGAIN * generator: Move state machine documentation to a README file * tests: Avoid bash namerefs, for RHEL 7 OBS-URL: https://build.opensuse.org/request/show/1011044 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libnbd?expand=0&rev=20
2022-10-14 23:02:20 +00:00
<param name="revision">v1.14.1</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://gitlab.com/nbdkit/libnbd.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">bz2</param>
</service>
<service name="set_version" mode="disabled"/>
</services>