From acd21d69e838a6825c9b5a9a6c08192f1d7570ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 30 Jan 2019 10:55:59 +0100 Subject: [PATCH] Replace unsafe functions in libxcrypt-compat with stubs (#1670735) --- libxcrypt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libxcrypt.spec b/libxcrypt.spec index a845ebd..2af990a 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -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 - 4.4.3-3 +- Replace unsafe functions in libxcrypt-compat with stubs (#1670735) + * Thu Jan 24 2019 Björn Esser - 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