Skip to content

Commit

Permalink
net-mgmt/tcpreplay: Update to 4.4.4
Browse files Browse the repository at this point in the history
changeLog:
https://github.com/appneta/tcpreplay/releases/tag/v4.4.4

PR:		277924
Reported by:	mew14930xvi <mew14930xvi@inbox.lv>
Approved by:	garga (mentor, implicit)
  • Loading branch information
mew14930xvi authored and dmdutra committed Mar 26, 2024
1 parent 9ee7b88 commit 6db9adf
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 30 deletions.
6 changes: 1 addition & 5 deletions net-mgmt/tcpreplay/Makefile
@@ -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}/

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions net-mgmt/tcpreplay/distinfo
@@ -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
11 changes: 0 additions & 11 deletions net-mgmt/tcpreplay/files/patch-Makefile.in

This file was deleted.

19 changes: 19 additions & 0 deletions net-mgmt/tcpreplay/files/patch-lib_queue.h
@@ -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_ */
11 changes: 0 additions & 11 deletions net-mgmt/tcpreplay/files/patch-src__tree.c

This file was deleted.

0 comments on commit 6db9adf

Please sign in to comment.