brotli 1.0.7-6ubuntu0.1 source package in Ubuntu

Changelog

brotli (1.0.7-6ubuntu0.1) focal-security; urgency=medium

  * SECURITY UPDATE: Buffr overflow
    - debian/patches/CVE-2020-8927.patch: fix potential overflow when
      input chunk is >2GiB in c/common/*, c/dec/*, c/enc/*,
      research/brotli_decoder.c, research/draw_histogram.cc,
      scripts/.bintray.json, scripts/source.lst, setup.py.
    - CVE-2020-8927

 -- <email address hidden> (Leonidas S. Barbosa)  Mon, 28 Sep 2020 14:25:38 -0300

Upload details

Uploaded by:
Leonidas S. Barbosa
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates main misc
Focal security main misc

Downloads

File Size SHA-256 Checksum
brotli_1.0.7.orig.tar.gz 22.7 MiB 4c61bfb0faca87219ea587326c467b95acb25555b53d1a421ffa3c8a9296ee2c
brotli_1.0.7-6ubuntu0.1.debian.tar.xz 13.4 KiB a1c204cac9e247319726c8ac2a0635a3f5ee8c88b163aa2b7f33110a02975536
brotli_1.0.7-6ubuntu0.1.dsc 2.3 KiB 3a2959d18e10cbd4b8c258b0a8a524b315de20d214f10c53a48aface7cc3676d

View changes file

Binary packages built by this source

brotli: lossless compression algorithm and format (command line utility)

 Brotli is a generic-purpose lossless compression algorithm
 that compresses data using a combination of a modern variant
 of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
 with a compression ratio comparable to the best currently available
 general-purpose compression methods. It is similar in speed with
 deflate but offers more dense compression.
 .
 This package installs a command line utility.

brotli-dbgsym: debug symbols for brotli
libbrotli-dev: library implementing brotli encoder and decoder (development files)

 Brotli is a generic-purpose lossless compression algorithm
 that compresses data using a combination of a modern variant
 of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
 with a compression ratio comparable to the best currently available
 general-purpose compression methods. It is similar in speed with
 deflate but offers more dense compression.
 .
 This package installs development files.

libbrotli1: library implementing brotli encoder and decoder (shared libraries)

 Brotli is a generic-purpose lossless compression algorithm
 that compresses data using a combination of a modern variant
 of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
 with a compression ratio comparable to the best currently available
 general-purpose compression methods. It is similar in speed with
 deflate but offers more dense compression.
 .
 This package installs shared libraries.

libbrotli1-dbgsym: debug symbols for libbrotli1
python3-brotli: lossless compression algorithm and format (Python 3 version)

 Brotli is a generic-purpose lossless compression algorithm
 that compresses data using a combination of a modern variant
 of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
 with a compression ratio comparable to the best currently available
 general-purpose compression methods. It is similar in speed with
 deflate but offers more dense compression.
 .
 This package installs a Python 3 module.

python3-brotli-dbgsym: debug symbols for python3-brotli