Rebuilt against libxcrypt-4.3.3 to enable the use of crypt_gensalt_r
PAM preferes the crypt_gensalt_r function over its internal crypt_make_salt function, when this function is provided by the system's crypt library. libxcrypt now ships (and used to ship it until v3.1.1) such an alias for its crypt_gensalt_rn function, which features the same semantics and the same prototype as the crypt_gensalt_r function existing on some systems.
This commit is contained in:
parent
fd5858157e
commit
47165fb66c
5
pam.spec
5
pam.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: An extensible library which provides authentication for applications
|
Summary: An extensible library which provides authentication for applications
|
||||||
Name: pam
|
Name: pam
|
||||||
Version: 1.3.1
|
Version: 1.3.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
# The library is BSD licensed with option to relicense as GPLv2+
|
# The library is BSD licensed with option to relicense as GPLv2+
|
||||||
# - this option is redundant as the BSD license allows that anyway.
|
# - this option is redundant as the BSD license allows that anyway.
|
||||||
# pam_timestamp, pam_loginuid, and pam_console modules are GPLv2+.
|
# pam_timestamp, pam_loginuid, and pam_console modules are GPLv2+.
|
||||||
@ -370,6 +370,9 @@ done
|
|||||||
%doc doc/specs/rfc86.0.txt
|
%doc doc/specs/rfc86.0.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 12 2018 Björn Esser <besser82@fedoraproject.org> - 1.3.1-5
|
||||||
|
- rebuilt against libxcrypt-4.3.3 to enable the use of crypt_gensalt_r
|
||||||
|
|
||||||
* Mon Sep 10 2018 Tomáš Mráz <tmraz@redhat.com> 1.3.1-4
|
* Mon Sep 10 2018 Tomáš Mráz <tmraz@redhat.com> 1.3.1-4
|
||||||
- add pam_umask to postlogin PAM configuration file
|
- add pam_umask to postlogin PAM configuration file
|
||||||
- fix some issues found by Coverity scan
|
- fix some issues found by Coverity scan
|
||||||
|
Loading…
Reference in New Issue
Block a user