Name: | nbdkit-basic-filters |
---|---|
Version: | 1.24.0 |
Release: | 4.module+el8.6.0+20659+3dcf7c70 |
Architecture: | aarch64 |
Module: | virt:ol:8060020220408104655:d63f516d virt:ol:8060020220616155742:ad008a3a virt:ol:8060020220829210852:ad008a3a virt:ol:8060020221006123628:ad008a3a |
Group: | Unspecified |
Size: | 2279860 |
License: | BSD |
RPM: | nbdkit-basic-filters-1.24.0-4.module+el8.6.0+20659+3dcf7c70.aarch64.rpm |
Source RPM: | nbdkit-1.24.0-4.module+el8.6.0+20659+3dcf7c70.src.rpm |
Build Date: | Wed May 11 2022 |
Build Host: | build-ol8-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/libguestfs/nbdkit |
Summary: | Basic filters for nbdkit |
Description: | This package contains filters for nbdkit which only depend on simple C libraries: glibc, gnutls. Other filters for nbdkit with more complex dependencies are packaged separately. nbdkit-blocksize-filter Adjust block size of requests sent to plugins. nbdkit-cache-filter Server-side cache. nbdkit-cacheextents-filter Cache extents. nbdkit-checkwrite-filter Check writes match contents of plugin. nbdkit-cow-filter Copy-on-write overlay for read-only plugins. nbdkit-ddrescue-filter Filter for serving from ddrescue dump. nbdkit-delay-filter Inject read and write delays. nbdkit-error-filter Inject errors. nbdkit-exitlast-filter Exit on last client connection. nbdkit-exitwhen-filter Exit gracefully when an event occurs. nbdkit-exportname-filter Adjust export names between client and plugin. nbdkit-extentlist-filter Place extent list over a plugin. nbdkit-fua-filter Modify flush behaviour in plugins. nbdkit-ip-filter Filter clients by IP address. nbdkit-limit-filter Limit nr clients that can connect concurrently. nbdkit-log-filter Log all transactions to a file. nbdkit-nocache-filter Disable cache requests in the underlying plugin. nbdkit-noextents-filter Disable extents in the underlying plugin. nbdkit-nofilter-filter Passthrough filter. nbdkit-noparallel-filter Serialize requests to the underlying plugin. nbdkit-nozero-filter Adjust handling of zero requests by plugins. nbdkit-offset-filter Serve an offset and range. nbdkit-partition-filter Serve a single partition. nbdkit-pause-filter Pause NBD requests. nbdkit-rate-filter Limit bandwidth by connection or server. nbdkit-readahead-filter Prefetch data when reading sequentially. nbdkit-retry-filter Reopen connection on error. nbdkit-stats-filter Display statistics about operations. nbdkit-swab-filter Filter for swapping byte order. nbdkit-tls-fallback-filter TLS protection filter. nbdkit-truncate-filter Truncate, expand, round up or round down size. |
- 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.