This commit is contained in:
parent
ef4d6a4712
commit
e55427ece7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44d9f11c612ca579bd45dfe037e4a5b218ab979b8eeba453cd87984bb1e9d11d
|
||||
size 441905
|
3
sudo-1.6.9p6.tar.bz2
Normal file
3
sudo-1.6.9p6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:349858fbab7d3520a4f72c4b751e2eec93a3cc1cfaccd976c91978d91b9b16aa
|
||||
size 442145
|
12
sudo.changes
12
sudo.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 10 11:45:19 CEST 2007 - prusnak@suse.cz
|
||||
|
||||
- update to 1.6.9p6
|
||||
* worked around bugs in the session support of some PAM
|
||||
implementations
|
||||
* the full tty path is now passed to PAM as well
|
||||
* sudo now only prints the password prompt if the process is in
|
||||
the foreground
|
||||
* inttypes.h is now included when appropriate if it is present
|
||||
* simplified alias allocation in the parser
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 25 12:07:05 CEST 2007 - prusnak@suse.cz
|
||||
|
||||
|
13
sudo.spec
13
sudo.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package sudo (Version 1.6.9p5)
|
||||
# spec file for package sudo (Version 1.6.9p6)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -13,7 +13,7 @@
|
||||
Name: sudo
|
||||
BuildRequires: openldap2-devel pam-devel postfix
|
||||
PreReq: coreutils
|
||||
Version: 1.6.9p5
|
||||
Version: 1.6.9p6
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
Group: System/Base
|
||||
@ -114,6 +114,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libexecdir}/sudo
|
||||
/var/run/sudo
|
||||
%changelog
|
||||
* Wed Oct 10 2007 - prusnak@suse.cz
|
||||
- update to 1.6.9p6
|
||||
* worked around bugs in the session support of some PAM
|
||||
implementations
|
||||
* the full tty path is now passed to PAM as well
|
||||
* sudo now only prints the password prompt if the process is in
|
||||
the foreground
|
||||
* inttypes.h is now included when appropriate if it is present
|
||||
* simplified alias allocation in the parser
|
||||
* Tue Sep 25 2007 - prusnak@suse.cz
|
||||
- update to 1.6.9p5
|
||||
* fixed a bug related to supplemental group matching
|
||||
|
Loading…
x
Reference in New Issue
Block a user