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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 22:06:34
  Author: anthraxx
Revision: 664230

upgpkg: tcpreplay 4.3.3-1

Modified:
  tcpreplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 22:02:00 UTC (rev 664229)
+++ PKGBUILD2020-07-16 22:06:34 UTC (rev 664230)
@@ -4,8 +4,8 @@
 # Contributor: Dawid Wrobel 
 
 pkgname=tcpreplay
-pkgver=4.3.2
-pkgrel=2
+pkgver=4.3.3
+pkgrel=1
 pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
 url='https://tcpreplay.appneta.com'
 arch=('x86_64')
@@ -15,8 +15,10 @@
 optdepends=('tcpdump: decoding of packets support')
 options=('!emptydirs')
 
source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('211158d39ec48cefe11f0681f38eb1ab6a8302c5ef0e97dbff7d3230defe63e34d8d5755c21f1fe3fc061c4a0caf48ea0b86ae7d444ca68529a96386ea97b8fe'
+sha512sums=('ac31a767bc3c2033391f37c8d99bc9446e8284c661e4fbbd0fffa1b20b98bff70c0628d573581d260b1ed1a0a1a348177a691ae37ce4c9c48d9dbaabd7d3ff11'
 'SKIP')
+b2sums=('3968fe96c8e8477cd5dc9fb8ee606264c0212dea139e54ccde2e42d184340ba1fa80c7c175340cb9f84f6c05a7a4ea745a7211286e2df44c6dabe24344f0c5f0'
+'SKIP')
 validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 

 
 prepare() {


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

2020-07-07 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 7, 2020 @ 21:17:04
  Author: foutrelis
Revision: 660311

Add -fcommon workaround for GCC 10

Modified:
  tcpreplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 21:17:03 UTC (rev 660310)
+++ PKGBUILD2020-07-07 21:17:04 UTC (rev 660311)
@@ -26,6 +26,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
   ./configure \
 --prefix=/usr \
 --disable-local-libopts \


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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 21:22:05
  Author: felixonmars
Revision: 660368

upgpkg: tcpreplay 4.3.2-2: reproducibility rebuild

Modified:
  tcpreplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 21:22:04 UTC (rev 660367)
+++ PKGBUILD2020-07-07 21:22:05 UTC (rev 660368)
@@ -5,7 +5,7 @@
 
 pkgname=tcpreplay
 pkgver=4.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
 url='https://tcpreplay.appneta.com'
 arch=('x86_64')


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

2019-04-30 Thread Jelle van der Waa via arch-commits
Date: Tuesday, April 30, 2019 @ 11:51:53
  Author: jelle
Revision: 456814

upgpkg: tcpreplay 4.3.2-1

Upstream update

Modified:
  tcpreplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-30 11:51:45 UTC (rev 456813)
+++ PKGBUILD2019-04-30 11:51:53 UTC (rev 456814)
@@ -4,7 +4,7 @@
 # Contributor: Dawid Wrobel 
 
 pkgname=tcpreplay
-pkgver=4.3.1
+pkgver=4.3.2
 pkgrel=1
 pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
 url='http://tcpreplay.appneta.com'
@@ -15,7 +15,7 @@
 optdepends=('tcpdump: decoding of packets support')
 options=('!emptydirs')
 
source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('e174026f5720154db375be58d10d07650b849b44a8587fee9709d9a12bc67d671325167e675bb58e2b3bf8c4b91ed65cc32cc422b661ba53fcb0f71438cfdcd3'
+sha512sums=('211158d39ec48cefe11f0681f38eb1ab6a8302c5ef0e97dbff7d3230defe63e34d8d5755c21f1fe3fc061c4a0caf48ea0b86ae7d444ca68529a96386ea97b8fe'
 'SKIP')
 validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 

 


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:08:24
  Author: anthraxx
Revision: 437950

upgpkg: tcpreplay 4.3.1-1

Modified:
  tcpreplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 23:07:30 UTC (rev 437949)
+++ PKGBUILD2019-03-06 23:08:24 UTC (rev 437950)
@@ -4,8 +4,8 @@
 # Contributor: Dawid Wrobel 
 
 pkgname=tcpreplay
-pkgver=4.2.6
-pkgrel=2
+pkgver=4.3.1
+pkgrel=1
 pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
 url='http://tcpreplay.appneta.com'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 optdepends=('tcpdump: decoding of packets support')
 options=('!emptydirs')
 
source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('a46846b29e3cd7fbc635faee9c4be90db0d346c0d0f291ac8e007e1fbf614289094e14480c1c5b40feb5a175d3cbad018e2dd4d1a5762b7d31a4325af6102e7e'
+sha512sums=('e174026f5720154db375be58d10d07650b849b44a8587fee9709d9a12bc67d671325167e675bb58e2b3bf8c4b91ed65cc32cc422b661ba53fcb0f71438cfdcd3'
 'SKIP')
 validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 

 


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

2018-05-15 Thread Levente Polyak via arch-commits
Date: Tuesday, May 15, 2018 @ 22:43:44
  Author: anthraxx
Revision: 322535

upgpkg: tcpreplay 4.2.6-2 (fix interface detection)

FS#58595

Modified:
  tcpreplay/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-15 21:54:04 UTC (rev 322534)
+++ PKGBUILD2018-05-15 22:43:44 UTC (rev 322535)
@@ -5,7 +5,7 @@
 
 pkgname=tcpreplay
 pkgver=4.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
 url='http://tcpreplay.appneta.com'
 arch=('x86_64')
@@ -33,8 +33,6 @@
 --enable-shared \
 --with-libdnet \
 --with-tcpdump=/usr/bin/tcpdump \
---with-testnic2=lo \
---with-testnic=lo \
 ac_cv_header_net_bpf_h=n
   make
 }


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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 02:09:43
  Author: anthraxx
Revision: 319922

upgpkg: tcpreplay 4.2.6-1

Modified:
  tcpreplay/trunk/PKGBUILD

--+
 PKGBUILD |   52 +---
 1 file changed, 37 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 01:16:51 UTC (rev 319921)
+++ PKGBUILD2018-05-10 02:09:43 UTC (rev 319922)
@@ -1,30 +1,52 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
 # Contributor: Sébastien Duquette 
 # Contributor: Dawid Wrobel 
+
 pkgname=tcpreplay
-pkgver=4.2.5
-pkgrel=2
-pkgdesc="Gives the ability to replay previously captured traffic in a libpcap 
format"
-url="http://tcpreplay.appneta.com;
+pkgver=4.2.6
+pkgrel=1
+pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
+url='http://tcpreplay.appneta.com'
 arch=('x86_64')
 license=('GPL3')
-depends=('libpcap' 'libdnet')
+depends=('libpcap' 'libdnet' 'autogen')
 makedepends=('tcpdump')
 optdepends=('tcpdump: decoding of packets support')
 options=('!emptydirs')
 
source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('8765cad213335cc58daa3697dc3043fb'
- 'SKIP')
-validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E')
+sha512sums=('a46846b29e3cd7fbc635faee9c4be90db0d346c0d0f291ac8e007e1fbf614289094e14480c1c5b40feb5a175d3cbad018e2dd4d1a5762b7d31a4325af6102e7e'
+'SKIP')
+validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 

 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
 build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump ac_cv_header_net_bpf_h=n
- make
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-local-libopts \
+--enable-dynamic-link \
+--enable-shared \
+--with-libdnet \
+--with-tcpdump=/usr/bin/tcpdump \
+--with-testnic2=lo \
+--with-testnic=lo \
+ac_cv_header_net_bpf_h=n
+  make
 }
 
+check() {
+  cd ${pkgname}-${pkgver}
+  make -j1 -C test tcpprep
+}
+
 package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }
+
+# vim: ts=2 sw=2 et:


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

2017-09-11 Thread Jelle van der Waa
Date: Monday, September 11, 2017 @ 19:06:10
  Author: jelle
Revision: 256981

upgpkg: tcpreplay 4.2.5-2

rebuild for key removal

Modified:
  tcpreplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 18:59:59 UTC (rev 256980)
+++ PKGBUILD2017-09-11 19:06:10 UTC (rev 256981)
@@ -4,7 +4,7 @@
 # Contributor: Dawid Wrobel 
 pkgname=tcpreplay
 pkgver=4.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Gives the ability to replay previously captured traffic in a libpcap 
format"
 url="http://tcpreplay.appneta.com;
 arch=('i686' 'x86_64')


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

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 10:31:22
  Author: tredaelli
Revision: 235396

upgpkg: tcpreplay 4.2.5-1

Modified:
  tcpreplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-08 09:51:30 UTC (rev 235395)
+++ PKGBUILD2017-06-08 10:31:22 UTC (rev 235396)
@@ -3,7 +3,7 @@
 # Contributor: Sébastien Duquette 
 # Contributor: Dawid Wrobel 
 pkgname=tcpreplay
-pkgver=4.1.0
+pkgver=4.2.5
 pkgrel=1
 pkgdesc="Gives the ability to replay previously captured traffic in a libpcap 
format"
 url="http://tcpreplay.appneta.com;
@@ -13,8 +13,8 @@
 makedepends=('tcpdump')
 optdepends=('tcpdump: decoding of packets support')
 options=('!emptydirs')
-source=(https://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('fd48d73d84ade30ece0a9abb538c82d5'
+source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('8765cad213335cc58daa3697dc3043fb'
  'SKIP')
 validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E')
 


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

2016-11-14 Thread Timothy Redaelli
Date: Monday, November 14, 2016 @ 14:37:14
  Author: tredaelli
Revision: 195694

Todo List: Use gpg signatures and https sources

Modified:
  tcpreplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-14 14:35:00 UTC (rev 195693)
+++ PKGBUILD2016-11-14 14:37:14 UTC (rev 195694)
@@ -16,6 +16,7 @@
 
source=(https://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz{,.asc})
 md5sums=('fd48d73d84ade30ece0a9abb538c82d5'
  'SKIP')
+validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E')
 
 build() {
  cd "$srcdir/$pkgname-$pkgver"


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

2016-11-14 Thread Timothy Redaelli
Date: Monday, November 14, 2016 @ 14:35:00
  Author: tredaelli
Revision: 195693

Todo List: Use gpg signatures and https sources

Modified:
  tcpreplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-14 14:33:39 UTC (rev 195692)
+++ PKGBUILD2016-11-14 14:35:00 UTC (rev 195693)
@@ -13,8 +13,9 @@
 makedepends=('tcpdump')
 optdepends=('tcpdump: decoding of packets support')
 options=('!emptydirs')
-source=("http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('fd48d73d84ade30ece0a9abb538c82d5')
+source=(https://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('fd48d73d84ade30ece0a9abb538c82d5'
+ 'SKIP')
 
 build() {
  cd "$srcdir/$pkgname-$pkgver"


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

2014-12-19 Thread Timothy Redaelli
Date: Friday, December 19, 2014 @ 14:43:04
  Author: tredaelli
Revision: 124101

upgpkg: tcpreplay 4.1.0-1

Modified:
  tcpreplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-19 11:25:36 UTC (rev 124100)
+++ PKGBUILD2014-12-19 13:43:04 UTC (rev 124101)
@@ -3,7 +3,7 @@
 # Contributor: Sébastien Duquette ekse...@gmail.com
 # Contributor: Dawid Wrobel cr...@klej.net
 pkgname=tcpreplay
-pkgver=4.0.5
+pkgver=4.1.0
 pkgrel=1
 pkgdesc=Gives the ability to replay previously captured traffic in a libpcap 
format
 url=http://tcpreplay.appneta.com;
@@ -14,11 +14,11 @@
 optdepends=('tcpdump: decoding of packets support')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('1a6f108a62bf526eeffa2998a6f311af')
+md5sums=('fd48d73d84ade30ece0a9abb538c82d5')
 
 build() {
  cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump
+ ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump ac_cv_header_net_bpf_h=n
  make
 }
 


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

2014-10-22 Thread Timothy Redaelli
Date: Wednesday, October 22, 2014 @ 16:43:24
  Author: tredaelli
Revision: 121219

upgpkg: tcpreplay 4.0.5-1

Modified:
  tcpreplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-22 14:18:59 UTC (rev 121218)
+++ PKGBUILD2014-10-22 14:43:24 UTC (rev 121219)
@@ -3,10 +3,10 @@
 # Contributor: Sébastien Duquette ekse...@gmail.com
 # Contributor: Dawid Wrobel cr...@klej.net
 pkgname=tcpreplay
-pkgver=3.4.4
-pkgrel=4
+pkgver=4.0.5
+pkgrel=1
 pkgdesc=Gives the ability to replay previously captured traffic in a libpcap 
format
-url=http://tcpreplay.synfin.net;
+url=http://tcpreplay.appneta.com;
 arch=('i686' 'x86_64')
 license=('GPL3')
 depends=('libpcap' 'libdnet')
@@ -14,7 +14,7 @@
 optdepends=('tcpdump: decoding of packets support')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('22725feb9b2590809f9350308ec65180')
+md5sums=('1a6f108a62bf526eeffa2998a6f311af')
 
 build() {
  cd $srcdir/$pkgname-$pkgver


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

2014-07-05 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 08:35:55
  Author: fyan
Revision: 115051

upgpkg: tcpreplay 3.4.4-4

mtree rebuild

Modified:
  tcpreplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 06:08:03 UTC (rev 115050)
+++ PKGBUILD2014-07-05 06:35:55 UTC (rev 115051)
@@ -4,7 +4,7 @@
 # Contributor: Dawid Wrobel cr...@klej.net
 pkgname=tcpreplay
 pkgver=3.4.4
-pkgrel=3
+pkgrel=4
 pkgdesc=Gives the ability to replay previously captured traffic in a libpcap 
format
 url=http://tcpreplay.synfin.net;
 arch=('i686' 'x86_64')