public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/iperf/files: iperf-ipv6_mcast_check.patch iperf-cast-to-max_size_t-instead-of-int.patch iperf-fix-format-security-ftbfs.patch iperf-fix-bandwidth-limit.patch iperf-bidirectional-tcp-server.patch iperf-die-on-bind-fail.patch
@ 2014-07-18 16:15 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2014-07-18 16:15 UTC (permalink / raw
  To: gentoo-commits

jer         14/07/18 16:15:59

  Modified:             iperf-ipv6_mcast_check.patch
                        iperf-cast-to-max_size_t-instead-of-int.patch
                        iperf-fix-format-security-ftbfs.patch
                        iperf-fix-bandwidth-limit.patch
                        iperf-bidirectional-tcp-server.patch
                        iperf-die-on-bind-fail.patch
  Log:
  Clean up, and patches.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  net-misc/iperf/files/iperf-ipv6_mcast_check.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-ipv6_mcast_check.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-ipv6_mcast_check.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-ipv6_mcast_check.patch?r1=1.1&r2=1.2

Index: iperf-ipv6_mcast_check.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/iperf/files/iperf-ipv6_mcast_check.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iperf-ipv6_mcast_check.patch	5 Sep 2013 16:04:40 -0000	1.1
+++ iperf-ipv6_mcast_check.patch	18 Jul 2014 16:15:59 -0000	1.2
@@ -9,8 +9,8 @@
 Author: Luca Bruno <lucab@debian.org>
 Last-Update: 2012-05-24
 
---- iperf-2.0.5.orig/src/PerfSocket.cpp
-+++ iperf-2.0.5/src/PerfSocket.cpp
+--- a/src/PerfSocket.cpp
++++ b/src/PerfSocket.cpp
 @@ -109,7 +109,7 @@ void SetSocketOptions( thread_Settings *
      if ( isMulticast( inSettings ) && ( inSettings->mTTL > 0 ) ) {
  	int val = inSettings->mTTL;



1.2                  net-misc/iperf/files/iperf-cast-to-max_size_t-instead-of-int.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-cast-to-max_size_t-instead-of-int.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-cast-to-max_size_t-instead-of-int.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-cast-to-max_size_t-instead-of-int.patch?r1=1.1&r2=1.2

Index: iperf-cast-to-max_size_t-instead-of-int.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/iperf/files/iperf-cast-to-max_size_t-instead-of-int.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iperf-cast-to-max_size_t-instead-of-int.patch	5 Sep 2013 16:04:40 -0000	1.1
+++ iperf-cast-to-max_size_t-instead-of-int.patch	18 Jul 2014 16:15:59 -0000	1.2
@@ -7,8 +7,8 @@
 Bug-Debian: http://bugs.debian.org/346099
 Forwarded: https://sourceforge.net/tracker/index.php?func=detail&aid=3140391&group_id=128336&atid=711371
 
---- iperf-2.0.4.orig/src/Settings.cpp.orig	2008-04-08 04:37:54.000000000 +0200
-+++ iperf-2.0.4/src/Settings.cpp	2008-05-07 17:41:03.923942801 +0200
+--- a/src/Settings.cpp
++++ b/src/Settings.cpp
 @@ -458,7 +458,7 @@
          case 't': // seconds to write for
              // time mode (instead of amount mode)



1.2                  net-misc/iperf/files/iperf-fix-format-security-ftbfs.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-fix-format-security-ftbfs.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-fix-format-security-ftbfs.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-fix-format-security-ftbfs.patch?r1=1.1&r2=1.2

Index: iperf-fix-format-security-ftbfs.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/iperf/files/iperf-fix-format-security-ftbfs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iperf-fix-format-security-ftbfs.patch	5 Sep 2013 16:04:40 -0000	1.1
+++ iperf-fix-format-security-ftbfs.patch	18 Jul 2014 16:15:59 -0000	1.2
@@ -3,9 +3,8 @@
 Author: Simon Paillard <spaillard@debian.org>
 Bug-Debian: http://bugs.debian.org/643408
 
-diff -Nur iperf-2.0.5/compat/Thread.c iperf-2.0.5-nmu/compat/Thread.c
---- iperf-2.0.5/compat/Thread.c	2010-03-31 01:08:24.000000000 +0200
-+++ iperf-2.0.5-nmu/compat/Thread.c	2011-11-15 09:13:32.000000000 +0100
+--- a/compat/Thread.c
++++ b/compat/Thread.c
 @@ -381,7 +381,7 @@
      Condition_Lock( thread_sNum_cond );
      thread_sNum -= nonterminating_num;
@@ -15,9 +14,8 @@
      }
      nonterminating_num = 0;
      Condition_Signal( &thread_sNum_cond );
-diff -Nur iperf-2.0.5/src/ReportDefault.c iperf-2.0.5-nmu/src/ReportDefault.c
---- iperf-2.0.5/src/ReportDefault.c	2010-03-31 00:57:17.000000000 +0200
-+++ iperf-2.0.5-nmu/src/ReportDefault.c	2011-11-15 09:16:52.000000000 +0100
+--- a/src/ReportDefault.c
++++ b/src/ReportDefault.c
 @@ -78,7 +78,7 @@
      if ( stats->mUDP != (char)kMode_Server ) {
          // TCP Reporting
@@ -63,9 +61,8 @@
          } else {
              mtu = inMSS + 40;
              net = "unknown interface";
-diff -Nur iperf-2.0.5/src/Reporter.c iperf-2.0.5-nmu/src/Reporter.c
---- iperf-2.0.5/src/Reporter.c	2011-11-15 19:44:41.000000000 +0100
-+++ iperf-2.0.5-nmu/src/Reporter.c	2011-11-15 09:17:14.000000000 +0100
+--- a/src/Reporter.c
++++ b/src/Reporter.c
 @@ -896,7 +896,7 @@
          } else if ( checkMSS_MTU( inMSS, 576 ) ) {
              net = "minimum";
@@ -75,9 +72,8 @@
          } else {
              mtu = inMSS + 40;
              net = "unknown interface";
-diff -Nur iperf-2.0.5/src/Settings.cpp iperf-2.0.5-nmu/src/Settings.cpp
---- iperf-2.0.5/src/Settings.cpp	2011-11-15 19:44:41.000000000 +0100
-+++ iperf-2.0.5-nmu/src/Settings.cpp	2011-11-15 09:18:46.000000000 +0100
+--- a/src/Settings.cpp
++++ b/src/Settings.cpp
 @@ -375,8 +375,8 @@
              break;
  



1.2                  net-misc/iperf/files/iperf-fix-bandwidth-limit.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-fix-bandwidth-limit.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-fix-bandwidth-limit.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-fix-bandwidth-limit.patch?r1=1.1&r2=1.2

Index: iperf-fix-bandwidth-limit.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/iperf/files/iperf-fix-bandwidth-limit.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iperf-fix-bandwidth-limit.patch	6 Oct 2012 13:37:47 -0000	1.1
+++ iperf-fix-bandwidth-limit.patch	18 Jul 2014 16:15:59 -0000	1.2
@@ -5,10 +5,8 @@
 low bandwidth limit was specified.
 
 
-Index: compat/delay.cpp
-===================================================================
---- compat/delay.cpp	(revision 81)
-+++ compat/delay.cpp	(working copy)
+--- a/compat/delay.cpp
++++ b/compat/delay.cpp
 @@ -63,8 +63,9 @@ void delay_loop(unsigned long usec)
  {
      struct timespec requested, remaining;



1.2                  net-misc/iperf/files/iperf-bidirectional-tcp-server.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-bidirectional-tcp-server.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-bidirectional-tcp-server.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-bidirectional-tcp-server.patch?r1=1.1&r2=1.2

Index: iperf-bidirectional-tcp-server.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/iperf/files/iperf-bidirectional-tcp-server.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iperf-bidirectional-tcp-server.patch	5 Sep 2013 16:04:40 -0000	1.1
+++ iperf-bidirectional-tcp-server.patch	18 Jul 2014 16:15:59 -0000	1.2
@@ -6,8 +6,8 @@
 Bug-Redhat: https://bugzilla.redhat.com/show_bug.cgi?id=449796
 Forwarded: http://sourceforge.net/tracker/?func=detail&aid=1983829&group_id=128336&atid=711371
 
---- iperf-2.0.5.orig/src/Client.cpp
-+++ iperf-2.0.5/src/Client.cpp
+--- a/src/Client.cpp
++++ b/src/Client.cpp
 @@ -212,10 +212,12 @@ void Client::Run( void ) {
      char* readAt = mBuf;
  



1.2                  net-misc/iperf/files/iperf-die-on-bind-fail.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-die-on-bind-fail.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-die-on-bind-fail.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/files/iperf-die-on-bind-fail.patch?r1=1.1&r2=1.2

Index: iperf-die-on-bind-fail.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/iperf/files/iperf-die-on-bind-fail.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iperf-die-on-bind-fail.patch	5 Sep 2013 16:04:40 -0000	1.1
+++ iperf-die-on-bind-fail.patch	18 Jul 2014 16:15:59 -0000	1.2
@@ -6,8 +6,8 @@
 Bug-Debian: http://bugs.debian.org/517239
 Forwarded: https://sourceforge.net/tracker/?func=detail&aid=3140400&group_id=128336&atid=711371
 
---- iperf-2.0.4/src/Listener.cpp	2009-02-23 16:20:31.000000000 -0500
-+++ iperf-2.0.4-fixed/src/Listener.cpp	2009-02-23 16:20:40.000000000 -0500
+--- a/src/Listener.cpp
++++ b/src/Listener.cpp
 @@ -333,7 +333,7 @@
  #endif
      {





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-18 16:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-18 16:15 [gentoo-commits] gentoo-x86 commit in net-misc/iperf/files: iperf-ipv6_mcast_check.patch iperf-cast-to-max_size_t-instead-of-int.patch iperf-fix-format-security-ftbfs.patch iperf-fix-bandwidth-limit.patch iperf-bidirectional-tcp-server.patch iperf-die-on-bind-fail.patch Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox