iperf: update to 2.0.9.
This commit is contained in:
parent
90c0a74bda
commit
536044941a
|
@ -1,17 +0,0 @@
|
||||||
--- src/Client.cpp 2010-04-01 22:23:17.000000000 +0200
|
|
||||||
+++ 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
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'iperf'
|
# Template file for 'iperf'
|
||||||
pkgname=iperf
|
pkgname=iperf
|
||||||
version=2.0.5
|
version=2.0.9
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --enable-multicast --enable-threads"
|
configure_args="--enable-ipv6 --enable-multicast --enable-threads"
|
||||||
short_desc="Perform network throughput tests"
|
short_desc="Perform network throughput tests"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="custom"
|
license="NCSA"
|
||||||
homepage="http://iperf.sourceforge.net"
|
homepage="https://iperf.fr/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://iperf.fr/download/source/${pkgname}-${version}-source.tar.gz"
|
||||||
checksum=636b4eff0431cea80667ea85a67ce4c68698760a9837e1e9d13096d20362265b
|
checksum=a5350777b191e910334d3a107b5e5219b72ffa393da4186da1e0a4552aeeded6
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING LICENSE
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
pattern='iperf-\K[\d.]+\d+'
|
site='https://iperf.fr/iperf-download.php'
|
||||||
|
pattern='iperf-\K2[\d.]+\d+'
|
||||||
|
|
Loading…
Reference in New Issue