This commit is contained in:
parent
8cbeebb892
commit
84e532d1fe
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 17 14:00:03 CET 2007 - lnussel@suse.de
|
||||||
|
|
||||||
|
- install unix_chkpwd setuid root instead of setgid shadow (#216816)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 24 14:26:51 CEST 2006 - kukuk@suse.de
|
Tue Oct 24 14:26:51 CEST 2006 - kukuk@suse.de
|
||||||
|
|
||||||
|
8
pam.spec
8
pam.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pam (Version 0.99.6.3)
|
# spec file for package pam (Version 0.99.6.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -23,7 +23,7 @@ License: Beerware, Cardware, Shareware (not restricted), BSD License and
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 0.99.6.3
|
Version: 0.99.6.3
|
||||||
Release: 16
|
Release: 29
|
||||||
Summary: A security tool that provides authentication for applications
|
Summary: A security tool that provides authentication for applications
|
||||||
Obsoletes: pam-laus
|
Obsoletes: pam-laus
|
||||||
Source: Linux-PAM-%{version}.tar.bz2
|
Source: Linux-PAM-%{version}.tar.bz2
|
||||||
@ -229,7 +229,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/%{_lib}/security/pam_wheel.so
|
/%{_lib}/security/pam_wheel.so
|
||||||
/%{_lib}/security/pam_xauth.so
|
/%{_lib}/security/pam_xauth.so
|
||||||
/sbin/pam_tally
|
/sbin/pam_tally
|
||||||
%attr (2755,root,shadow)/sbin/unix_chkpwd
|
%attr (4755,root,shadow)/sbin/unix_chkpwd
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(644,root,root,755)
|
%defattr(644,root,root,755)
|
||||||
@ -242,6 +242,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libpam_misc.so
|
%{_libdir}/libpam_misc.so
|
||||||
|
|
||||||
%changelog -n pam
|
%changelog -n pam
|
||||||
|
* Wed Jan 17 2007 - lnussel@suse.de
|
||||||
|
- install unix_chkpwd setuid root instead of setgid shadow (#216816)
|
||||||
* Tue Oct 24 2006 - kukuk@suse.de
|
* Tue Oct 24 2006 - kukuk@suse.de
|
||||||
- pam_unix.so/unix_chkpwd: teach about blowfish [#213929]
|
- pam_unix.so/unix_chkpwd: teach about blowfish [#213929]
|
||||||
- pam_namespace.so: Fix two possible buffer overflow
|
- pam_namespace.so: Fix two possible buffer overflow
|
||||||
|
Loading…
Reference in New Issue
Block a user