Date: Mon, 29 Mar 2021 07:25:12 +0000 (UTC) From: Sofian Brabez <sbz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r569431 - head/net/tcpslice Message-ID: <202103290725.12T7PC90078672@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbz Date: Mon Mar 29 07:25:12 2021 New Revision: 569431 URL: https://svnweb.freebsd.org/changeset/ports/569431 Log: - Update to 20200819 Modified: head/net/tcpslice/Makefile head/net/tcpslice/distinfo head/net/tcpslice/pkg-descr Modified: head/net/tcpslice/Makefile ============================================================================== --- head/net/tcpslice/Makefile Mon Mar 29 06:13:50 2021 (r569430) +++ head/net/tcpslice/Makefile Mon Mar 29 07:25:12 2021 (r569431) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tcpslice -PORTVERSION= 20200515 +PORTVERSION= 20200819 CATEGORIES= net MAINTAINER= sbz@FreeBSD.org @@ -17,6 +17,6 @@ GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= the-tcpdump-group -GH_TAGNAME= 8ba3f89 +GH_TAGNAME= 3a7bac3 .include <bsd.port.mk> Modified: head/net/tcpslice/distinfo ============================================================================== --- head/net/tcpslice/distinfo Mon Mar 29 06:13:50 2021 (r569430) +++ head/net/tcpslice/distinfo Mon Mar 29 07:25:12 2021 (r569431) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589571154 -SHA256 (the-tcpdump-group-tcpslice-20200515-8ba3f89_GH0.tar.gz) = dd4d52f7e578e6fe0907f268edf059808fdf7e7f14f4b5112877b0f229fa019c -SIZE (the-tcpdump-group-tcpslice-20200515-8ba3f89_GH0.tar.gz) = 130490 +TIMESTAMP = 1616977323 +SHA256 (the-tcpdump-group-tcpslice-20200819-3a7bac3_GH0.tar.gz) = 129be7b63b3e1f0eaafbc78cecaba542592bfec3f7d83b498941f5a3aebee849 +SIZE (the-tcpdump-group-tcpslice-20200819-3a7bac3_GH0.tar.gz) = 131853 Modified: head/net/tcpslice/pkg-descr ============================================================================== --- head/net/tcpslice/pkg-descr Mon Mar 29 06:13:50 2021 (r569430) +++ head/net/tcpslice/pkg-descr Mon Mar 29 07:25:12 2021 (r569431) @@ -3,4 +3,4 @@ files generated using tcpdump's -w flag. The basic operation of tcpslice is to copy to stdout all packets from its input file(s) whose timestamps fall within a given range. -WWW: http://www.tcpdump.org/related.html +WWW: https://www.tcpdump.org/related.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103290725.12T7PC90078672>