From 0ef07429f9a0838713c5d5d5f0512b37fc401ed6 Mon Sep 17 00:00:00 2001 From: jvdias Date: Jan 13 2005 21:50:18 +0000 Subject: bug 143929 / 145004 : fix race condition in telnetd on wtmp lock --- diff --git a/telnet.spec b/telnet.spec index 081d213..0eb6539 100644 --- a/telnet.spec +++ b/telnet.spec @@ -1,7 +1,7 @@ Summary: The client program for the telnet remote login protocol. Name: telnet Version: 0.17 -Release: 30 +Release: 31 Epoch: 1 License: BSD Group: Applications/Internet @@ -19,6 +19,8 @@ Patch10: telnet-0.17-pek.patch Patch11: telnet-0.17-8bit.patch Patch12: telnet-0.17-argv.patch Patch13: telnet-0.17-conf.patch +Patch14: telnet-0.17-cleanup_race.patch + BuildPreReq: ncurses-devel Buildroot: %{_tmppath}/%{name}-root @@ -53,6 +55,7 @@ mv telnet telnet-NETKIT %patch11 -p1 -b .8bit %patch12 -p1 -b .argv %patch13 -p1 -b .confverb +%patch14 -p1 -b .cleanup_race %build export OPT_FLAGS="$RPM_OPT_FLAGS -g" @@ -118,6 +121,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/telnetd.8* %changelog +* Thu Jan 13 2005 Jason Vas Dias - 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 - 1:0.17-30 - fixed 126858: Too long /proc/X/cmdline: bad ps output when piped to less/more