Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 2020 06:34:43 +0000 (UTC)
From:      Lawrence Stewart <lstewart@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556089 - head/benchmarks/spp
Message-ID:  <202011230634.0AN6Yhp7002414@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lstewart (src committer)
Date: Mon Nov 23 06:34:42 2020
New Revision: 556089
URL: https://svnweb.freebsd.org/changeset/ports/556089

Log:
  benchmarks/spp: Update v0.4 -> v0.4.2
  
  Version 0.4.2
  - Fixed globals in master and slave (had a few non-static globals with same
    name)
  
  Version 0.4.1
  - Fixed bug that included random bytes in the hash input used to generate the
    packet id in cases where the captured bytes did not include the TCP option
    bytes or the first 12 bytes for TCP/UDP payload. Now for the TCP options, the
    UDP/TCP payloads and data for non UDP/TCP, the capture length (snap size) will
    limit the hash input.
  
  Changes:	https://bitbucket.org/caia-swin/spp/src/v0.4.2/Changelog.txt
  PR:		251002

Modified:
  head/benchmarks/spp/Makefile
  head/benchmarks/spp/distinfo

Modified: head/benchmarks/spp/Makefile
==============================================================================
--- head/benchmarks/spp/Makefile	Mon Nov 23 06:34:14 2020	(r556088)
+++ head/benchmarks/spp/Makefile	Mon Nov 23 06:34:42 2020	(r556089)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	spp
-PORTVERSION=	0.4
+PORTVERSION=	0.4.2
 CATEGORIES=	benchmarks
 MASTER_SITES=	https://bitbucket.org/caia-swin/spp/get/
 DISTNAME=	v${PORTVERSION}
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 USES=		tar:bzip2
-BB_TAGNAME=	8b9f676fed0e
+BB_TAGNAME=	8cfe6814ce52
 WRKSRC=		${WRKDIR}/caia-swin-${PORTNAME}-${BB_TAGNAME}
 
 PLIST_FILES=	bin/spp man/man1/spp.1.gz

Modified: head/benchmarks/spp/distinfo
==============================================================================
--- head/benchmarks/spp/distinfo	Mon Nov 23 06:34:14 2020	(r556088)
+++ head/benchmarks/spp/distinfo	Mon Nov 23 06:34:42 2020	(r556089)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543220631
-SHA256 (caia-swin-spp/v0.4.tar.bz2) = f3f2d1cf3cd0c3d9e7e3da3ceb3bf4b2e7419436665f6274697535bcb561610e
-SIZE (caia-swin-spp/v0.4.tar.bz2) = 47572
+TIMESTAMP = 1604988159
+SHA256 (caia-swin-spp/v0.4.2.tar.bz2) = 1e74962d393df3a6c092617e876825baa492031e384cec83bb7725844fa0b8a3
+SIZE (caia-swin-spp/v0.4.2.tar.bz2) = 47770



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011230634.0AN6Yhp7002414>