[1/6] Rebase to 1.2.12

Resolves: CVE-2018-25032, BZ#2069002
This commit is contained in:
Lukas Javorsky 2022-06-22 17:04:21 +00:00
parent e6d794cc6e
commit 63d5e2b83d
3 changed files with 9 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
/zlib-1.2.11.tar.xz
/zlib-1.2.12.tar.gz
/zlib-1.2.12.tar.xz

View File

@ -1 +1 @@
SHA512 (zlib-1.2.11.tar.xz) = b7f50ada138c7f93eb7eb1631efccd1d9f03a5e77b6c13c8b757017b2d462e19d2d3e01c50fad60a4ae1bc86d431f6f94c72c11ff410c25121e571953017cb67
SHA512 (zlib-1.2.12.tar.xz) = 12940e81e988f7661da52fa20bdc333314ae86a621fdb748804a20840b065a1d6d984430f2d41f3a057de0effc6ff9bcf42f9ee9510b88219085f59cbbd082bd

View File

@ -1,8 +1,8 @@
%bcond_without minizip
Name: zlib
Version: 1.2.11
Release: 32%{?dist}
Version: 1.2.12
Release: 1%{?dist}
Summary: Compression and decompression library
# /contrib/dotzlib/ have Boost license
License: zlib and Boost
@ -183,6 +183,10 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
%changelog
* Tue Apr 05 2022 Lukas Javorsky <ljavorsk@redhat.com> - 1.2.12-1
- Rebase to 1.2.12
- Resolves: CVE-2018-25032
* Mon Feb 28 2022 Lukas Javorsky <ljavorsk@redhat.com> - 1.2.11-32
- Apply IBM patch for compressBound() function
- Source from https://github.com/madler/zlib/issues/410#issuecomment-947212824