Name: | rust-brotli+sha2-devel |
---|---|
Version: | 3.3.4 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 1990 |
License: | BSD-3-Clause |
RPM: | rust-brotli+sha2-devel-3.3.4-1.el9.noarch.rpm |
Source RPM: | rust-brotli-3.3.4-1.el9.src.rpm |
Build Date: | Thu Jan 05 2023 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://crates.io/crates/brotli |
Summary: | Brotli compressor and decompressor with no_std support |
Description: | Brotli compressor and decompressor with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe. This package contains library source intended for building other packages which use the "sha2" feature of the "brotli" crate. |
- Update to version 3.3.4; Fixes RHBZ#2070425
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Update to version 3.3.3; Fixes RHBZ#2041012
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Update to version 3.3.2; Fixes RHBZ#1988749
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Fix FTI issues for some features.