Replace unsafe functions in libxcrypt-compat with stubs (#1670735)

This commit is contained in:
Björn Esser 2019-01-30 10:55:59 +01:00
parent 8d59dc935a
commit acd21d69e8
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -13,7 +13,7 @@
%endif
# Replace obsolete functions with a stub?
%if (0%{?fedora} >= 999 || 0%{?rhel} >= 99) && %{with compat_pkg}
%if (0%{?fedora} >= 30 || 0%{?rhel} >= 9) && %{with compat_pkg}
%bcond_without enosys_stubs
%else
%bcond_with enosys_stubs
@ -127,7 +127,7 @@ fi \
Name: libxcrypt
Version: 4.4.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
# For explicit license breakdown, see the
@ -404,6 +404,9 @@ done
%changelog
* Wed Jan 30 2019 Björn Esser <besser82@fedoraproject.org> - 4.4.3-3
- Replace unsafe functions in libxcrypt-compat with stubs (#1670735)
* Thu Jan 24 2019 Björn Esser <besser82@fedoraproject.org> - 4.4.3-2
- Fix and simplify the conditionals for the compat package
- Add an option to replace unsafe functions in the compat lib with a stub