[arch-commits] Commit in iperf/trunk (01-FS#25159.patch PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Sun Oct 9 12:18:48 UTC 2016
Date: Sunday, October 9, 2016 @ 12:18:47
Author: seblu
Revision: 191699
upgpkg: iperf 2.0.9-1
Modified:
iperf/trunk/PKGBUILD
Deleted:
iperf/trunk/01-FS#25159.patch
-------------------+
01-FS#25159.patch | 17 -----------------
PKGBUILD | 16 +++++++---------
2 files changed, 7 insertions(+), 26 deletions(-)
Deleted: 01-FS#25159.patch
===================================================================
--- 01-FS#25159.patch 2016-10-09 12:07:26 UTC (rev 191698)
+++ 01-FS#25159.patch 2016-10-09 12:18:47 UTC (rev 191699)
@@ -1,17 +0,0 @@
---- a/src/Client.cpp 2010-04-01 22:23:17.000000000 +0200
-+++ b/src/Client.cpp 2011-07-19 11:03:42.000000000 +0200
-@@ -212,10 +212,10 @@
- char* readAt = mBuf;
-
- #if HAVE_THREAD
-- if ( !isUDP( mSettings ) ) {
-- RunTCP();
-- return;
-- }
-+// if ( !isUDP( mSettings ) ) {
-+// RunTCP();
-+// return;
-+// }
- #endif
-
- // Indicates if the stream is readable
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-09 12:07:26 UTC (rev 191698)
+++ PKGBUILD 2016-10-09 12:18:47 UTC (rev 191699)
@@ -4,22 +4,20 @@
# Contributor: Dale Blount <dale at archlinux.org>
pkgname=iperf
-pkgver=2.0.5
-pkgrel=9
+pkgver=2.0.9
+pkgrel=1
pkgdesc='A tool to measure maximum TCP bandwidth'
arch=('i686' 'x86_64')
license=('custom')
-url='http://iperf.sourceforge.net'
+url='https://sourceforge.net/projects/iperf2/'
depends=('gcc-libs')
install=iperf.install
-source=("http://downloads.sourceforge.net/iperf/iperf-$pkgver.tar.gz"
+source=("http://downloads.sourceforge.net/iperf2/iperf-$pkgver.tar.gz"
'iperf-tcp.service'
- 'iperf-udp.service'
- '01-FS#25159.patch')
-md5sums=('44b5536b67719f4250faed632a3cd016'
+ 'iperf-udp.service')
+md5sums=('351b018b71176b8cb25f20eef6a9e37c'
'1d8660b540aa0db2e627d3d400cb8de4'
- 'a27a8d27b1585bc999a04a2f082e2726'
- '82ce63c87cc8bb2f0f94069857ac14a9')
+ 'a27a8d27b1585bc999a04a2f082e2726')
prepare() {
cd $pkgname-$pkgver
# apply patch from the source array (should be a pacman feature)
More information about the arch-commits
mailing list