1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

net-mgmt/tcpreplay: Update to 4.4.4

changeLog:
https://github.com/appneta/tcpreplay/releases/tag/v4.4.4

PR:		277924
Reported by:	mew14930xvi <mew14930xvi@inbox.lv>
Approved by:	garga (mentor, implicit)
This commit is contained in:
mew14930xvi 2024-03-25 22:44:10 -03:00 committed by Gabriel M. Dutra
parent 9ee7b88dab
commit 6db9adf118
5 changed files with 23 additions and 30 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= tcpreplay
DISTVERSION= 4.4.3
PORTREVISION= 1
DISTVERSION= 4.4.4
CATEGORIES= net-mgmt
MASTER_SITES= https://github.com/appneta/${PORTNAME}/releases/download/v${DISTVERSION}/
@ -27,9 +26,6 @@ CONFIGURE_ARGS= --disable-libopts-install \
TEST_TARGET= test
# https://github.com/appneta/tcpreplay/issues/809
PORTSCOUT= skipv:4.4.4
OPTIONS_DEFAULT= LIBPCAP_BASE
OPTIONS_SINGLE= LIBPCAP
OPTIONS_SINGLE_LIBPCAP= LIBPCAP_BASE LIBPCAP_PORTS

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1672658688
SHA256 (tcpreplay-4.4.3.tar.xz) = 352fcd073c61140e5008ffe4e37d4744c31037e73854a921cd8b6b5d9f29cd54
SIZE (tcpreplay-4.4.3.tar.xz) = 750072
TIMESTAMP = 1711299300
SHA256 (tcpreplay-4.4.4.tar.xz) = 3ff9753cc43bb15e77832cee657e3030dbcdd957fa247e6abacc605689e24051
SIZE (tcpreplay-4.4.4.tar.xz) = 748344

View File

@ -1,11 +0,0 @@
--- Makefile.in.orig 2022-02-05 21:30:36 UTC
+++ Makefile.in
@@ -892,7 +892,7 @@ autoopts:
test:
echo Making test in $(TEST_DIR)
- cd $(TEST_DIR) && make test
+ cd $(TEST_DIR) && gmake test
dlt_names:
cat @SAVEFILE_C@ | $(top_builddir)/scripts/dlt2name.pl src/dlt_names.h

View File

@ -0,0 +1,19 @@
--- lib/queue.h.orig 2024-03-24 16:55:28 UTC
+++ lib/queue.h
@@ -36,8 +36,8 @@
* @(#)queue.h 8.5 (Berkeley) 8/20/94
*/
-#ifndef _SYS_QUEUE_H_
-#define _SYS_QUEUE_H_
+#ifndef _QUEUE_H_
+#define _QUEUE_H_
/*
* This file defines five types of data structures: singly-linked lists,
@@ -508,4 +508,4 @@ struct { \
(elm2)->field.cqe_prev->field.cqe_next = (elm2); \
} while (0)
-#endif /* !_SYS_QUEUE_H_ */
+#endif /* !_QUEUE_H_ */

View File

@ -1,11 +0,0 @@
--- src/tree.c.orig 2016-11-19 19:41:38 UTC
+++ src/tree.c
@@ -37,6 +37,8 @@ extern tcpprep_t *tcpprep;
extern int debug;
#endif
+#include <sys/socket.h>
+
/* static buffer used by tree_print*() functions */
char tree_print_buff[TREEPRINTBUFFLEN];