OBS User unknown 2007-01-18 00:38:13 +00:00 committed by Git OBS Bridge
parent 8cbeebb892
commit 84e532d1fe
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# 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
Autoreqprov: on
Version: 0.99.6.3
Release: 16
Release: 29
Summary: A security tool that provides authentication for applications
Obsoletes: pam-laus
Source: Linux-PAM-%{version}.tar.bz2
@ -229,7 +229,7 @@ rm -rf $RPM_BUILD_ROOT
/%{_lib}/security/pam_wheel.so
/%{_lib}/security/pam_xauth.so
/sbin/pam_tally
%attr (2755,root,shadow)/sbin/unix_chkpwd
%attr (4755,root,shadow)/sbin/unix_chkpwd
%files devel
%defattr(644,root,root,755)
@ -242,6 +242,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libpam_misc.so
%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
- pam_unix.so/unix_chkpwd: teach about blowfish [#213929]
- pam_namespace.so: Fix two possible buffer overflow