On Sat, 09 Nov 2024 23:38:32 +0100,
Kirill A. Korinsky <kir...@korins.ky> wrote:
> 
> ports@, Nigel,
> 
> Here a clean update for net/tcpreplay to the last version 4.5.1
> 
> Tested on -current/amd64, some tests are failed, but the same that was on
> 4.3.3.
>

It's a ping about this diff.

Ok?

Index: net/tcpreplay/Makefile
===================================================================
RCS file: /home/cvs/ports/net/tcpreplay/Makefile,v
diff -u -p -r1.42 Makefile
--- net/tcpreplay/Makefile      27 Sep 2023 14:18:35 -0000      1.42
+++ net/tcpreplay/Makefile      9 Nov 2024 22:11:58 -0000
@@ -1,6 +1,6 @@
 COMMENT=       resend network traffic saved by tcpdump
 
-V=             4.3.3
+V=             4.5.1
 DISTNAME=      tcpreplay-$V
 CATEGORIES=    net
 
Index: net/tcpreplay/distinfo
===================================================================
RCS file: /home/cvs/ports/net/tcpreplay/distinfo,v
diff -u -p -r1.10 distinfo
--- net/tcpreplay/distinfo      26 Feb 2021 12:43:32 -0000      1.10
+++ net/tcpreplay/distinfo      9 Nov 2024 22:12:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (tcpreplay-4.3.3.tar.gz) = 7SQCyqlDT/XHSy57MReMc+fHxcTqHh0OLjmn3EaVj94=
-SIZE (tcpreplay-4.3.3.tar.gz) = 3727820
+SHA256 (tcpreplay-4.5.1.tar.gz) = Leeb/Wfsksqa4v+1BFbdHVP/QPP6cbQixl6AYgE8noU=
+SIZE (tcpreplay-4.5.1.tar.gz) = 4926189
Index: net/tcpreplay/patches/patch-src_common_sendpacket_h
===================================================================
RCS file: /home/cvs/ports/net/tcpreplay/patches/patch-src_common_sendpacket_h,v
diff -u -p -r1.2 patch-src_common_sendpacket_h
--- net/tcpreplay/patches/patch-src_common_sendpacket_h 11 Mar 2022 19:47:42 
-0000      1.2
+++ net/tcpreplay/patches/patch-src_common_sendpacket_h 9 Nov 2024 22:22:35 
-0000
@@ -1,9 +1,10 @@
---- src/common/sendpacket.h.orig       Sat Aug  9 16:18:28 2014
-+++ src/common/sendpacket.h    Wed Oct 15 18:22:28 2014
-@@ -26,6 +26,7 @@
+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>
- #else
+ #elif ! defined(__HAIKU__)
 +#include <net/if.h>
  #include <netinet/if_ether.h>
  #endif

-- 
wbr, Kirill

Reply via email to