diff options
author | csjp <csjp@FreeBSD.org> | 2007-10-24 09:08:36 +0800 |
---|---|---|
committer | csjp <csjp@FreeBSD.org> | 2007-10-24 09:08:36 +0800 |
commit | c90abf2ebc0ac0d8861ffc1df6aae2f5340c37aa (patch) | |
tree | 7f733eccc82933438dabd4fd34dc369c1fe24429 /security/bsmtrace | |
parent | 4f7972f6b8d43b48f95fe08842531b09952615de (diff) | |
download | freebsd-ports-gnome-c90abf2ebc0ac0d8861ffc1df6aae2f5340c37aa.tar.gz freebsd-ports-gnome-c90abf2ebc0ac0d8861ffc1df6aae2f5340c37aa.tar.zst freebsd-ports-gnome-c90abf2ebc0ac0d8861ffc1df6aae2f5340c37aa.zip |
Update bsmtrace to 1.1.0.
1.1.0 fixes a pretty serious bug which resulted in BSM records without
pathname tokens being processed in some cases.
Additionally, timeout-window and timeout-probability features were added
to allow people defining sequences with timeouts to add an element of
randomness to the timeout, in theory making it more difficult for people
to attack.
timeout 60;
timeout-window 10;
timeout-probability 65;
Basically equates to:
"This sequence should timeout in a random amount of time, where the
probability of the timeout being from 60-70 is 65%"
It should be noted that there is a probability of 35% that the value will
be completely random. So naturally, the lower the timeout-probability, the
more random the timeout will be.
Approved by: tmclaugh
Diffstat (limited to 'security/bsmtrace')
-rw-r--r-- | security/bsmtrace/Makefile | 2 | ||||
-rw-r--r-- | security/bsmtrace/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/bsmtrace/Makefile b/security/bsmtrace/Makefile index eafa4fbeea8c..efca79b36f04 100644 --- a/security/bsmtrace/Makefile +++ b/security/bsmtrace/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bsmtrace -PORTVERSION= 1.0.3 +PORTVERSION= 1.1.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= csjp diff --git a/security/bsmtrace/distinfo b/security/bsmtrace/distinfo index 91959d480a6c..8982006070e0 100644 --- a/security/bsmtrace/distinfo +++ b/security/bsmtrace/distinfo @@ -1,3 +1,3 @@ -MD5 (bsmtrace-1.0.3.tar.gz) = a1199983d6121011cdf16e7c1a10a3df -SHA256 (bsmtrace-1.0.3.tar.gz) = 41853c30a7c2bad821f8cb88f66640637821b7d2ac53db5abecfc8797645bd25 -SIZE (bsmtrace-1.0.3.tar.gz) = 22170 +MD5 (bsmtrace-1.1.0.tar.gz) = badeb03b0bdc60c1f0a7e8c48ab72da8 +SHA256 (bsmtrace-1.1.0.tar.gz) = cf4299d2a08cf4f884f1788fe668682878015d83d1e9b1e64da897d91fc31206 +SIZE (bsmtrace-1.1.0.tar.gz) = 23893 |