rpms/iperf/EL-5 import.log, NONE, 1.1 iperf-2.0.4-debuginfo.patch, NONE, 1.1 iperf-2.0.4-tcpdual.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 iperf.spec, 1.7, 1.8 sources, 1.2, 1.3 iperf-2.0.2-debug.patch, 1.1, NONE iperf-2.0.2-usleep.patch, 1.1, NONE

Gabriel L. Somlo somlo at fedoraproject.org
Wed Jan 21 19:38:24 UTC 2009


Author: somlo

Update of /cvs/pkgs/rpms/iperf/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14593/EL-5

Modified Files:
	.cvsignore iperf.spec sources 
Added Files:
	import.log iperf-2.0.4-debuginfo.patch 
	iperf-2.0.4-tcpdual.patch 
Removed Files:
	iperf-2.0.2-debug.patch iperf-2.0.2-usleep.patch 
Log Message:
update to 2.0.4



--- NEW FILE import.log ---
iperf-2_0_4-1_fc10:EL-5:iperf-2.0.4-1.fc10.src.rpm:1232566614

iperf-2.0.4-debuginfo.patch:

--- NEW FILE iperf-2.0.4-debuginfo.patch ---
diff -NarU5 iperf-2.0.4.orig/configure iperf-2.0.4/configure
--- iperf-2.0.4.orig/configure	2008-04-07 22:47:37.000000000 -0400
+++ iperf-2.0.4/configure	2008-04-09 10:02:34.000000000 -0400
@@ -3085,11 +3085,11 @@
   am__fastdepCXX_TRUE='#'
   am__fastdepCXX_FALSE=
 fi
 
 
-CXXFLAGS=`echo " $CXXFLAGS " | sed -e "s/ -g / /"` # do not want it implicitly
+#CXXFLAGS=`echo " $CXXFLAGS " | sed -e "s/ -g / /"` # do not want it implicitly
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
@@ -3956,11 +3956,11 @@
   am__fastdepCC_TRUE='#'
   am__fastdepCC_FALSE=
 fi
 
 
-CFLAGS=`echo " $CFLAGS " | sed -e "s/ -g / /"` # do not want it implicitly
+#CFLAGS=`echo " $CFLAGS " | sed -e "s/ -g / /"` # do not want it implicitly
 
 
         { echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
 echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6; }
 if test "${ac_cv_lib_cposix_strerror+set}" = set; then

iperf-2.0.4-tcpdual.patch:

--- NEW FILE iperf-2.0.4-tcpdual.patch ---
diff -NarU5 iperf-2.0.4.orig/src/Client.cpp iperf-2.0.4/src/Client.cpp
--- iperf-2.0.4.orig/src/Client.cpp	2008-04-07 22:37:54.000000000 -0400
+++ iperf-2.0.4/src/Client.cpp	2009-01-21 14:10:33.000000000 -0500
@@ -205,14 +205,14 @@
     int adjust = 0; 
 
     char* readAt = mBuf;
 
 #if HAVE_THREAD
-    if ( !isUDP( mSettings ) ) {
-	RunTCP();
-	return;
-    }
+//    if ( !isUDP( mSettings ) ) {
+//	RunTCP();
+//	return;
+//    }
 #endif
     
     // Indicates if the stream is readable 
     bool canRead = true, mMode_Time = isModeTime( mSettings ); 
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/iperf/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	22 Apr 2006 19:52:57 -0000	1.2
+++ .cvsignore	21 Jan 2009 19:37:53 -0000	1.3
@@ -1 +1 @@
-iperf-2.0.2.tar.gz
+iperf-2.0.4.tar.gz


Index: iperf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iperf/EL-5/iperf.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- iperf.spec	16 Jun 2008 14:11:10 -0000	1.7
+++ iperf.spec	21 Jan 2009 19:37:53 -0000	1.8
@@ -1,13 +1,13 @@
 Name: iperf
-Version: 2.0.2
-Release: 4.2%{?dist}
+Version: 2.0.4
+Release: 1%{?dist}
 Summary: Measurement tool for TCP/UDP bandwidth performance
 License: BSD
 Group: Applications/Internet
-URL: http://dast.nlanr.net/Projects/Iperf/
-Source: http://dast.nlanr.net/Projects/Iperf2.0/%{name}-%{version}.tar.gz
-Patch0: iperf-2.0.2-debug.patch
-Patch1: iperf-2.0.2-usleep.patch
+URL: http://iperf.sourceforge.net
+Source: http://prdownloads.sourceforge.net/iperf/%{name}-%{version}.tar.gz
+Patch0: iperf-2.0.4-debuginfo.patch
+Patch1: iperf-2.0.4-tcpdual.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -33,15 +33,13 @@
 
 %files
 %defattr(-,root,root)
-%doc README doc/*.gif doc/*.html
+%doc AUTHORS ChangeLog COPYING README doc/*.gif doc/*.html
 %{_bindir}/iperf
 
 %changelog
-* Mon Jun 16 2008 Gabriel Somlo <somlo at cmu.edu> 2.0.2-4.2
-- rebuild for EL-5
-
-* Mon Dec 10 2007 Gabriel Somlo <somlo at cmu.edu> 2.0.2-4.1
-- rebuild for EL-5
+* Wed Jan 21 2009 Gabriel Somlo <somlo at cmu.edu> 2.0.4-1
+- update to 2.0.4
+- patch to avoid tcp/dualtest server from quitting (bugzilla #449796), also submitted to iperf sourceforge ticket tracker (#1983829)
 
 * Sat Oct 27 2007 Gabriel Somlo <somlo at cmu.edu> 2.0.2-4
 - replace usleep with sched_yield to avoid hogging CPU (bugzilla #355211)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/iperf/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	22 Apr 2006 19:52:57 -0000	1.2
+++ sources	21 Jan 2009 19:37:53 -0000	1.3
@@ -1 +1 @@
-bb658aba58a5af0356f5b1342dfe8f53  iperf-2.0.2.tar.gz
+8c5bc14cc2ea55f18f22afe3c23e3dcb  iperf-2.0.4.tar.gz


--- iperf-2.0.2-debug.patch DELETED ---


--- iperf-2.0.2-usleep.patch DELETED ---




More information about the scm-commits mailing list