|
|
Update of /cvs/dist/rpms/telnet/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv643
Modified Files:
telnet.spec
Log Message:
- fixed CAN-2005-468 and CAN-2005-469
Index: telnet.spec
===================================================================
RCS file: /cvs/dist/rpms/telnet/devel/telnet.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- telnet.spec 2 Mar 2005 15:25:47 -0000 1.19
+++ telnet.spec 29 Mar 2005 13:21:54 -0000 1.20
@@ -1,7 +1,7 @@
Summary: The client program for the telnet remote login protocol.
Name: telnet
Version: 0.17
-Release: 34
+Release: 35
Epoch: 1
License: BSD
Group: Applications/Internet
@@ -21,6 +21,7 @@
Patch13: telnet-0.17-conf.patch
Patch14: telnet-0.17-cleanup_race.patch
Patch15: telnetd-0.17-pty_read.patch
+Patch16: telnet-0.17-CAN-2005-468_469.patch
BuildPreReq: ncurses-devel
Buildroot: %{_tmppath}/%{name}-root
@@ -58,6 +59,7 @@
%patch13 -p1 -b .confverb
%patch14 -p1 -b .cleanup_race
%patch15 -p0 -b .pty_read
+%patch16 -p1 -b .CAN-2005-468_469
%build
export OPT_FLAGS="$RPM_OPT_FLAGS -g"
@@ -123,6 +125,9 @@
%{_mandir}/man8/telnetd.8*
%changelog
+* Thu Mar 17 2005 Harald Hoyer <harald@xxxxxxxxxx> - 1:0.17-35
+- fixed CAN-2005-468 and CAN-2005-469
+
* Wed Mar 02 2005 Harald Hoyer <harald@xxxxxxxxxx>
- rebuilt
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|