Update to 2.4.9
Changes: https://github.com/a2o/snoopy/blob/master/ChangeLog
This commit is contained in:
parent
5053732434
commit
dca829ccd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556194
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= snoopy
|
||||
PORTVERSION= 2.4.8
|
||||
PORTVERSION= 2.4.9
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://github.com/a2o/snoopy/releases/download/snoopy-${PORTVERSION}/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1605901614
|
||||
SHA256 (snoopy-2.4.8.tar.gz) = 83c0443915658765b8e48e2f744a1fce928dd20156f04d5f8f8500f24cf2e6fc
|
||||
SIZE (snoopy-2.4.8.tar.gz) = 625914
|
||||
TIMESTAMP = 1606243325
|
||||
SHA256 (snoopy-2.4.9.tar.gz) = c3b63c99292b2cec9a89a0e79ce2459396442b42124b2f6b73ec5c6f4c1f36bd
|
||||
SIZE (snoopy-2.4.9.tar.gz) = 627480
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- tests/bin/snoopy-test-threads.c.orig 2017-12-26 01:38:15.298217000 +0800
|
||||
+++ tests/bin/snoopy-test-threads.c 2017-12-26 01:41:42.177506000 +0800
|
||||
@@ -307,7 +307,7 @@
|
||||
int randomNr;
|
||||
|
||||
// Seed
|
||||
- rndSeed = (unsigned int) (pthread_self() + getpid() + syscall(SYS_gettid) + time(NULL));
|
||||
+ rndSeed = (unsigned int) ((unsigned int)pthread_self() + getpid() + time(NULL));
|
||||
srand(rndSeed);
|
||||
|
||||
// Generate
|
Loading…
Reference in New Issue
Block a user