Compare commits

...

1 Commits
c10 ... c8

Author SHA1 Message Date
4db99ab7e8 import UBI brotli-1.0.6-4.el8_10 2026-02-10 14:08:21 +00:00
2 changed files with 2063 additions and 1 deletions

2057
SOURCES/CVE-2025-6176.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
Name: brotli Name: brotli
Version: 1.0.6 Version: 1.0.6
Release: 3%{?dist} Release: 4%{?dist}
Summary: Lossless compression algorithm Summary: Lossless compression algorithm
License: MIT License: MIT
@ -15,6 +15,7 @@ URL: https://github.com/google/brotli
Source0: https://github.com/google/brotli/archive/v%{version}.tar.gz Source0: https://github.com/google/brotli/archive/v%{version}.tar.gz
Patch1: rhbz1881156.patch Patch1: rhbz1881156.patch
Patch2: CVE-2025-6176.patch
%if %{with python2} %if %{with python2}
BuildRequires: python2-devel BuildRequires: python2-devel
@ -151,6 +152,10 @@ cd ..
%changelog %changelog
* Wed Jan 28 2026 Parag Nemade <pnemade AT redhat DOT com> - 1.0.6-4
- Resolves: RHEL-133986
CVE-2025-6176 Brotli decompression bomb DoS in scrapy
* Thu Oct 01 2020 Eike Rathke <erack@redhat.com> - 1.0.6-3 * Thu Oct 01 2020 Eike Rathke <erack@redhat.com> - 1.0.6-3
- Resolves: CVE-2020-8927 - Resolves: CVE-2020-8927