Fix README.posix file, as the fcrypt function is still available

This commit is contained in:
Björn Esser 2022-12-19 20:50:08 +01:00
parent c4825226ca
commit 813d7238a4
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

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