diff options
| author | Kousuke Kannagi <mce@FreeBSD.org> | 2026-07-28 08:45:47 +0000 |
|---|---|---|
| committer | Kousuke Kannagi <mce@FreeBSD.org> | 2026-08-15 17:44:54 +0000 |
| commit | da0e0822100ce332f91155182a352172490ddafe (patch) | |
| tree | 88220a1c4bc2c5b04dd0ebeda3f58f43706d94de | |
| parent | 49064ed9c70398afb3e745f89895632176c4391f (diff) | |
net-mgmt/tcpreplay: Update to 4.6.0
https://github.com/appneta/tcpreplay/releases/tag/v4.6.0
PR: 297132
Approved by: osa (mentor)
(cherry picked from commit 3b45350077b26b75a8d0e9c94e4a3a2cb7195fcf)
| -rw-r--r-- | net-mgmt/tcpreplay/Makefile | 2 | ||||
| -rw-r--r-- | net-mgmt/tcpreplay/distinfo | 6 | ||||
| -rw-r--r-- | net-mgmt/tcpreplay/pkg-plist | 29 |
3 files changed, 33 insertions, 4 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile index e7026fa5571b..b57ac1fc7ff4 100644 --- a/net-mgmt/tcpreplay/Makefile +++ b/net-mgmt/tcpreplay/Makefile @@ -1,5 +1,5 @@ PORTNAME= tcpreplay -DISTVERSION= 4.5.5 +DISTVERSION= 4.6.0 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/appneta/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/net-mgmt/tcpreplay/distinfo b/net-mgmt/tcpreplay/distinfo index 1f5f15eaf2a1..af0740514561 100644 --- a/net-mgmt/tcpreplay/distinfo +++ b/net-mgmt/tcpreplay/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1784877448 -SHA256 (tcpreplay-4.5.5.tar.xz) = 7886286780ed09feb168b6ffd9aa71c09ada72ef35559f135ba6d98c4c9d7613 -SIZE (tcpreplay-4.5.5.tar.xz) = 833536 +TIMESTAMP = 1785226900 +SHA256 (tcpreplay-4.6.0.tar.xz) = 1ec01a3fab92215be6d8a99984ab6c16047c1ec6d813f4c508b744dd94b48837 +SIZE (tcpreplay-4.6.0.tar.xz) = 865020 diff --git a/net-mgmt/tcpreplay/pkg-plist b/net-mgmt/tcpreplay/pkg-plist index f76252afb466..262cf7603730 100644 --- a/net-mgmt/tcpreplay/pkg-plist +++ b/net-mgmt/tcpreplay/pkg-plist @@ -4,6 +4,35 @@ bin/tcpreplay bin/tcpreplay-edit bin/tcprewrite bin/tcpcapinfo +include/tcpreplay/common.h +include/tcpreplay/common/cache.h +include/tcpreplay/common/cidr.h +include/tcpreplay/common/dlt_names.h +include/tcpreplay/common/err.h +include/tcpreplay/common/fakepcap.h +include/tcpreplay/common/fakepcapnav.h +include/tcpreplay/common/fakepoll.h +include/tcpreplay/common/flows.h +include/tcpreplay/common/get.h +include/tcpreplay/common/interface.h +include/tcpreplay/common/list.h +include/tcpreplay/common/mac.h +include/tcpreplay/common/netmap.h +include/tcpreplay/common/pcap_dlt.h +include/tcpreplay/common/sendpacket.h +include/tcpreplay/common/services.h +include/tcpreplay/common/tcpdump.h +include/tcpreplay/common/timer.h +include/tcpreplay/common/txring.h +include/tcpreplay/common/utils.h +include/tcpreplay/common/xX.h +include/tcpreplay/config.h +include/tcpreplay/defines.h +include/tcpreplay/tcpr.h +include/tcpreplay/tcpreplay.h +include/tcpreplay/tcpreplay_api.h +lib/libtcpreplay.a +libdata/pkgconfig/libtcpreplay.pc share/man/man1/tcpcapinfo.1.gz share/man/man1/tcpbridge.1.gz share/man/man1/tcpprep.1.gz |
