diff --git a/libxcrypt.spec b/libxcrypt.spec index 66255fe..ac8a905 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -360,12 +360,12 @@ EOF %if %{with enosys_stubs} cat << EOF >> README.posix This version of the libcrypt.so.1 library has entirely removed -the functionality of the encrypt, encrypt_r, setkey, setkey_r, -and fcrypt functions, while keeping fully binary compatibility -with existing (third-party) applications possibly still using -those funtions. If such an application attemps to call one of -these functions, the corresponding function will indicate that -it is not supported by the system in a POSIX-compliant way. +the functionality of the encrypt, encrypt_r, setkey, and setkey_r +functions, while keeping fully binary compatibility with existing +(third-party) applications possibly still using those funtions. +If such an application attemps to call one of these functions, the +corresponding function will indicate that it is not supported by +the system in a POSIX-compliant way. For security reasons, the encrypt and encrypt_r functions will also overwrite their data-block argument with random bits. @@ -585,6 +585,7 @@ done * Mon Dec 19 2022 Björn Esser - 4.4.33-5 - Simplify transitional Requires and Obsoletes for legacy packages - Drop versioned BR on perl-interpreter +- Fix README.posix file, as the fcrypt function is still available * Tue Dec 13 2022 Björn Esser - 4.4.33-4 - Add upstream patch to improve performance on SHA512 computation