import libxcrypt-4.1.1-6.el8

This commit is contained in:
CentOS Sources 2021-11-09 05:04:04 -05:00 committed by Stepan Oksanichenko
parent 6113b63613
commit e294b9fae5
2 changed files with 1045 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
Name: libxcrypt Name: libxcrypt
Version: 4.1.1 Version: 4.1.1
Release: 4%{?dist} Release: 6%{?dist}
Summary: Extended crypt library for DES, MD5, Blowfish and others Summary: Extended crypt library for DES, MD5, Blowfish and others
# For explicit license breakdown, see the # For explicit license breakdown, see the
@ -29,6 +29,8 @@ URL: https://github.com/besser82/%{name}
Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch1: libxcrypt-rh1612157.patch Patch1: libxcrypt-rh1612157.patch
Patch2: libxcrypt-rh1613537.patch Patch2: libxcrypt-rh1613537.patch
# fix for salt interoperability issue: https://github.com/besser82/libxcrypt/pull/106
Patch3: libxcrypt-rh1899716.patch
BuildRequires: fipscheck BuildRequires: fipscheck
BuildRequires: libtool BuildRequires: libtool
@ -181,6 +183,13 @@ is highly discouraged.
%changelog %changelog
* Thu Apr 29 2021 Stanislav Zidek <szidek@redhat.com> - 4.1.1-6
+ libxcrypt-4.1.1-6
- Rebuilt with fixed binutils (#1954438)
* Wed Apr 7 2021 Stanislav Zidek <szidek@redhat.com> - 4.1.1-5
- Fixed salt interoperability issue (#1899716)
* Wed Aug 8 2018 Florian Weimer <fweimer@redhat.com> - 4.1.1-4 * Wed Aug 8 2018 Florian Weimer <fweimer@redhat.com> - 4.1.1-4
- Move development panpages to libxcrypt-devel (#1613824) - Move development panpages to libxcrypt-devel (#1613824)