add boo reference

OBS-URL: https://build.opensuse.org/package/show/Archiving/brotli?expand=0&rev=26
This commit is contained in:
Jan Engelhardt 2020-08-27 13:45:22 +00:00 committed by Git OBS Bridge
parent 36e05c72a7
commit d9fe74d1f0
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
Wed Aug 26 16:30:45 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- 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

View File

@ -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