mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to tcpreplay-4.5.2, ok nigel@ kirill@
drop nigel@ as maintainer as suggested by him
This commit is contained in:
@@ -1,19 +1,17 @@
|
||||
COMMENT= resend network traffic saved by tcpdump
|
||||
|
||||
V= 4.5.1
|
||||
V= 4.5.2
|
||||
DISTNAME= tcpreplay-$V
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= https://tcpreplay.appneta.com/
|
||||
|
||||
MAINTAINER= Nigel Taylor <nigel@openbsd.org>
|
||||
|
||||
# GPLv3
|
||||
# GPLv3 "or _with the author's permission_ any later version"
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB= c dnet>=1
|
||||
|
||||
SITES= https://github.com/appneta/tcpreplay/releases/download/v$V/
|
||||
SITES= https://github.com/appneta/tcpreplay/releases/download/v$V/
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (tcpreplay-4.5.1.tar.gz) = Leeb/Wfsksqa4v+1BFbdHVP/QPP6cbQixl6AYgE8noU=
|
||||
SIZE (tcpreplay-4.5.1.tar.gz) = 4926189
|
||||
SHA256 (tcpreplay-4.5.2.tar.gz) = zP87spRpoEzMIO0LUY4+Q8Sntah2M52UNb/Z23/l0PE=
|
||||
SIZE (tcpreplay-4.5.2.tar.gz) = 4966240
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
Index: src/common/sendpacket.h
|
||||
--- src/common/sendpacket.h.orig
|
||||
+++ src/common/sendpacket.h
|
||||
@@ -27,6 +27,7 @@
|
||||
#ifdef __NetBSD__
|
||||
#include <net/if_ether.h>
|
||||
#elif ! defined(__HAIKU__)
|
||||
+#include <net/if.h>
|
||||
#include <netinet/if_ether.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user