Name: | libnbd |
---|---|
Version: | 1.18.1 |
Release: | 3.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 523780 |
License: | LGPL-2.0-or-later AND BSD-3-Clause |
RPM: | libnbd-1.18.1-3.el9.aarch64.rpm |
Source RPM: | libnbd-1.18.1-3.el9.src.rpm |
Build Date: | Tue Apr 09 2024 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://gitlab.com/nbdkit/libnbd |
Summary: | NBD client library in userspace |
Description: | NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. This is the NBD client library in userspace, a simple library for writing NBD clients. The key features are: * Synchronous and asynchronous APIs, both for ease of use and for writing non-blocking, multithreaded clients. * High performance. * Minimal dependencies for the basic library. * Well-documented, stable API. * Bindings in several programming languages. |
- Backport unit test of recent libnbd API addition resolves: RHEL-16292
- Fix assertion in ext-mode BLOCK_STATUS (CVE-2023-5871) resolves: RHEL-15143
- Rebase to 1.18.1 resolves: RHEL-14476
- Rebase to 1.16.0 resolves: rhbz#2168628
- Rebase to new stable branch version 1.14.2 resolves: rhbz#2135764
- Rebase to new stable branch version 1.12.6 resolves: rhbz#2059288 - New tool: nbddump - nbdcopy: Use preferred block size for copying related: rhbz#2047660 - Fix remote TLS failures resolves: rhbz#2111524 (and 2111813)
- Rebase to new stable branch version 1.10.5 resolves: rhbz#2011708 - Map uint32_t to OCaml int64 to avoid signedness problems resolves: rhbz#2040610 - CVE-2022-0485 nbdcopy destination image corruption - New upstream API to control initialization of pread buffer resolves: rhbz#2046194