import mingw-zlib-1.2.12-2.el9

This commit is contained in:
CentOS Sources 2022-09-27 11:31:25 -04:00 committed by Stepan Oksanichenko
parent 0eef00a452
commit 25cecc311d
3 changed files with 12 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/zlib-1.2.11.tar.xz
SOURCES/zlib-1.2.12.tar.xz

View File

@ -1 +1 @@
e1cb0d5c92da8e9a8c2635dfa249c341dfd00322 SOURCES/zlib-1.2.11.tar.xz
37d26cd1138597c866b8e3e137156c82a0f0f960 SOURCES/zlib-1.2.12.tar.xz

View File

@ -1,8 +1,8 @@
%{?mingw_package_header}
Name: mingw-zlib
Version: 1.2.11
Release: 7%{?dist}
Version: 1.2.12
Release: 2%{?dist}
Summary: MinGW Windows zlib compression library
License: zlib
@ -140,6 +140,14 @@ rm -rf %{buildroot}%{mingw64_mandir}
%changelog
* Mon Jul 11 2022 Konstantin Kostiuk <kkostiuk@redhat.com> - 1.2.12-2
- Fix changelog
Related: rhbz#2068371
* Tue Jul 07 2022 Konstantin Kostiuk <kkostiuk@redhat.com> - 1.2.12-1
- Bump version to 1.2.12 to fix CVE-2018-25032
Related: rhbz#2068371
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.11-7
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688