rpms/telnet/devel telnet.spec,1.29,1.30

Harald Hoyer (harald) fedora-extras-commits at redhat.com
Wed Aug 22 14:38:05 UTC 2007


Author: harald

Update of /cvs/pkgs/rpms/telnet/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27275

Modified Files:
	telnet.spec 
Log Message:
- added patch to prevent a rare loop in the client



Index: telnet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/telnet/devel/telnet.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- telnet.spec	13 Apr 2007 12:29:34 -0000	1.29
+++ telnet.spec	22 Aug 2007 14:37:32 -0000	1.30
@@ -1,7 +1,7 @@
 Summary: The client program for the telnet remote login protocol.
 Name: telnet
 Version: 0.17
-Release: 38%{?dist}
+Release: 39%{?dist}
 Epoch: 1
 License: BSD
 Group: Applications/Internet
@@ -26,6 +26,7 @@
 Patch18: telnet-gethostbyname.patch
 Patch19: netkit-telnet-0.17-ipv6.diff
 Patch20: netkit-telnet-0.17-nodns.patch
+Patch21: telnet-0.17-errno_test_sys_bsd.patch
 
 BuildPreReq: ncurses-devel
 Buildroot: %{_tmppath}/%{name}-root
@@ -66,8 +67,9 @@
 %patch16 -p1 -b .CAN-2005-468_469
 #%patch17 -p1 -b .linemode
 %patch18 -p1 -b .gethost
-%patch19 -p1 -b .gethost
+%patch19 -p1 -b .gethost2
 %patch20 -p1 -b .nodns
+%patch21 -p1 -b .errnosysbsd
 
 %build
 export OPT_FLAGS="$RPM_OPT_FLAGS -g"
@@ -133,6 +135,9 @@
 %{_mandir}/man8/telnetd.8*
 
 %changelog
+* Wed Aug 22 2007 Harald Hoyer <harald at redhat.com> - 1:0.17-39
+- added patch to prevent a rare loop in the client
+
 * Fri Apr 13 2007 Adam Tkac <atkac redhat com> - 1:0.17-38.fc7
 - added -c option which disables reverse dns checking (#223448)
 - added smp_mflags to make




More information about the fedora-extras-commits mailing list