From d9fe74d1f0ac86b80913e1f9c6af9d3c79da66c7fcc7bae02c7866ccb92d704d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 27 Aug 2020 13:45:22 +0000 Subject: [PATCH] add boo reference OBS-URL: https://build.opensuse.org/package/show/Archiving/brotli?expand=0&rev=26 --- brotli.changes | 3 ++- brotli.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/brotli.changes b/brotli.changes index bb03ba9..be58984 100644 --- a/brotli.changes +++ b/brotli.changes @@ -2,7 +2,8 @@ Wed Aug 26 16:30:45 UTC 2020 - Jan Engelhardt - Update to 1.0.8 - * Fix integer overflow when input chunk is longer than 2GiB + * Fix integer overflow when input chunk is longer than + 2GiB [boo#1175825] * `brotli -v` now reports raw / compressed size * decoder: minor speed / memory usage improvements * encoder: fix rare access to uninitialized data in ring-buffer diff --git a/brotli.spec b/brotli.spec index d377b55..6fdf353 100644 --- a/brotli.spec +++ b/brotli.spec @@ -27,7 +27,7 @@ Group: Productivity/Archiving/Compression URL: https://github.com/google/brotli Source: https://github.com/google/brotli/archive/v%version.tar.gz Source99: baselibs.conf -BuildRequires: cmake +BuildRequires: cmake >= 2.8.6 BuildRequires: gcc-c++ BuildRequires: gzip BuildRequires: pkg-config