svn commit: r542820 - head/net/tcpslice
Craig Leres
leres at FreeBSD.org
Wed Jul 22 00:23:27 UTC 2020
Author: leres
Date: Wed Jul 22 00:23:26 2020
New Revision: 542820
URL: https://svnweb.freebsd.org/changeset/ports/542820
Log:
net/tcpslice: Update to solve "problems finding end packet of file" error
tcpslice was a 2014 version that required an internal header file
(pcap-int.h) to fully support systems with 64-bit longs. After I
filed an issue with upstream the code was rewritten to eliminate
this dependency; update to this version.
PR: 243522
Approved by: sbz (maintainer timeout, 9 weeks)
Modified:
head/net/tcpslice/Makefile
head/net/tcpslice/distinfo
Modified: head/net/tcpslice/Makefile
==============================================================================
--- head/net/tcpslice/Makefile Tue Jul 21 23:27:34 2020 (r542819)
+++ head/net/tcpslice/Makefile Wed Jul 22 00:23:26 2020 (r542820)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tcpslice
-PORTVERSION= 20140407
+PORTVERSION= 20200515
CATEGORIES= net
MAINTAINER= sbz at FreeBSD.org
@@ -17,6 +17,6 @@ GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= the-tcpdump-group
-GH_TAGNAME= 2837b72
+GH_TAGNAME= 8ba3f89
.include <bsd.port.mk>
Modified: head/net/tcpslice/distinfo
==============================================================================
--- head/net/tcpslice/distinfo Tue Jul 21 23:27:34 2020 (r542819)
+++ head/net/tcpslice/distinfo Wed Jul 22 00:23:26 2020 (r542820)
@@ -1,2 +1,3 @@
-SHA256 (the-tcpdump-group-tcpslice-20140407-2837b72_GH0.tar.gz) = 97b543100d858aee493c2f32e4caee6ec1ebd98ce5700c44943f0764f9a0871f
-SIZE (the-tcpdump-group-tcpslice-20140407-2837b72_GH0.tar.gz) = 112109
+TIMESTAMP = 1589571154
+SHA256 (the-tcpdump-group-tcpslice-20200515-8ba3f89_GH0.tar.gz) = dd4d52f7e578e6fe0907f268edf059808fdf7e7f14f4b5112877b0f229fa019c
+SIZE (the-tcpdump-group-tcpslice-20200515-8ba3f89_GH0.tar.gz) = 130490
More information about the svn-ports-head
mailing list