Name: | nbdkit |
---|---|
Version: | 1.16.2 |
Release: | 4.0.1.module+el8.7.0+20894+2d7709ab |
Architecture: | x86_64 |
Module: | virt:kvm_utils:8070020230105105100:3b9f49c4 |
Group: | Unspecified |
Size: | 0 |
License: | BSD |
RPM: | nbdkit-1.16.2-4.0.1.module+el8.7.0+20894+2d7709ab.x86_64.rpm |
Source RPM: | nbdkit-1.16.2-4.0.1.module+el8.7.0+20894+2d7709ab.src.rpm |
Build Date: | Thu Jan 05 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. In Oracle Linux, 'nbdkit' is a meta-package which pulls in the core server and a useful subset of plugins and filters. 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. |
- Replace upstream references within the description tag
- 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.
- New stable version 1.4.2.
- Enable VDDK plugin on x86-64 only.
- New upstream version 1.4.1. - Small refactorings in the spec file.