Name: | nbdkit |
---|---|
Version: | 1.24.0 |
Release: | 4.module+el8.7.0+21039+ad7f83f7 |
Architecture: | x86_64 |
Module: | virt:kvm_utils3:8070020230515145800:3b9f49c4 |
Group: | Unspecified |
Size: | 0 |
License: | BSD |
RPM: | nbdkit-1.24.0-4.module+el8.7.0+21039+ad7f83f7.x86_64.rpm |
Source RPM: | nbdkit-1.24.0-4.module+el8.7.0+21039+ad7f83f7.src.rpm |
Build Date: | Mon May 15 2023 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/libguestfs/nbdkit |
Summary: | NBD server |
Description: | NBD is a protocol for accessing block devices (hard disks and disk-like things) over the network. nbdkit is a toolkit for creating NBD servers. The key features are: * Multithreaded NBD server written in C with good performance. * Minimal dependencies for the basic server. * Liberal license (BSD) allows nbdkit to be linked to proprietary libraries or included in proprietary code. * Well-documented, simple plugin API with a stable ABI guarantee. Lets you to export "unconventional" block devices easily. * You can write plugins in C or many other languages. * Filters can be stacked in front of plugins to transform the output. 'nbdkit' is a meta-package which pulls in the core server and a useful subset of plugins and filters with minimal dependencies. If you want just the server, install 'nbdkit-server'. To develop plugins, install the 'nbdkit-devel' package and start by reading the nbdkit(1) and nbdkit-plugin(3) manual pages. |
- Fix build on RHEL 8.6 with qemu >= 6.1 resolves: rhbz#2045945
- Fix CVE-2021-3716 NBD_OPT_STRUCTURED_REPLY injection on STARTTLS resolves: rhbz#1994915
- Fix data corruption in zero and trim on unaligned tail resolves: rhbz#1990135
- Resolves: bz#2000225 (Rebase virt:rhel module:stream based on AV-8.6)
- Resolves: bz#1810193 (Upgrade components in virt:rhel module:stream for RHEL-8.3 release)
- Resolves: bz#1810193 (Upgrade components in virt:rhel module:stream for RHEL-8.3 release)
- Rebuild all virt packages to fix RHEL's upgrade path - Resolves: rhbz#1695587 (Ensure modular RPM upgrade path)
- Remove misguided LDFLAGS hack which removed server hardening. https://bugzilla.redhat.com/show_bug.cgi?id=1624149#c6 resolves: rhbz#1624149
- Use platform-python resolves: rhbz#1659159
- Add Enhanced Python error reporting resolves: rhbz#1614750. - Use copy-patches.sh script.