[arch-commits] Commit in iperf3/trunk (PKGBUILD)

2020-09-24 Thread Levente Polyak via arch-commits
Date: Thursday, September 24, 2020 @ 22:17:37
  Author: anthraxx
Revision: 711942

upgpkg: iperf3 3.9-1

Modified:
  iperf3/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-24 22:14:21 UTC (rev 711941)
+++ PKGBUILD2020-09-24 22:17:37 UTC (rev 711942)
@@ -5,16 +5,17 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.7
-pkgrel=2
+pkgver=3.9
+pkgrel=1
 pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
 url='https://github.com/esnet/iperf'
 arch=('x86_64')
 license=('BSD')
-depends=('openssl')
+depends=('glibc' 'openssl')
+provides=('libiperf.so')
 source=(http://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz)
-sha256sums=('d846040224317caf2f75c843d309a950a7db23f9b44b94688ccbe557d6d1710c')
-sha512sums=('9b8d1ac6bdebb00e38e196db9a71ae6ff3b8b763cd4b1336d078c31f6d0a5ab53bbe70ba949c601af5efe674dbd032ed5d58a761d5159dae4e50122b68a8f086')
+sha512sums=('4a2af8a6028b0f6bded9b3ac51c5463bc7595c9a2d2ac13f28b0e2e8dee0ac0a299e7817125e23e409f12e8e80862ed28d5541eef3cda7cd9f7104bb720165ce')
+b2sums=('b9b07590e0220b965f25ede95e71b2b8ae1ccea7a75dabc917356eb70405feab858c1e034af72cd87013f89eb098599938e7ee79e6dc58d356bcc68e03551be0')
 
 build() {
   cd iperf-${pkgver}


[arch-commits] Commit in iperf3/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 17:03:24
  Author: felixonmars
Revision: 659524

upgpkg: iperf3 3.7-2: reproducibility rebuild

Modified:
  iperf3/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 17:03:22 UTC (rev 659523)
+++ PKGBUILD2020-07-07 17:03:24 UTC (rev 659524)
@@ -6,7 +6,7 @@
 
 pkgname=iperf3
 pkgver=3.7
-pkgrel=1
+pkgrel=2
 pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
 url='https://github.com/esnet/iperf'
 arch=('x86_64')


[arch-commits] Commit in iperf3/trunk (PKGBUILD)

2019-07-01 Thread Levente Polyak via arch-commits
Date: Monday, July 1, 2019 @ 20:23:11
  Author: anthraxx
Revision: 487186

upgpkg: iperf3 3.7-1

Modified:
  iperf3/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-01 20:22:39 UTC (rev 487185)
+++ PKGBUILD2019-07-01 20:23:11 UTC (rev 487186)
@@ -5,7 +5,7 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.6
+pkgver=3.7
 pkgrel=1
 pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
 url='https://github.com/esnet/iperf'
@@ -13,8 +13,8 @@
 license=('BSD')
 depends=('openssl')
 source=(http://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz)
-sha256sums=('de5d51e46dc460cc590fb4d44f95e7cad54b74fea1eba7d6ebd6f8887d75946e')
-sha512sums=('322a6893ad28c6ce9c9849e8a0326408ed76f09bbb13591c01c3d051bd4777a2acdb8f5032b9d1bb37d47ad3818d8b18ab6c0be4d40559040eb7e57bbfc06f39')
+sha256sums=('d846040224317caf2f75c843d309a950a7db23f9b44b94688ccbe557d6d1710c')
+sha512sums=('9b8d1ac6bdebb00e38e196db9a71ae6ff3b8b763cd4b1336d078c31f6d0a5ab53bbe70ba949c601af5efe674dbd032ed5d58a761d5159dae4e50122b68a8f086')
 
 build() {
   cd iperf-${pkgver}


[arch-commits] Commit in iperf3/trunk (PKGBUILD)

2018-08-14 Thread Levente Polyak via arch-commits
Date: Tuesday, August 14, 2018 @ 14:17:29
  Author: anthraxx
Revision: 371517

upgpkg: iperf3 3.6-1

Modified:
  iperf3/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-14 13:35:28 UTC (rev 371516)
+++ PKGBUILD2018-08-14 14:17:29 UTC (rev 371517)
@@ -5,7 +5,7 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.5
+pkgver=3.6
 pkgrel=1
 pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
 url='https://github.com/esnet/iperf'
@@ -13,8 +13,8 @@
 license=('BSD')
 depends=('openssl')
 source=(http://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz)
-sha256sums=('539bd9ecdca1b8c1157ff85b70ed09b3c75242e69886fc16b54883b399f72cd5')
-sha512sums=('88bb7d8813e727d8ef29f14895d33252baf8a4627ad06728703507c67ca956b1fbdc857855c6b074ccbfcc46bf67cd3db2d59416abf06604dd183b25d7160999')
+sha256sums=('de5d51e46dc460cc590fb4d44f95e7cad54b74fea1eba7d6ebd6f8887d75946e')
+sha512sums=('322a6893ad28c6ce9c9849e8a0326408ed76f09bbb13591c01c3d051bd4777a2acdb8f5032b9d1bb37d47ad3818d8b18ab6c0be4d40559040eb7e57bbfc06f39')
 
 build() {
   cd iperf-${pkgver}


[arch-commits] Commit in iperf3/trunk (PKGBUILD)

2018-03-07 Thread Levente Polyak via arch-commits
Date: Wednesday, March 7, 2018 @ 20:39:17
  Author: anthraxx
Revision: 304142

upgpkg: iperf3 3.5-1

Modified:
  iperf3/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 20:36:40 UTC (rev 304141)
+++ PKGBUILD2018-03-07 20:39:17 UTC (rev 304142)
@@ -5,7 +5,7 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.4
+pkgver=3.5
 pkgrel=1
 pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
 url='https://github.com/esnet/iperf'
@@ -13,8 +13,8 @@
 license=('BSD')
 depends=('openssl')
 source=(http://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz)
-sha256sums=('71528332d751df85e046d1944d9a0269773cadd6e51840aecdeed30925f79111')
-sha512sums=('8a320b047f71d08d1ae3fcf408a3e906517369bdb2f312644c619ca9c5d6a3d0f937b532c1cd3190c595ce9f767ff5c9946645d2ecc6fc07348eb6c0403bcc0c')
+sha256sums=('539bd9ecdca1b8c1157ff85b70ed09b3c75242e69886fc16b54883b399f72cd5')
+sha512sums=('88bb7d8813e727d8ef29f14895d33252baf8a4627ad06728703507c67ca956b1fbdc857855c6b074ccbfcc46bf67cd3db2d59416abf06604dd183b25d7160999')
 
 build() {
   cd iperf-${pkgver}


[arch-commits] Commit in iperf3/trunk (PKGBUILD)

2018-02-22 Thread Levente Polyak via arch-commits
Date: Friday, February 23, 2018 @ 02:31:24
  Author: anthraxx
Revision: 297167

upgpkg: iperf3 3.4-1

Modified:
  iperf3/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-23 02:29:38 UTC (rev 297166)
+++ PKGBUILD2018-02-23 02:31:24 UTC (rev 297167)
@@ -5,7 +5,7 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.3
+pkgver=3.4
 pkgrel=1
 pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
 url='https://github.com/esnet/iperf'
@@ -13,8 +13,8 @@
 license=('BSD')
 depends=('openssl')
 source=(http://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz)
-sha256sums=('6f596271251056bffc11bbb8f17d4244ad9a7d4a317c2459fdbb853ae51284d8')
-sha512sums=('4a80ace4e3f5bb36d9c5b2ead0629ea913d8069be04483a0d0b836183440feeaca952d2870d57e47937c09529fc772a60299c1cf47ee28c69dce169ab3fcc391')
+sha256sums=('71528332d751df85e046d1944d9a0269773cadd6e51840aecdeed30925f79111')
+sha512sums=('8a320b047f71d08d1ae3fcf408a3e906517369bdb2f312644c619ca9c5d6a3d0f937b532c1cd3190c595ce9f767ff5c9946645d2ecc6fc07348eb6c0403bcc0c')
 
 build() {
   cd iperf-${pkgver}


[arch-commits] Commit in iperf3/trunk (PKGBUILD)

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 23:31:39
  Author: anthraxx
Revision: 265500

upgpkg: iperf3 3.3-1

Modified:
  iperf3/trunk/PKGBUILD

--+
 PKGBUILD |   38 --
 1 file changed, 24 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 22:59:35 UTC (rev 265499)
+++ PKGBUILD2017-11-05 23:31:39 UTC (rev 265500)
@@ -1,28 +1,38 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Author: Jim Ferguson 
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: Jim Ferguson 
 # Contributor: Xi0N 
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.2
+pkgver=3.3
 pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
+pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
+url='https://github.com/esnet/iperf'
 arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf; 
 license=('BSD')
-depends=('openssl') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('f207b36f861485845dbdf09f909c62f3da3cf3d2682095aede8213cd9c1d')
+depends=('openssl')
+source=(http://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz)
+sha256sums=('6f596271251056bffc11bbb8f17d4244ad9a7d4a317c2459fdbb853ae51284d8')
+sha512sums=('4a80ace4e3f5bb36d9c5b2ead0629ea913d8069be04483a0d0b836183440feeaca952d2870d57e47937c09529fc772a60299c1cf47ee28c69dce169ab3fcc391')
 
-build() { 
-  cd "iperf-$pkgver"
+build() {
+  cd iperf-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
+check() {
+  cd iperf-${pkgver}
+  make check
+}
+
 package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
+  cd iperf-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/*{.am,.in,.c} -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
 }
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in iperf3/trunk (PKGBUILD)

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 20:02:27
  Author: arojas
Revision: 256071

Update to 3.2

Modified:
  iperf3/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 19:59:40 UTC (rev 256070)
+++ PKGBUILD2017-09-06 20:02:27 UTC (rev 256071)
@@ -5,15 +5,15 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.1.7
+pkgver=3.2
 pkgrel=1
 pkgdesc="Internet Protocol bandwidth measuring tool"
 arch=('i686' 'x86_64')
 url="https://github.com/esnet/iperf; 
 license=('BSD')
-depends=('glibc') 
+depends=('openssl') 
 source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('a4ef73406fe92250602b8da2ae89ec53211f805df97a1d1d629db5a14043734f')
+sha256sums=('f207b36f861485845dbdf09f909c62f3da3cf3d2682095aede8213cd9c1d')
 
 build() { 
   cd "iperf-$pkgver"


[arch-commits] Commit in iperf3/trunk (PKGBUILD)

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 16:06:33
  Author: tredaelli
Revision: 215603

upgpkg: iperf3 3.1.7-1

Modified:
  iperf3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 16:03:10 UTC (rev 215602)
+++ PKGBUILD2017-03-10 16:06:33 UTC (rev 215603)
@@ -5,7 +5,7 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.1.6
+pkgver=3.1.7
 pkgrel=1
 pkgdesc="Internet Protocol bandwidth measuring tool"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('glibc') 
 source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('70f0c72d9e60c6ecb2c478ed17e4fd81d3b827d57896fee43bcd0c53abccb29d')
+sha256sums=('a4ef73406fe92250602b8da2ae89ec53211f805df97a1d1d629db5a14043734f')
 
 build() { 
   cd "iperf-$pkgver"


[arch-commits] Commit in iperf3/trunk (PKGBUILD)

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:19:56
  Author: tredaelli
Revision: 212377

upgpkg: iperf3 3.1.6-1

Modified:
  iperf3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-14 15:17:33 UTC (rev 212376)
+++ PKGBUILD2017-02-14 15:19:56 UTC (rev 212377)
@@ -5,7 +5,7 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.1.5
+pkgver=3.1.6
 pkgrel=1
 pkgdesc="Internet Protocol bandwidth measuring tool"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('glibc') 
 source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('6e1a6200cd38baeab58ef0d7b8769e7aa6410c3a3168e65ea8277a4de79e5500')
+sha256sums=('70f0c72d9e60c6ecb2c478ed17e4fd81d3b827d57896fee43bcd0c53abccb29d')
 
 build() { 
   cd "iperf-$pkgver"


[arch-commits] Commit in iperf3/trunk (PKGBUILD)

2017-01-17 Thread Timothy Redaelli
Date: Tuesday, January 17, 2017 @ 17:48:10
  Author: tredaelli
Revision: 207764

upgpkg: iperf3 3.1.5-1

Modified:
  iperf3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-17 17:44:50 UTC (rev 207763)
+++ PKGBUILD2017-01-17 17:48:10 UTC (rev 207764)
@@ -5,7 +5,7 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.1.3
+pkgver=3.1.5
 pkgrel=1
 pkgdesc="Internet Protocol bandwidth measuring tool"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('glibc') 
 source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('60d8db69b1d74a64d78566c2317c373a85fef691b8d277737ee5d29f448595bf')
+sha256sums=('6e1a6200cd38baeab58ef0d7b8769e7aa6410c3a3168e65ea8277a4de79e5500')
 
 build() { 
   cd "iperf-$pkgver"


[arch-commits] Commit in iperf3/trunk (PKGBUILD)

2016-06-22 Thread Timothy Redaelli
Date: Wednesday, June 22, 2016 @ 20:11:11
  Author: tredaelli
Revision: 180776

upgpkg: iperf3 3.1.3-1

Modified:
  iperf3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-22 20:08:46 UTC (rev 180775)
+++ PKGBUILD2016-06-22 20:11:11 UTC (rev 180776)
@@ -5,7 +5,7 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc="Internet Protocol bandwidth measuring tool"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('glibc') 
 source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('f9dbdb99f869c077d14bc1de78675f5e4b8d1bf78dc92381e96c3eb5b1fd7d86')
+sha256sums=('60d8db69b1d74a64d78566c2317c373a85fef691b8d277737ee5d29f448595bf')
 
 build() { 
   cd "iperf-$pkgver"


[arch-commits] Commit in iperf3/trunk (PKGBUILD)

2016-02-19 Thread Timothy Redaelli
Date: Friday, February 19, 2016 @ 14:38:18
  Author: tredaelli
Revision: 162501

upgpkg: iperf3 3.1.2-1

Modified:
  iperf3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 13:31:30 UTC (rev 162500)
+++ PKGBUILD2016-02-19 13:38:18 UTC (rev 162501)
@@ -5,7 +5,7 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc="Internet Protocol bandwidth measuring tool"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('glibc') 
 source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('4385a32ece25cb09d4606b4c99316356b3d2cb03b318aa056b99cdb91c5ce656')
+sha256sums=('f9dbdb99f869c077d14bc1de78675f5e4b8d1bf78dc92381e96c3eb5b1fd7d86')
 
 build() { 
   cd "iperf-$pkgver"


[arch-commits] Commit in iperf3/trunk (PKGBUILD)

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:12:49
  Author: tredaelli
Revision: 145676

upgpkg: iperf3 3.1-1

Modified:
  iperf3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 16:11:26 UTC (rev 145675)
+++ PKGBUILD2015-11-02 16:12:49 UTC (rev 145676)
@@ -5,7 +5,7 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.0.11
+pkgver=3.1
 pkgrel=1
 pkgdesc="Internet Protocol bandwidth measuring tool"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('glibc') 
 source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('e01db5be6f47f67c987463095fe4f5b8b9ff891fb92c39104d042ad8fde97f6e')
+sha256sums=('4385a32ece25cb09d4606b4c99316356b3d2cb03b318aa056b99cdb91c5ce656')
 
 build() { 
   cd "iperf-$pkgver"