Replace unsafe functions in libxcrypt-compat with stubs (#1670735)
This commit is contained in:
parent
8d59dc935a
commit
acd21d69e8
@ -13,7 +13,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Replace obsolete functions with a stub?
|
# 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
|
%bcond_without enosys_stubs
|
||||||
%else
|
%else
|
||||||
%bcond_with enosys_stubs
|
%bcond_with enosys_stubs
|
||||||
@ -127,7 +127,7 @@ fi \
|
|||||||
|
|
||||||
Name: libxcrypt
|
Name: libxcrypt
|
||||||
Version: 4.4.3
|
Version: 4.4.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
|
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
|
||||||
|
|
||||||
# For explicit license breakdown, see the
|
# For explicit license breakdown, see the
|
||||||
@ -404,6 +404,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 24 2019 Björn Esser <besser82@fedoraproject.org> - 4.4.3-2
|
||||||
- Fix and simplify the conditionals for the compat package
|
- Fix and simplify the conditionals for the compat package
|
||||||
- Add an option to replace unsafe functions in the compat lib with a stub
|
- Add an option to replace unsafe functions in the compat lib with a stub
|
||||||
|
Loading…
Reference in New Issue
Block a user