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
This commit is contained in:
Lawrence Stewart 2020-11-23 06:34:42 +00:00
parent a86fd37cdb
commit 7d33d908b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556089
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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