--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-8831059030
2024-10-12 01:50:41.048913
--------------------------------------------------------------------------------

Name        : rust-brotli-decompressor
Product     : Fedora 39
Version     : 4.0.1
Release     : 1.fc39
URL         : https://crates.io/crates/brotli-decompressor
Summary     : Brotli decompressor with no_std support
Description :
A brotli decompressor that 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. Alternatively,
--features=unsafe turns off array bounds checks and memory
initialization but provides a safe interface for the caller.  Without
adding the --features=unsafe argument, all included code is safe. For
compression in addition to this library, download
https://github.com/dropbox/rust-brotli.

--------------------------------------------------------------------------------
Update Information:

Update rust-brotli-decompressor to 4.0.1, rust-brotli to 7.0.0, and rust-async-
compression to 0.4.13. Patch dependent packages as needed to avoid compat
packages.
Rebuild with the latest Rust crate dependency versions; fix automatic provides
on Python extension due to SONAME when built with Rust 1.81 or later.
--------------------------------------------------------------------------------
ChangeLog:

* Tue Sep 24 2024 Benjamin A. Beasley  - 4.0.1-1
- Update to 4.0.1 (close RHBZ#2272915)
- Reduce the debuginfo level as a workaround for very slow test
  compilation.
* Fri Jul 19 2024 Fedora Release Engineering  - 2.5.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering  - 2.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2272914 - rust-brotli-6.0.0 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2272914
  [ 2 ] Bug #2272915 - rust-brotli-decompressor-4.0.1 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2272915
  [ 3 ] Bug #2273733 - rust-async-compression-0.4.12 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2273733
  [ 4 ] Bug #2316061 - rust-brotli-7.0.0 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2316061
  [ 5 ] Bug #2316120 - rust-async-compression-0.4.13 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2316120
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-8831059030' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------

-- 
_______________________________________________
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue

Fedora 39: rust-brotli-decompressor 2024-8831059030 Security Advisory Updates

October 12, 2024
Update rust-brotli-decompressor to 4.0.1, rust-brotli to 7.0.0, and rust-async- compression to 0.4.13

Summary

A brotli decompressor that 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. Alternatively,

--features=unsafe turns off array bounds checks and memory

initialization but provides a safe interface for the caller. Without

adding the --features=unsafe argument, all included code is safe. For

compression in addition to this library, download

https://github.com/dropbox/rust-brotli.

Update Information:

Update rust-brotli-decompressor to 4.0.1, rust-brotli to 7.0.0, and rust-async- compression to 0.4.13. Patch dependent packages as needed to avoid compat packages. Rebuild with the latest Rust crate dependency versions; fix automatic provides on Python extension due to SONAME when built with Rust 1.81 or later.

Change Log

* Tue Sep 24 2024 Benjamin A. Beasley - 4.0.1-1 - Update to 4.0.1 (close RHBZ#2272915) - Reduce the debuginfo level as a workaround for very slow test compilation. * Fri Jul 19 2024 Fedora Release Engineering - 2.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jan 26 2024 Fedora Release Engineering - 2.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

References

[ 1 ] Bug #2272914 - rust-brotli-6.0.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2272914 [ 2 ] Bug #2272915 - rust-brotli-decompressor-4.0.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=2272915 [ 3 ] Bug #2273733 - rust-async-compression-0.4.12 is available https://bugzilla.redhat.com/show_bug.cgi?id=2273733 [ 4 ] Bug #2316061 - rust-brotli-7.0.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2316061 [ 5 ] Bug #2316120 - rust-async-compression-0.4.13 is available https://bugzilla.redhat.com/show_bug.cgi?id=2316120

Update Instructions

This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2024-8831059030' at the command line. For more information, refer to the dnf documentation available at http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

Severity
Name : rust-brotli-decompressor
Product : Fedora 39
Version : 4.0.1
Release : 1.fc39
URL : https://crates.io/crates/brotli-decompressor
Summary : Brotli decompressor with no_std support

Related News