aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-03-16 00:28:01 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2019-03-16 21:58:14 +0000
commitb860e38685b20103651cfaee6a28c0b1ecfdcd87 (patch)
tree37ae21d6f4603b4bc5c945f7c99c8bb9b6a12677 /testing
parentf70c1f644c9b26b23fd4c9f09eb75f4b677a0ead (diff)
downloadaports-b860e38685b20103651cfaee6a28c0b1ecfdcd87.tar.bz2
aports-b860e38685b20103651cfaee6a28c0b1ecfdcd87.tar.xz
testing/tcpreplay: upgrade to 4.3.2
Remove unused patch
Diffstat (limited to 'testing')
-rw-r--r--testing/tcpreplay/APKBUILD6
-rw-r--r--testing/tcpreplay/musl-socklen_t.patch13
2 files changed, 2 insertions, 17 deletions
diff --git a/testing/tcpreplay/APKBUILD b/testing/tcpreplay/APKBUILD
index 970af23d22..6026f25022 100644
--- a/testing/tcpreplay/APKBUILD
+++ b/testing/tcpreplay/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=tcpreplay
-pkgver=4.2.6
+pkgver=4.3.2
pkgrel=0
pkgdesc="Replay captured network traffic"
url="http://tcpreplay.synfin.net/trac/"
@@ -13,8 +13,6 @@ makedepends="libdnet-dev libpcap-dev tcpdump"
install=""
subpackages="$pkgname-doc"
source="https://downloads.sourceforge.net/tcpreplay/$pkgname-$pkgver.tar.gz"
-# musl-socklen_t.patch
-# "
builddir="$srcdir"/$pkgname-$pkgver
build() {
@@ -38,4 +36,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="a46846b29e3cd7fbc635faee9c4be90db0d346c0d0f291ac8e007e1fbf614289094e14480c1c5b40feb5a175d3cbad018e2dd4d1a5762b7d31a4325af6102e7e tcpreplay-4.2.6.tar.gz"
+sha512sums="211158d39ec48cefe11f0681f38eb1ab6a8302c5ef0e97dbff7d3230defe63e34d8d5755c21f1fe3fc061c4a0caf48ea0b86ae7d444ca68529a96386ea97b8fe tcpreplay-4.3.2.tar.gz"
diff --git a/testing/tcpreplay/musl-socklen_t.patch b/testing/tcpreplay/musl-socklen_t.patch
deleted file mode 100644
index b4afb34040..0000000000
--- a/testing/tcpreplay/musl-socklen_t.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./src/common/sendpacket.c.orig
-+++ ./src/common/sendpacket.c
-@@ -166,10 +166,6 @@
- #include "txring.h"
- #endif
-
--#ifndef __GLIBC__
--typedef int socklen_t;
--#endif
--
- static sendpacket_t *sendpacket_open_pf(const char *, char *);
- static struct tcpr_ether_addr *sendpacket_get_hwaddr_pf(sendpacket_t *);
- static int get_iface_index(int fd, const char *device, char *);