- Update to 1.5.0
- obsoletes pam-bsc1178727-initialize-daysleft.patch - Multiple minor bug fixes, portability fixes, and documentation improvements. - Extended libpam API with pam_modutil_check_user_in_passwd function. - pam_faillock: changed /run/faillock/$USER permissions from 0600 to 0660. - pam_motd: read motd files with target user credentials skipping unreadable ones. - pam_pwhistory: added a SELinux helper executable. - pam_unix, pam_usertype: implemented avoidance of certain timing attacks. - pam_wheel: implemented PAM_RUSER fallback for the case when getlogin fails. - pam_env: Reading of the user environment is deprecated and will be removed at some point in the future. - libpam: pam_modutil_drop_priv() now correctly sets the target user's supplementary groups, allowing pam_motd to filter messages accordingly - Refresh pam-xauth_ownership.patch - pam_tally2-removal.patch: Re-add pam_tally2 for deprecated sub-package - pam_cracklib-removal.patch: Re-add pam_cracklib for deprecated sub-package OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=228
This commit is contained in:
13
pam.spec
13
pam.spec
@@ -27,7 +27,7 @@
|
||||
%endif
|
||||
Name: pam
|
||||
#
|
||||
Version: 1.4.0
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: A Security Tool that Provides Authentication for Applications
|
||||
License: GPL-2.0-or-later OR BSD-3-Clause
|
||||
@@ -48,7 +48,8 @@ Source12: pam-login_defs-check.sh
|
||||
Patch2: pam-limit-nproc.patch
|
||||
Patch4: pam-hostnames-in-access_conf.patch
|
||||
Patch5: pam-xauth_ownership.patch
|
||||
Patch6: pam-bsc1178727-initialize-daysleft.patch
|
||||
Patch6: pam_cracklib-removal.patch
|
||||
Patch7: pam_tally2-removal.patch
|
||||
Patch8: pam-bsc1177858-dont-free-environment-string.patch
|
||||
Patch9: pam-pam_cracklib-add-usersubstr.patch
|
||||
BuildRequires: audit-devel
|
||||
@@ -144,7 +145,8 @@ cp -a %{SOURCE12} .
|
||||
%patch2 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch6 -R -p1
|
||||
%patch7 -R -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
|
||||
@@ -316,6 +318,7 @@ done
|
||||
%{_mandir}/man8/pam_sepermit.8%{?ext_man}
|
||||
%{_mandir}/man8/pam_setquota.8%{?ext_man}
|
||||
%{_mandir}/man8/pam_shells.8%{?ext_man}
|
||||
%{_mandir}/man8/pam_stress.8%{?ext_man}
|
||||
%{_mandir}/man8/pam_succeed_if.8%{?ext_man}
|
||||
%{_mandir}/man8/pam_time.8%{?ext_man}
|
||||
%{_mandir}/man8/pam_timestamp.8%{?ext_man}
|
||||
@@ -327,6 +330,7 @@ done
|
||||
%{_mandir}/man8/pam_warn.8%{?ext_man}
|
||||
%{_mandir}/man8/pam_wheel.8%{?ext_man}
|
||||
%{_mandir}/man8/pam_xauth.8%{?ext_man}
|
||||
%{_mandir}/man8/pwhistory_helper.8%{?ext_man}
|
||||
%{_mandir}/man8/unix2_chkpwd.8%{?ext_man}
|
||||
%{_mandir}/man8/unix_chkpwd.8%{?ext_man}
|
||||
%{_mandir}/man8/unix_update.8%{?ext_man}
|
||||
@@ -392,6 +396,7 @@ done
|
||||
/sbin/mkhomedir_helper
|
||||
/sbin/pam_namespace_helper
|
||||
/sbin/pam_timestamp_check
|
||||
/sbin/pwhistory_helper
|
||||
%verify(not mode) %attr(4755,root,shadow) /sbin/unix_chkpwd
|
||||
%verify(not mode) %attr(4755,root,shadow) /sbin/unix2_chkpwd
|
||||
%attr(0700,root,root) /sbin/unix_update
|
||||
@@ -407,8 +412,6 @@ done
|
||||
/%{_lib}/security/pam_cracklib.so
|
||||
/%{_lib}/security/pam_tally2.so
|
||||
/sbin/pam_tally2
|
||||
%{_mandir}/man8/pam_cracklib.8%{?ext_man}
|
||||
%{_mandir}/man8/pam_tally2.8%{?ext_man}
|
||||
|
||||
%files doc
|
||||
%defattr(644,root,root,755)
|
||||
|
Reference in New Issue
Block a user