This commit is contained in:
parent
da08cb1ab2
commit
a4a82963ae
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e084cd1d135592dcbc690ea4282e58ede8186745c8bc228299ce1275dd9648d8
|
||||
size 442229
|
3
sudo-1.6.9p9.tar.bz2
Normal file
3
sudo-1.6.9p9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:734cac4c95d8511912cfeadf962d43ab39c241b2d1fdcd007504f99b47b055b9
|
||||
size 442608
|
12
sudo.changes
12
sudo.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 14:41:14 CET 2007 - prusnak@suse.cz
|
||||
|
||||
- updated to 1.6.9p9
|
||||
* the ALL command in sudoers now implies SETENV permissions
|
||||
* the command search is now performed using the target user's
|
||||
auxiliary group vector too
|
||||
* when determining if the PAM prompt is the default "Password: ",
|
||||
compare the localized version if possible
|
||||
* added passprompt_override flag to sudoers to cause sudo's prompt
|
||||
to be used in all cases, also set when the -p flag is used
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 6 11:11:13 CET 2007 - prusnak@suse.cz
|
||||
|
||||
|
14
sudo.spec
14
sudo.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package sudo (Version 1.6.9p8)
|
||||
# spec file for package sudo (Version 1.6.9p9)
|
||||
#
|
||||
# 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.9p8
|
||||
Version: 1.6.9p9
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
Group: System/Base
|
||||
@ -113,7 +113,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_sbindir}/*
|
||||
%{_libexecdir}/sudo
|
||||
/var/run/sudo
|
||||
|
||||
%changelog
|
||||
* Tue Dec 04 2007 - prusnak@suse.cz
|
||||
- updated to 1.6.9p9
|
||||
* the ALL command in sudoers now implies SETENV permissions
|
||||
* the command search is now performed using the target user's
|
||||
auxiliary group vector too
|
||||
* when determining if the PAM prompt is the default "Password: ",
|
||||
compare the localized version if possible
|
||||
* added passprompt_override flag to sudoers to cause sudo's prompt
|
||||
to be used in all cases, also set when the -p flag is used
|
||||
* Tue Nov 06 2007 - prusnak@suse.cz
|
||||
- updated to 1.6.9p8
|
||||
* fixed a bug where a sudoers entry with no runas user specified
|
||||
|
Loading…
x
Reference in New Issue
Block a user