- fix #162623 - sesh hangs when child suspends
This commit is contained in:
parent
5498c7d271
commit
75a3d42e85
12
sudo.spec
12
sudo.spec
@ -4,7 +4,7 @@
|
||||
Summary: Allows restricted root access for specified users.
|
||||
Name: sudo
|
||||
Version: 1.6.8p9
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: BSD
|
||||
Group: Applications/System
|
||||
Source: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz
|
||||
@ -17,8 +17,10 @@ BuildRequires: pam-devel, groff
|
||||
BuildRequires: libselinux-devel
|
||||
%endif
|
||||
|
||||
# 154511 – sudo does not use limits.conf
|
||||
# 154511 - sudo does not use limits.conf
|
||||
Patch2: sudo-1.6.8p8-pam-sess.patch
|
||||
# 162623 - sesh hangs when child suspends
|
||||
Patch3: sudo-1.6.8p8-sesh-stopsig.patch
|
||||
|
||||
%description
|
||||
Sudo (superuser do) allows a system administrator to give certain
|
||||
@ -39,6 +41,7 @@ on many different machines.
|
||||
%endif
|
||||
|
||||
%patch2 -p1 -b .sess
|
||||
%patch3 -p1 -b .sigstop
|
||||
|
||||
%build
|
||||
%ifarch s390 s390x
|
||||
@ -104,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/bin/chmod 0440 /etc/sudoers || :
|
||||
|
||||
%changelog
|
||||
* Mon Sep 19 2005 Karel Zak <kzak@redhat.com> 1.6.8p9-3
|
||||
- fix #162623 - sesh hangs when child suspends
|
||||
|
||||
* Mon Aug 1 2005 Dan Walsh <dwalsh@redhat.com> 1.6.8p9-2
|
||||
- Add back in interfaces call, SELinux has been fixed to work around
|
||||
|
||||
@ -111,7 +117,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- new version 1.6.8p9 (resolve #161116 - CAN-2005-1993 sudo trusted user arbitrary command execution)
|
||||
|
||||
* Tue May 24 2005 Karel Zak <kzak@redhat.com> 1.6.8p8-2
|
||||
- fix #154511 – sudo does not use limits.conf
|
||||
- fix #154511 - sudo does not use limits.conf
|
||||
|
||||
* Mon Apr 4 2005 Thomas Woerner <twoerner@redhat.com> 1.6.8p8-1
|
||||
- new version 1.6.8p8: new sudoedit and sudo_noexec
|
||||
|
Loading…
Reference in New Issue
Block a user