update to tcpreplay-4.5.2, ok nigel@ kirill@

drop nigel@ as maintainer as suggested by him
This commit is contained in:
sthen
2026-06-05 13:49:04 +00:00
parent 67ba540173
commit 7052b59e08
3 changed files with 5 additions and 18 deletions
+3 -5
View File
@@ -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
+2 -2
View File
@@ -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