bug 143929 / 145004 : fix race condition in telnetd on wtmp lock
This commit is contained in:
parent
f6fde664dd
commit
0ef07429f9
10
telnet.spec
10
telnet.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: The client program for the telnet remote login protocol.
|
Summary: The client program for the telnet remote login protocol.
|
||||||
Name: telnet
|
Name: telnet
|
||||||
Version: 0.17
|
Version: 0.17
|
||||||
Release: 30
|
Release: 31
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -19,6 +19,8 @@ Patch10: telnet-0.17-pek.patch
|
|||||||
Patch11: telnet-0.17-8bit.patch
|
Patch11: telnet-0.17-8bit.patch
|
||||||
Patch12: telnet-0.17-argv.patch
|
Patch12: telnet-0.17-argv.patch
|
||||||
Patch13: telnet-0.17-conf.patch
|
Patch13: telnet-0.17-conf.patch
|
||||||
|
Patch14: telnet-0.17-cleanup_race.patch
|
||||||
|
|
||||||
BuildPreReq: ncurses-devel
|
BuildPreReq: ncurses-devel
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
@ -53,6 +55,7 @@ mv telnet telnet-NETKIT
|
|||||||
%patch11 -p1 -b .8bit
|
%patch11 -p1 -b .8bit
|
||||||
%patch12 -p1 -b .argv
|
%patch12 -p1 -b .argv
|
||||||
%patch13 -p1 -b .confverb
|
%patch13 -p1 -b .confverb
|
||||||
|
%patch14 -p1 -b .cleanup_race
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export OPT_FLAGS="$RPM_OPT_FLAGS -g"
|
export OPT_FLAGS="$RPM_OPT_FLAGS -g"
|
||||||
@ -118,6 +121,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man8/telnetd.8*
|
%{_mandir}/man8/telnetd.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 13 2005 Jason Vas Dias <jvdias@redhat.com> - 1:0.17-31
|
||||||
|
- bug 143929 / 145004 : fix race condition in telnetd on wtmp lock
|
||||||
|
- when cleanup() is entered from main process and in signal
|
||||||
|
- handler
|
||||||
|
|
||||||
* Mon Jun 28 2004 Harald Hoyer <harald@redhat.com> - 1:0.17-30
|
* Mon Jun 28 2004 Harald Hoyer <harald@redhat.com> - 1:0.17-30
|
||||||
- fixed 126858: Too long /proc/X/cmdline: bad ps output when
|
- fixed 126858: Too long /proc/X/cmdline: bad ps output when
|
||||||
piped to less/more
|
piped to less/more
|
||||||
|
Loading…
Reference in New Issue
Block a user